| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633 |
- <?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|ARM">
- <Configuration>Debug</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|ARM64">
- <Configuration>Debug</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|ARM64EC">
- <Configuration>Debug</Configuration>
- <Platform>ARM64EC</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM">
- <Configuration>Release</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM64">
- <Configuration>Release</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM64EC">
- <Configuration>Release</Configuration>
- <Platform>ARM64EC</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\aabb2d.c" />
- <ClCompile Include="..\src\affine.c" />
- <ClCompile Include="..\src\affine2d.c" />
- <ClCompile Include="..\src\bezier.c" />
- <ClCompile Include="..\src\box.c" />
- <ClCompile Include="..\src\cam.c" />
- <ClCompile Include="..\src\clipspace\ortho_lh_no.c" />
- <ClCompile Include="..\src\clipspace\ortho_lh_zo.c" />
- <ClCompile Include="..\src\clipspace\ortho_rh_no.c" />
- <ClCompile Include="..\src\clipspace\ortho_rh_zo.c" />
- <ClCompile Include="..\src\clipspace\persp_lh_no.c" />
- <ClCompile Include="..\src\clipspace\persp_lh_zo.c" />
- <ClCompile Include="..\src\clipspace\persp_rh_no.c" />
- <ClCompile Include="..\src\clipspace\persp_rh_zo.c" />
- <ClCompile Include="..\src\clipspace\project_no.c" />
- <ClCompile Include="..\src\clipspace\project_zo.c" />
- <ClCompile Include="..\src\clipspace\view_lh_no.c" />
- <ClCompile Include="..\src\clipspace\view_lh_zo.c" />
- <ClCompile Include="..\src\clipspace\view_rh_no.c" />
- <ClCompile Include="..\src\clipspace\view_rh_zo.c" />
- <ClCompile Include="..\src\curve.c" />
- <ClCompile Include="..\src\ease.c" />
- <ClCompile Include="..\src\euler.c" />
- <ClCompile Include="..\src\frustum.c" />
- <ClCompile Include="..\src\io.c" />
- <ClCompile Include="..\src\ivec2.c" />
- <ClCompile Include="..\src\ivec3.c" />
- <ClCompile Include="..\src\ivec4.c" />
- <ClCompile Include="..\src\mat2.c" />
- <ClCompile Include="..\src\mat2x3.c" />
- <ClCompile Include="..\src\mat2x4.c" />
- <ClCompile Include="..\src\mat3.c" />
- <ClCompile Include="..\src\mat3x2.c" />
- <ClCompile Include="..\src\mat3x4.c" />
- <ClCompile Include="..\src\mat4.c" />
- <ClCompile Include="..\src\mat4x2.c" />
- <ClCompile Include="..\src\mat4x3.c" />
- <ClCompile Include="..\src\noise.c" />
- <ClCompile Include="..\src\plane.c" />
- <ClCompile Include="..\src\project.c" />
- <ClCompile Include="..\src\quat.c" />
- <ClCompile Include="..\src\ray.c" />
- <ClCompile Include="..\src\sphere.c" />
- <ClCompile Include="..\src\vec2.c" />
- <ClCompile Include="..\src\vec3.c" />
- <ClCompile Include="..\src\vec4.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\include\cglm\aabb2d.h" />
- <ClInclude Include="..\include\cglm\affine-mat.h" />
- <ClInclude Include="..\include\cglm\affine-post.h" />
- <ClInclude Include="..\include\cglm\affine-pre.h" />
- <ClInclude Include="..\include\cglm\affine.h" />
- <ClInclude Include="..\include\cglm\affine2d.h" />
- <ClInclude Include="..\include\cglm\applesimd.h" />
- <ClInclude Include="..\include\cglm\bezier.h" />
- <ClInclude Include="..\include\cglm\box.h" />
- <ClInclude Include="..\include\cglm\call.h" />
- <ClInclude Include="..\include\cglm\call\aabb2d.h" />
- <ClInclude Include="..\include\cglm\call\affine.h" />
- <ClInclude Include="..\include\cglm\call\affine2d.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\clipspace\ortho_lh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\persp_lh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\persp_lh_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\persp_rh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\persp_rh_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\project_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\project_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\view_lh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />
- <ClInclude Include="..\include\cglm\call\clipspace\view_rh_zo.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\ivec2.h" />
- <ClInclude Include="..\include\cglm\call\ivec3.h" />
- <ClInclude Include="..\include\cglm\call\ivec4.h" />
- <ClInclude Include="..\include\cglm\call\mat2.h" />
- <ClInclude Include="..\include\cglm\call\mat2x3.h" />
- <ClInclude Include="..\include\cglm\call\mat2x4.h" />
- <ClInclude Include="..\include\cglm\call\mat3.h" />
- <ClInclude Include="..\include\cglm\call\mat3x2.h" />
- <ClInclude Include="..\include\cglm\call\mat3x4.h" />
- <ClInclude Include="..\include\cglm\call\mat4.h" />
- <ClInclude Include="..\include\cglm\call\mat4x2.h" />
- <ClInclude Include="..\include\cglm\call\mat4x3.h" />
- <ClInclude Include="..\include\cglm\call\noise.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\ray.h" />
- <ClInclude Include="..\include\cglm\call\sphere.h" />
- <ClInclude Include="..\include\cglm\call\vec2.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\clipspace\ortho_lh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\ortho_lh_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\ortho_rh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\ortho_rh_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\persp.h" />
- <ClInclude Include="..\include\cglm\clipspace\persp_lh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\persp_lh_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\persp_rh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\persp_rh_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\project_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\project_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_lh.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_lh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_lh_zo.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_rh.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_rh_no.h" />
- <ClInclude Include="..\include\cglm\clipspace\view_rh_zo.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\ivec2.h" />
- <ClInclude Include="..\include\cglm\ivec3.h" />
- <ClInclude Include="..\include\cglm\ivec4.h" />
- <ClInclude Include="..\include\cglm\mat2.h" />
- <ClInclude Include="..\include\cglm\mat2x3.h" />
- <ClInclude Include="..\include\cglm\mat2x4.h" />
- <ClInclude Include="..\include\cglm\mat3.h" />
- <ClInclude Include="..\include\cglm\mat3x2.h" />
- <ClInclude Include="..\include\cglm\mat3x4.h" />
- <ClInclude Include="..\include\cglm\mat4.h" />
- <ClInclude Include="..\include\cglm\mat4x2.h" />
- <ClInclude Include="..\include\cglm\mat4x3.h" />
- <ClInclude Include="..\include\cglm\noise.h" />
- <ClInclude Include="..\include\cglm\plane.h" />
- <ClInclude Include="..\include\cglm\project.h" />
- <ClInclude Include="..\include\cglm\quat.h" />
- <ClInclude Include="..\include\cglm\ray.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\affine.h" />
- <ClInclude Include="..\include\cglm\simd\neon\mat2.h" />
- <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
- <ClInclude Include="..\include\cglm\simd\neon\quat.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
- <ClInclude Include="..\include\cglm\simd\sse2\mat2.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\wasm.h" />
- <ClInclude Include="..\include\cglm\simd\wasm\affine.h" />
- <ClInclude Include="..\include\cglm\simd\wasm\mat2.h" />
- <ClInclude Include="..\include\cglm\simd\wasm\mat3.h" />
- <ClInclude Include="..\include\cglm\simd\wasm\mat4.h" />
- <ClInclude Include="..\include\cglm\simd\wasm\quat.h" />
- <ClInclude Include="..\include\cglm\simd\x86.h" />
- <ClInclude Include="..\include\cglm\sphere.h" />
- <ClInclude Include="..\include\cglm\struct.h" />
- <ClInclude Include="..\include\cglm\struct\aabb2d.h" />
- <ClInclude Include="..\include\cglm\struct\affine-post.h" />
- <ClInclude Include="..\include\cglm\struct\affine-pre.h" />
- <ClInclude Include="..\include\cglm\struct\affine-mat.h" />
- <ClInclude Include="..\include\cglm\struct\affine.h" />
- <ClInclude Include="..\include\cglm\struct\affine2d.h" />
- <ClInclude Include="..\include\cglm\struct\box.h" />
- <ClInclude Include="..\include\cglm\struct\cam.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\project_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\project_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\view_lh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\view_lh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\view_rh_no.h" />
- <ClInclude Include="..\include\cglm\struct\clipspace\view_rh_zo.h" />
- <ClInclude Include="..\include\cglm\struct\color.h" />
- <ClInclude Include="..\include\cglm\struct\curve.h" />
- <ClInclude Include="..\include\cglm\struct\euler.h" />
- <ClInclude Include="..\include\cglm\struct\frustum.h" />
- <ClInclude Include="..\include\cglm\struct\handed\euler_to_quat_lh.h" />
- <ClInclude Include="..\include\cglm\struct\handed\euler_to_quat_rh.h" />
- <ClInclude Include="..\include\cglm\struct\io.h" />
- <ClInclude Include="..\include\cglm\struct\ivec2.h" />
- <ClInclude Include="..\include\cglm\struct\ivec3.h" />
- <ClInclude Include="..\include\cglm\struct\ivec4.h" />
- <ClInclude Include="..\include\cglm\struct\mat2.h" />
- <ClInclude Include="..\include\cglm\struct\mat2x3.h" />
- <ClInclude Include="..\include\cglm\struct\mat2x4.h" />
- <ClInclude Include="..\include\cglm\struct\mat3.h" />
- <ClInclude Include="..\include\cglm\struct\mat3x2.h" />
- <ClInclude Include="..\include\cglm\struct\mat3x4.h" />
- <ClInclude Include="..\include\cglm\struct\mat4.h" />
- <ClInclude Include="..\include\cglm\struct\mat4x2.h" />
- <ClInclude Include="..\include\cglm\struct\mat4x3.h" />
- <ClInclude Include="..\include\cglm\struct\noise.h" />
- <ClInclude Include="..\include\cglm\struct\plane.h" />
- <ClInclude Include="..\include\cglm\struct\project.h" />
- <ClInclude Include="..\include\cglm\struct\quat.h" />
- <ClInclude Include="..\include\cglm\struct\ray.h" />
- <ClInclude Include="..\include\cglm\struct\sphere.h" />
- <ClInclude Include="..\include\cglm\struct\vec2-ext.h" />
- <ClInclude Include="..\include\cglm\struct\vec2.h" />
- <ClInclude Include="..\include\cglm\struct\vec3-ext.h" />
- <ClInclude Include="..\include\cglm\struct\vec3.h" />
- <ClInclude Include="..\include\cglm\struct\vec4-ext.h" />
- <ClInclude Include="..\include\cglm\struct\vec4.h" />
- <ClInclude Include="..\include\cglm\types-struct.h" />
- <ClInclude Include="..\include\cglm\types.h" />
- <ClInclude Include="..\include\cglm\util.h" />
- <ClInclude Include="..\include\cglm\vec2-ext.h" />
- <ClInclude Include="..\include\cglm\vec2.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</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)'=='Debug|ARM'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" 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>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" 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 Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
- <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>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
- <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)'=='Debug|ARM'">
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
- <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>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
- <LinkIncremental>false</LinkIncremental>
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
- <LinkIncremental>false</LinkIncremental>
- <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <RunCodeAnalysis>true</RunCodeAnalysis>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
- <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;%(PreprocessorDefinitions)</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;%(PreprocessorDefinitions)</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)'=='Debug|ARM'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <CompileAs>CompileAsC</CompileAs>
- <DebugInformationFormat>None</DebugInformationFormat>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <CompileAs>CompileAsC</CompileAs>
- <DebugInformationFormat>None</DebugInformationFormat>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <EnablePREfast>true</EnablePREfast>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PrecompiledHeaderFile>
- </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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- </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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile />
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>None</DebugInformationFormat>
- <PrecompiledHeaderFile>
- </PrecompiledHeaderFile>
- <CompileAs>CompileAsC</CompileAs>
- <EnablePREfast>true</EnablePREfast>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|