cglm.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\src\affine.c" />
  23. <ClCompile Include="..\src\box.c" />
  24. <ClCompile Include="..\src\cam.c" />
  25. <ClCompile Include="..\src\dllmain.c" />
  26. <ClCompile Include="..\src\ease.c" />
  27. <ClCompile Include="..\src\euler.c" />
  28. <ClCompile Include="..\src\frustum.c" />
  29. <ClCompile Include="..\src\io.c" />
  30. <ClCompile Include="..\src\mat3.c" />
  31. <ClCompile Include="..\src\mat4.c" />
  32. <ClCompile Include="..\src\plane.c" />
  33. <ClCompile Include="..\src\project.c" />
  34. <ClCompile Include="..\src\quat.c" />
  35. <ClCompile Include="..\src\sphere.c" />
  36. <ClCompile Include="..\src\vec3.c" />
  37. <ClCompile Include="..\src\vec4.c" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <ClInclude Include="..\include\cglm\affine-mat.h" />
  41. <ClInclude Include="..\include\cglm\affine.h" />
  42. <ClInclude Include="..\include\cglm\box.h" />
  43. <ClInclude Include="..\include\cglm\call.h" />
  44. <ClInclude Include="..\include\cglm\call\affine.h" />
  45. <ClInclude Include="..\include\cglm\call\box.h" />
  46. <ClInclude Include="..\include\cglm\call\cam.h" />
  47. <ClInclude Include="..\include\cglm\call\ease.h" />
  48. <ClInclude Include="..\include\cglm\call\euler.h" />
  49. <ClInclude Include="..\include\cglm\call\frustum.h" />
  50. <ClInclude Include="..\include\cglm\call\io.h" />
  51. <ClInclude Include="..\include\cglm\call\mat3.h" />
  52. <ClInclude Include="..\include\cglm\call\mat4.h" />
  53. <ClInclude Include="..\include\cglm\call\plane.h" />
  54. <ClInclude Include="..\include\cglm\call\project.h" />
  55. <ClInclude Include="..\include\cglm\call\quat.h" />
  56. <ClInclude Include="..\include\cglm\call\sphere.h" />
  57. <ClInclude Include="..\include\cglm\call\vec3.h" />
  58. <ClInclude Include="..\include\cglm\call\vec4.h" />
  59. <ClInclude Include="..\include\cglm\cam.h" />
  60. <ClInclude Include="..\include\cglm\cglm.h" />
  61. <ClInclude Include="..\include\cglm\color.h" />
  62. <ClInclude Include="..\include\cglm\common.h" />
  63. <ClInclude Include="..\include\cglm\ease.h" />
  64. <ClInclude Include="..\include\cglm\euler.h" />
  65. <ClInclude Include="..\include\cglm\frustum.h" />
  66. <ClInclude Include="..\include\cglm\io.h" />
  67. <ClInclude Include="..\include\cglm\mat3.h" />
  68. <ClInclude Include="..\include\cglm\mat4.h" />
  69. <ClInclude Include="..\include\cglm\plane.h" />
  70. <ClInclude Include="..\include\cglm\project.h" />
  71. <ClInclude Include="..\include\cglm\quat.h" />
  72. <ClInclude Include="..\include\cglm\simd\avx\affine.h" />
  73. <ClInclude Include="..\include\cglm\simd\avx\mat4.h" />
  74. <ClInclude Include="..\include\cglm\simd\intrin.h" />
  75. <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
  76. <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
  77. <ClInclude Include="..\include\cglm\simd\sse2\mat3.h" />
  78. <ClInclude Include="..\include\cglm\simd\sse2\mat4.h" />
  79. <ClInclude Include="..\include\cglm\simd\sse2\quat.h" />
  80. <ClInclude Include="..\include\cglm\sphere.h" />
  81. <ClInclude Include="..\include\cglm\types.h" />
  82. <ClInclude Include="..\include\cglm\util.h" />
  83. <ClInclude Include="..\include\cglm\vec3-ext.h" />
  84. <ClInclude Include="..\include\cglm\vec3.h" />
  85. <ClInclude Include="..\include\cglm\vec4-ext.h" />
  86. <ClInclude Include="..\include\cglm\vec4.h" />
  87. <ClInclude Include="..\include\cglm\version.h" />
  88. <ClInclude Include="..\src\config.h" />
  89. </ItemGroup>
  90. <PropertyGroup Label="Globals">
  91. <VCProjectVersion>15.0</VCProjectVersion>
  92. <ProjectGuid>{CA8BCAF9-CD25-4133-8F62-3D1449B5D2FC}</ProjectGuid>
  93. <Keyword>Win32Proj</Keyword>
  94. <RootNamespace>cglm</RootNamespace>
  95. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  96. </PropertyGroup>
  97. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  99. <ConfigurationType>DynamicLibrary</ConfigurationType>
  100. <UseDebugLibraries>true</UseDebugLibraries>
  101. <PlatformToolset>v141</PlatformToolset>
  102. <CharacterSet>Unicode</CharacterSet>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  105. <ConfigurationType>DynamicLibrary</ConfigurationType>
  106. <UseDebugLibraries>false</UseDebugLibraries>
  107. <PlatformToolset>v141</PlatformToolset>
  108. <WholeProgramOptimization>true</WholeProgramOptimization>
  109. <CharacterSet>Unicode</CharacterSet>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  112. <ConfigurationType>DynamicLibrary</ConfigurationType>
  113. <UseDebugLibraries>true</UseDebugLibraries>
  114. <PlatformToolset>v141</PlatformToolset>
  115. <CharacterSet>Unicode</CharacterSet>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  118. <ConfigurationType>DynamicLibrary</ConfigurationType>
  119. <UseDebugLibraries>false</UseDebugLibraries>
  120. <PlatformToolset>v141</PlatformToolset>
  121. <WholeProgramOptimization>true</WholeProgramOptimization>
  122. <CharacterSet>Unicode</CharacterSet>
  123. </PropertyGroup>
  124. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  125. <ImportGroup Label="ExtensionSettings">
  126. </ImportGroup>
  127. <ImportGroup Label="Shared">
  128. </ImportGroup>
  129. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  130. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  131. </ImportGroup>
  132. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  134. </ImportGroup>
  135. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  136. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  137. </ImportGroup>
  138. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. </ImportGroup>
  141. <PropertyGroup Label="UserMacros" />
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  143. <LinkIncremental>true</LinkIncremental>
  144. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  145. <RunCodeAnalysis>true</RunCodeAnalysis>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  148. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  149. <RunCodeAnalysis>true</RunCodeAnalysis>
  150. </PropertyGroup>
  151. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. <LinkIncremental>false</LinkIncremental>
  153. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  154. <RunCodeAnalysis>true</RunCodeAnalysis>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  157. <LinkIncremental>false</LinkIncremental>
  158. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  159. <RunCodeAnalysis>true</RunCodeAnalysis>
  160. </PropertyGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  162. <ClCompile>
  163. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  164. <WarningLevel>Level3</WarningLevel>
  165. <Optimization>MaxSpeed</Optimization>
  166. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  167. <DebugInformationFormat>None</DebugInformationFormat>
  168. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  169. <PrecompiledHeaderFile />
  170. <CompileAs>CompileAsC</CompileAs>
  171. <WholeProgramOptimization>true</WholeProgramOptimization>
  172. <EnablePREfast>true</EnablePREfast>
  173. </ClCompile>
  174. <Link>
  175. <SubSystem>Windows</SubSystem>
  176. </Link>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  179. <ClCompile>
  180. <WarningLevel>Level3</WarningLevel>
  181. <Optimization>MaxSpeed</Optimization>
  182. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  183. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  184. <IntrinsicFunctions>true</IntrinsicFunctions>
  185. <WholeProgramOptimization>true</WholeProgramOptimization>
  186. <PrecompiledHeaderFile />
  187. <CompileAs>CompileAsC</CompileAs>
  188. <DebugInformationFormat>None</DebugInformationFormat>
  189. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  190. <EnablePREfast>true</EnablePREfast>
  191. </ClCompile>
  192. <Link>
  193. <SubSystem>Windows</SubSystem>
  194. </Link>
  195. </ItemDefinitionGroup>
  196. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  197. <ClCompile>
  198. <WarningLevel>Level3</WarningLevel>
  199. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  200. <Optimization>MaxSpeed</Optimization>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <IntrinsicFunctions>true</IntrinsicFunctions>
  203. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  204. <DebugInformationFormat>None</DebugInformationFormat>
  205. <PrecompiledHeaderFile />
  206. <CompileAs>CompileAsC</CompileAs>
  207. <EnablePREfast>true</EnablePREfast>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Windows</SubSystem>
  211. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  212. <OptimizeReferences>true</OptimizeReferences>
  213. </Link>
  214. </ItemDefinitionGroup>
  215. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  216. <ClCompile>
  217. <WarningLevel>Level3</WarningLevel>
  218. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  219. <Optimization>MaxSpeed</Optimization>
  220. <FunctionLevelLinking>true</FunctionLevelLinking>
  221. <IntrinsicFunctions>true</IntrinsicFunctions>
  222. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  223. <DebugInformationFormat>None</DebugInformationFormat>
  224. <PrecompiledHeaderFile />
  225. <CompileAs>CompileAsC</CompileAs>
  226. <EnablePREfast>true</EnablePREfast>
  227. </ClCompile>
  228. <Link>
  229. <SubSystem>Windows</SubSystem>
  230. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  231. <OptimizeReferences>true</OptimizeReferences>
  232. </Link>
  233. </ItemDefinitionGroup>
  234. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  235. <ImportGroup Label="ExtensionTargets">
  236. </ImportGroup>
  237. </Project>