| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\src\affine.c" />
- <ClCompile Include="..\src\bezier.c" />
- <ClCompile Include="..\src\box.c" />
- <ClCompile Include="..\src\cam.c" />
- <ClCompile Include="..\src\curve.c" />
- <ClCompile Include="..\src\dllmain.c" />
- <ClCompile Include="..\src\ease.c" />
- <ClCompile Include="..\src\euler.c" />
- <ClCompile Include="..\src\frustum.c" />
- <ClCompile Include="..\src\io.c" />
- <ClCompile Include="..\src\mat3.c" />
- <ClCompile Include="..\src\mat4.c" />
- <ClCompile Include="..\src\plane.c" />
- <ClCompile Include="..\src\project.c" />
- <ClCompile Include="..\src\quat.c" />
- <ClCompile Include="..\src\sphere.c" />
- <ClCompile Include="..\src\vec3.c" />
- <ClCompile Include="..\src\vec4.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\include\cglm\affine-mat.h" />
- <ClInclude Include="..\include\cglm\affine.h" />
- <ClInclude Include="..\include\cglm\bezier.h" />
- <ClInclude Include="..\include\cglm\box.h" />
- <ClInclude Include="..\include\cglm\call.h" />
- <ClInclude Include="..\include\cglm\call\affine.h" />
- <ClInclude Include="..\include\cglm\call\bezier.h" />
- <ClInclude Include="..\include\cglm\call\box.h" />
- <ClInclude Include="..\include\cglm\call\cam.h" />
- <ClInclude Include="..\include\cglm\call\curve.h" />
- <ClInclude Include="..\include\cglm\call\ease.h" />
- <ClInclude Include="..\include\cglm\call\euler.h" />
- <ClInclude Include="..\include\cglm\call\frustum.h" />
- <ClInclude Include="..\include\cglm\call\io.h" />
- <ClInclude Include="..\include\cglm\call\mat3.h" />
- <ClInclude Include="..\include\cglm\call\mat4.h" />
- <ClInclude Include="..\include\cglm\call\plane.h" />
- <ClInclude Include="..\include\cglm\call\project.h" />
- <ClInclude Include="..\include\cglm\call\quat.h" />
- <ClInclude Include="..\include\cglm\call\sphere.h" />
- <ClInclude Include="..\include\cglm\call\vec3.h" />
- <ClInclude Include="..\include\cglm\call\vec4.h" />
- <ClInclude Include="..\include\cglm\cam.h" />
- <ClInclude Include="..\include\cglm\cglm.h" />
- <ClInclude Include="..\include\cglm\color.h" />
- <ClInclude Include="..\include\cglm\common.h" />
- <ClInclude Include="..\include\cglm\curve.h" />
- <ClInclude Include="..\include\cglm\ease.h" />
- <ClInclude Include="..\include\cglm\euler.h" />
- <ClInclude Include="..\include\cglm\frustum.h" />
- <ClInclude Include="..\include\cglm\io.h" />
- <ClInclude Include="..\include\cglm\mat3.h" />
- <ClInclude Include="..\include\cglm\mat4.h" />
- <ClInclude Include="..\include\cglm\plane.h" />
- <ClInclude Include="..\include\cglm\project.h" />
- <ClInclude Include="..\include\cglm\quat.h" />
- <ClInclude Include="..\include\cglm\simd\arm.h" />
- <ClInclude Include="..\include\cglm\simd\avx\affine.h" />
- <ClInclude Include="..\include\cglm\simd\avx\mat4.h" />
- <ClInclude Include="..\include\cglm\simd\intrin.h" />
- <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\mat3.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\mat4.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\quat.h" />
- <ClInclude Include="..\include\cglm\simd\x86.h" />
- <ClInclude Include="..\include\cglm\sphere.h" />
- <ClInclude Include="..\include\cglm\types.h" />
- <ClInclude Include="..\include\cglm\util.h" />
- <ClInclude Include="..\include\cglm\vec3-ext.h" />
- <ClInclude Include="..\include\cglm\vec3.h" />
- <ClInclude Include="..\include\cglm\vec4-ext.h" />
- <ClInclude Include="..\include\cglm\vec4.h" />
- <ClInclude Include="..\include\cglm\version.h" />
- <ClInclude Include="..\src\config.h" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>15.0</VCProjectVersion>
- <ProjectGuid>{CA8BCAF9-CD25-4133-8F62-3D1449B5D2FC}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>cglm</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="Shared">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LinkIncremental>false</LinkIncremental>
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <DebugInformationFormat>None</DebugInformationFormat>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|