cglm.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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\bezier.c" />
  24. <ClCompile Include="..\src\box.c" />
  25. <ClCompile Include="..\src\cam.c" />
  26. <ClCompile Include="..\src\curve.c" />
  27. <ClCompile Include="..\src\ease.c" />
  28. <ClCompile Include="..\src\euler.c" />
  29. <ClCompile Include="..\src\frustum.c" />
  30. <ClCompile Include="..\src\io.c" />
  31. <ClCompile Include="..\src\mat2.c" />
  32. <ClCompile Include="..\src\mat3.c" />
  33. <ClCompile Include="..\src\mat4.c" />
  34. <ClCompile Include="..\src\plane.c" />
  35. <ClCompile Include="..\src\project.c" />
  36. <ClCompile Include="..\src\quat.c" />
  37. <ClCompile Include="..\src\sphere.c" />
  38. <ClCompile Include="..\src\vec2.c" />
  39. <ClCompile Include="..\src\vec3.c" />
  40. <ClCompile Include="..\src\vec4.c" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ClInclude Include="..\include\cglm\affine-mat.h" />
  44. <ClInclude Include="..\include\cglm\affine.h" />
  45. <ClInclude Include="..\include\cglm\applesimd.h" />
  46. <ClInclude Include="..\include\cglm\bezier.h" />
  47. <ClInclude Include="..\include\cglm\box.h" />
  48. <ClInclude Include="..\include\cglm\call.h" />
  49. <ClInclude Include="..\include\cglm\call\affine.h" />
  50. <ClInclude Include="..\include\cglm\call\bezier.h" />
  51. <ClInclude Include="..\include\cglm\call\box.h" />
  52. <ClInclude Include="..\include\cglm\call\cam.h" />
  53. <ClInclude Include="..\include\cglm\call\curve.h" />
  54. <ClInclude Include="..\include\cglm\call\ease.h" />
  55. <ClInclude Include="..\include\cglm\call\euler.h" />
  56. <ClInclude Include="..\include\cglm\call\frustum.h" />
  57. <ClInclude Include="..\include\cglm\call\io.h" />
  58. <ClInclude Include="..\include\cglm\call\mat2.h" />
  59. <ClInclude Include="..\include\cglm\call\mat3.h" />
  60. <ClInclude Include="..\include\cglm\call\mat4.h" />
  61. <ClInclude Include="..\include\cglm\call\plane.h" />
  62. <ClInclude Include="..\include\cglm\call\project.h" />
  63. <ClInclude Include="..\include\cglm\call\quat.h" />
  64. <ClInclude Include="..\include\cglm\call\sphere.h" />
  65. <ClInclude Include="..\include\cglm\call\vec2.h" />
  66. <ClInclude Include="..\include\cglm\call\vec3.h" />
  67. <ClInclude Include="..\include\cglm\call\vec4.h" />
  68. <ClInclude Include="..\include\cglm\cam.h" />
  69. <ClInclude Include="..\include\cglm\cglm.h" />
  70. <ClInclude Include="..\include\cglm\color.h" />
  71. <ClInclude Include="..\include\cglm\common.h" />
  72. <ClInclude Include="..\include\cglm\curve.h" />
  73. <ClInclude Include="..\include\cglm\ease.h" />
  74. <ClInclude Include="..\include\cglm\euler.h" />
  75. <ClInclude Include="..\include\cglm\frustum.h" />
  76. <ClInclude Include="..\include\cglm\io.h" />
  77. <ClInclude Include="..\include\cglm\mat2.h" />
  78. <ClInclude Include="..\include\cglm\mat3.h" />
  79. <ClInclude Include="..\include\cglm\mat4.h" />
  80. <ClInclude Include="..\include\cglm\plane.h" />
  81. <ClInclude Include="..\include\cglm\project.h" />
  82. <ClInclude Include="..\include\cglm\quat.h" />
  83. <ClInclude Include="..\include\cglm\simd\arm.h" />
  84. <ClInclude Include="..\include\cglm\simd\avx\affine.h" />
  85. <ClInclude Include="..\include\cglm\simd\avx\mat4.h" />
  86. <ClInclude Include="..\include\cglm\simd\intrin.h" />
  87. <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
  88. <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
  89. <ClInclude Include="..\include\cglm\simd\sse2\mat3.h" />
  90. <ClInclude Include="..\include\cglm\simd\sse2\mat4.h" />
  91. <ClInclude Include="..\include\cglm\simd\sse2\quat.h" />
  92. <ClInclude Include="..\include\cglm\simd\x86.h" />
  93. <ClInclude Include="..\include\cglm\sphere.h" />
  94. <ClInclude Include="..\include\cglm\struct.h" />
  95. <ClInclude Include="..\include\cglm\struct\affine.h" />
  96. <ClInclude Include="..\include\cglm\struct\box.h" />
  97. <ClInclude Include="..\include\cglm\struct\cam.h" />
  98. <ClInclude Include="..\include\cglm\struct\color.h" />
  99. <ClInclude Include="..\include\cglm\struct\curve.h" />
  100. <ClInclude Include="..\include\cglm\struct\euler.h" />
  101. <ClInclude Include="..\include\cglm\struct\frustum.h" />
  102. <ClInclude Include="..\include\cglm\struct\io.h" />
  103. <ClInclude Include="..\include\cglm\struct\mat2.h" />
  104. <ClInclude Include="..\include\cglm\struct\mat3.h" />
  105. <ClInclude Include="..\include\cglm\struct\mat4.h" />
  106. <ClInclude Include="..\include\cglm\struct\plane.h" />
  107. <ClInclude Include="..\include\cglm\struct\project.h" />
  108. <ClInclude Include="..\include\cglm\struct\quat.h" />
  109. <ClInclude Include="..\include\cglm\struct\sphere.h" />
  110. <ClInclude Include="..\include\cglm\struct\vec2-ext.h" />
  111. <ClInclude Include="..\include\cglm\struct\vec2.h" />
  112. <ClInclude Include="..\include\cglm\struct\vec3-ext.h" />
  113. <ClInclude Include="..\include\cglm\struct\vec3.h" />
  114. <ClInclude Include="..\include\cglm\struct\vec4-ext.h" />
  115. <ClInclude Include="..\include\cglm\struct\vec4.h" />
  116. <ClInclude Include="..\include\cglm\types-struct.h" />
  117. <ClInclude Include="..\include\cglm\types.h" />
  118. <ClInclude Include="..\include\cglm\util.h" />
  119. <ClInclude Include="..\include\cglm\vec2-ext.h" />
  120. <ClInclude Include="..\include\cglm\vec2.h" />
  121. <ClInclude Include="..\include\cglm\vec3-ext.h" />
  122. <ClInclude Include="..\include\cglm\vec3.h" />
  123. <ClInclude Include="..\include\cglm\vec4-ext.h" />
  124. <ClInclude Include="..\include\cglm\vec4.h" />
  125. <ClInclude Include="..\include\cglm\version.h" />
  126. <ClInclude Include="..\src\config.h" />
  127. </ItemGroup>
  128. <PropertyGroup Label="Globals">
  129. <VCProjectVersion>15.0</VCProjectVersion>
  130. <ProjectGuid>{CA8BCAF9-CD25-4133-8F62-3D1449B5D2FC}</ProjectGuid>
  131. <Keyword>Win32Proj</Keyword>
  132. <RootNamespace>cglm</RootNamespace>
  133. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  134. </PropertyGroup>
  135. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  137. <ConfigurationType>DynamicLibrary</ConfigurationType>
  138. <UseDebugLibraries>true</UseDebugLibraries>
  139. <PlatformToolset>v141</PlatformToolset>
  140. <CharacterSet>Unicode</CharacterSet>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  143. <ConfigurationType>DynamicLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <PlatformToolset>v141</PlatformToolset>
  146. <WholeProgramOptimization>true</WholeProgramOptimization>
  147. <CharacterSet>Unicode</CharacterSet>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  150. <ConfigurationType>DynamicLibrary</ConfigurationType>
  151. <UseDebugLibraries>true</UseDebugLibraries>
  152. <PlatformToolset>v141</PlatformToolset>
  153. <CharacterSet>Unicode</CharacterSet>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  156. <ConfigurationType>DynamicLibrary</ConfigurationType>
  157. <UseDebugLibraries>false</UseDebugLibraries>
  158. <PlatformToolset>v141</PlatformToolset>
  159. <WholeProgramOptimization>true</WholeProgramOptimization>
  160. <CharacterSet>Unicode</CharacterSet>
  161. </PropertyGroup>
  162. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  163. <ImportGroup Label="ExtensionSettings">
  164. </ImportGroup>
  165. <ImportGroup Label="Shared">
  166. </ImportGroup>
  167. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  168. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  169. </ImportGroup>
  170. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  171. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  172. </ImportGroup>
  173. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  174. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  175. </ImportGroup>
  176. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  177. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  178. </ImportGroup>
  179. <PropertyGroup Label="UserMacros" />
  180. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  181. <LinkIncremental>true</LinkIncremental>
  182. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  183. <RunCodeAnalysis>true</RunCodeAnalysis>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  186. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  187. <RunCodeAnalysis>true</RunCodeAnalysis>
  188. </PropertyGroup>
  189. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  190. <LinkIncremental>false</LinkIncremental>
  191. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  192. <RunCodeAnalysis>true</RunCodeAnalysis>
  193. </PropertyGroup>
  194. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  195. <LinkIncremental>false</LinkIncremental>
  196. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  197. <RunCodeAnalysis>true</RunCodeAnalysis>
  198. </PropertyGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  200. <ClCompile>
  201. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  202. <WarningLevel>Level3</WarningLevel>
  203. <Optimization>MaxSpeed</Optimization>
  204. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  205. <DebugInformationFormat>None</DebugInformationFormat>
  206. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  207. <PrecompiledHeaderFile />
  208. <CompileAs>CompileAsC</CompileAs>
  209. <WholeProgramOptimization>true</WholeProgramOptimization>
  210. <EnablePREfast>true</EnablePREfast>
  211. </ClCompile>
  212. <Link>
  213. <SubSystem>Windows</SubSystem>
  214. </Link>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  217. <ClCompile>
  218. <WarningLevel>Level3</WarningLevel>
  219. <Optimization>MaxSpeed</Optimization>
  220. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  221. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  222. <IntrinsicFunctions>true</IntrinsicFunctions>
  223. <WholeProgramOptimization>true</WholeProgramOptimization>
  224. <PrecompiledHeaderFile />
  225. <CompileAs>CompileAsC</CompileAs>
  226. <DebugInformationFormat>None</DebugInformationFormat>
  227. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  228. <EnablePREfast>true</EnablePREfast>
  229. </ClCompile>
  230. <Link>
  231. <SubSystem>Windows</SubSystem>
  232. </Link>
  233. </ItemDefinitionGroup>
  234. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  235. <ClCompile>
  236. <WarningLevel>Level3</WarningLevel>
  237. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  238. <Optimization>MaxSpeed</Optimization>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <IntrinsicFunctions>true</IntrinsicFunctions>
  241. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  242. <DebugInformationFormat>None</DebugInformationFormat>
  243. <PrecompiledHeaderFile />
  244. <CompileAs>CompileAsC</CompileAs>
  245. <EnablePREfast>true</EnablePREfast>
  246. </ClCompile>
  247. <Link>
  248. <SubSystem>Windows</SubSystem>
  249. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  250. <OptimizeReferences>true</OptimizeReferences>
  251. </Link>
  252. </ItemDefinitionGroup>
  253. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  254. <ClCompile>
  255. <WarningLevel>Level3</WarningLevel>
  256. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  257. <Optimization>MaxSpeed</Optimization>
  258. <FunctionLevelLinking>true</FunctionLevelLinking>
  259. <IntrinsicFunctions>true</IntrinsicFunctions>
  260. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  261. <DebugInformationFormat>None</DebugInformationFormat>
  262. <PrecompiledHeaderFile />
  263. <CompileAs>CompileAsC</CompileAs>
  264. <EnablePREfast>true</EnablePREfast>
  265. </ClCompile>
  266. <Link>
  267. <SubSystem>Windows</SubSystem>
  268. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  269. <OptimizeReferences>true</OptimizeReferences>
  270. </Link>
  271. </ItemDefinitionGroup>
  272. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  273. <ImportGroup Label="ExtensionTargets">
  274. </ImportGroup>
  275. </Project>