cglm.vcxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|ARM64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>ARM64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ARM64EC">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM64EC</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Win32">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ARM">
  21. <Configuration>Release</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ARM64">
  25. <Configuration>Release</Configuration>
  26. <Platform>ARM64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|ARM64EC">
  29. <Configuration>Release</Configuration>
  30. <Platform>ARM64EC</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|x64">
  37. <Configuration>Debug</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|x64">
  41. <Configuration>Release</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ClCompile Include="..\src\aabb2d.c" />
  47. <ClCompile Include="..\src\affine.c" />
  48. <ClCompile Include="..\src\affine2d.c" />
  49. <ClCompile Include="..\src\bezier.c" />
  50. <ClCompile Include="..\src\box.c" />
  51. <ClCompile Include="..\src\cam.c" />
  52. <ClCompile Include="..\src\clipspace\ortho_lh_no.c" />
  53. <ClCompile Include="..\src\clipspace\ortho_lh_zo.c" />
  54. <ClCompile Include="..\src\clipspace\ortho_rh_no.c" />
  55. <ClCompile Include="..\src\clipspace\ortho_rh_zo.c" />
  56. <ClCompile Include="..\src\clipspace\persp_lh_no.c" />
  57. <ClCompile Include="..\src\clipspace\persp_lh_zo.c" />
  58. <ClCompile Include="..\src\clipspace\persp_rh_no.c" />
  59. <ClCompile Include="..\src\clipspace\persp_rh_zo.c" />
  60. <ClCompile Include="..\src\clipspace\project_no.c" />
  61. <ClCompile Include="..\src\clipspace\project_zo.c" />
  62. <ClCompile Include="..\src\clipspace\view_lh_no.c" />
  63. <ClCompile Include="..\src\clipspace\view_lh_zo.c" />
  64. <ClCompile Include="..\src\clipspace\view_rh_no.c" />
  65. <ClCompile Include="..\src\clipspace\view_rh_zo.c" />
  66. <ClCompile Include="..\src\curve.c" />
  67. <ClCompile Include="..\src\ease.c" />
  68. <ClCompile Include="..\src\euler.c" />
  69. <ClCompile Include="..\src\frustum.c" />
  70. <ClCompile Include="..\src\io.c" />
  71. <ClCompile Include="..\src\ivec2.c" />
  72. <ClCompile Include="..\src\ivec3.c" />
  73. <ClCompile Include="..\src\ivec4.c" />
  74. <ClCompile Include="..\src\mat2.c" />
  75. <ClCompile Include="..\src\mat2x3.c" />
  76. <ClCompile Include="..\src\mat2x4.c" />
  77. <ClCompile Include="..\src\mat3.c" />
  78. <ClCompile Include="..\src\mat3x2.c" />
  79. <ClCompile Include="..\src\mat3x4.c" />
  80. <ClCompile Include="..\src\mat4.c" />
  81. <ClCompile Include="..\src\mat4x2.c" />
  82. <ClCompile Include="..\src\mat4x3.c" />
  83. <ClCompile Include="..\src\noise.c" />
  84. <ClCompile Include="..\src\plane.c" />
  85. <ClCompile Include="..\src\project.c" />
  86. <ClCompile Include="..\src\quat.c" />
  87. <ClCompile Include="..\src\ray.c" />
  88. <ClCompile Include="..\src\sphere.c" />
  89. <ClCompile Include="..\src\vec2.c" />
  90. <ClCompile Include="..\src\vec3.c" />
  91. <ClCompile Include="..\src\vec4.c" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ClInclude Include="..\include\cglm\aabb2d.h" />
  95. <ClInclude Include="..\include\cglm\affine-mat.h" />
  96. <ClInclude Include="..\include\cglm\affine-post.h" />
  97. <ClInclude Include="..\include\cglm\affine-pre.h" />
  98. <ClInclude Include="..\include\cglm\affine.h" />
  99. <ClInclude Include="..\include\cglm\affine2d.h" />
  100. <ClInclude Include="..\include\cglm\applesimd.h" />
  101. <ClInclude Include="..\include\cglm\bezier.h" />
  102. <ClInclude Include="..\include\cglm\box.h" />
  103. <ClInclude Include="..\include\cglm\call.h" />
  104. <ClInclude Include="..\include\cglm\call\aabb2d.h" />
  105. <ClInclude Include="..\include\cglm\call\affine.h" />
  106. <ClInclude Include="..\include\cglm\call\affine2d.h" />
  107. <ClInclude Include="..\include\cglm\call\bezier.h" />
  108. <ClInclude Include="..\include\cglm\call\box.h" />
  109. <ClInclude Include="..\include\cglm\call\cam.h" />
  110. <ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_no.h" />
  111. <ClInclude Include="..\include\cglm\call\clipspace\ortho_lh_zo.h" />
  112. <ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_no.h" />
  113. <ClInclude Include="..\include\cglm\call\clipspace\ortho_rh_zo.h" />
  114. <ClInclude Include="..\include\cglm\call\clipspace\persp_lh_no.h" />
  115. <ClInclude Include="..\include\cglm\call\clipspace\persp_lh_zo.h" />
  116. <ClInclude Include="..\include\cglm\call\clipspace\persp_rh_no.h" />
  117. <ClInclude Include="..\include\cglm\call\clipspace\persp_rh_zo.h" />
  118. <ClInclude Include="..\include\cglm\call\clipspace\project_no.h" />
  119. <ClInclude Include="..\include\cglm\call\clipspace\project_zo.h" />
  120. <ClInclude Include="..\include\cglm\call\clipspace\view_lh_no.h" />
  121. <ClInclude Include="..\include\cglm\call\clipspace\view_lh_zo.h" />
  122. <ClInclude Include="..\include\cglm\call\clipspace\view_rh_no.h" />
  123. <ClInclude Include="..\include\cglm\call\clipspace\view_rh_zo.h" />
  124. <ClInclude Include="..\include\cglm\call\curve.h" />
  125. <ClInclude Include="..\include\cglm\call\ease.h" />
  126. <ClInclude Include="..\include\cglm\call\euler.h" />
  127. <ClInclude Include="..\include\cglm\call\frustum.h" />
  128. <ClInclude Include="..\include\cglm\call\io.h" />
  129. <ClInclude Include="..\include\cglm\call\ivec2.h" />
  130. <ClInclude Include="..\include\cglm\call\ivec3.h" />
  131. <ClInclude Include="..\include\cglm\call\ivec4.h" />
  132. <ClInclude Include="..\include\cglm\call\mat2.h" />
  133. <ClInclude Include="..\include\cglm\call\mat2x3.h" />
  134. <ClInclude Include="..\include\cglm\call\mat2x4.h" />
  135. <ClInclude Include="..\include\cglm\call\mat3.h" />
  136. <ClInclude Include="..\include\cglm\call\mat3x2.h" />
  137. <ClInclude Include="..\include\cglm\call\mat3x4.h" />
  138. <ClInclude Include="..\include\cglm\call\mat4.h" />
  139. <ClInclude Include="..\include\cglm\call\mat4x2.h" />
  140. <ClInclude Include="..\include\cglm\call\mat4x3.h" />
  141. <ClInclude Include="..\include\cglm\call\noise.h" />
  142. <ClInclude Include="..\include\cglm\call\plane.h" />
  143. <ClInclude Include="..\include\cglm\call\project.h" />
  144. <ClInclude Include="..\include\cglm\call\quat.h" />
  145. <ClInclude Include="..\include\cglm\call\ray.h" />
  146. <ClInclude Include="..\include\cglm\call\sphere.h" />
  147. <ClInclude Include="..\include\cglm\call\vec2.h" />
  148. <ClInclude Include="..\include\cglm\call\vec3.h" />
  149. <ClInclude Include="..\include\cglm\call\vec4.h" />
  150. <ClInclude Include="..\include\cglm\cam.h" />
  151. <ClInclude Include="..\include\cglm\cglm.h" />
  152. <ClInclude Include="..\include\cglm\clipspace\ortho_lh_no.h" />
  153. <ClInclude Include="..\include\cglm\clipspace\ortho_lh_zo.h" />
  154. <ClInclude Include="..\include\cglm\clipspace\ortho_rh_no.h" />
  155. <ClInclude Include="..\include\cglm\clipspace\ortho_rh_zo.h" />
  156. <ClInclude Include="..\include\cglm\clipspace\persp.h" />
  157. <ClInclude Include="..\include\cglm\clipspace\persp_lh_no.h" />
  158. <ClInclude Include="..\include\cglm\clipspace\persp_lh_zo.h" />
  159. <ClInclude Include="..\include\cglm\clipspace\persp_rh_no.h" />
  160. <ClInclude Include="..\include\cglm\clipspace\persp_rh_zo.h" />
  161. <ClInclude Include="..\include\cglm\clipspace\project_no.h" />
  162. <ClInclude Include="..\include\cglm\clipspace\project_zo.h" />
  163. <ClInclude Include="..\include\cglm\clipspace\view_lh.h" />
  164. <ClInclude Include="..\include\cglm\clipspace\view_lh_no.h" />
  165. <ClInclude Include="..\include\cglm\clipspace\view_lh_zo.h" />
  166. <ClInclude Include="..\include\cglm\clipspace\view_rh.h" />
  167. <ClInclude Include="..\include\cglm\clipspace\view_rh_no.h" />
  168. <ClInclude Include="..\include\cglm\clipspace\view_rh_zo.h" />
  169. <ClInclude Include="..\include\cglm\color.h" />
  170. <ClInclude Include="..\include\cglm\common.h" />
  171. <ClInclude Include="..\include\cglm\curve.h" />
  172. <ClInclude Include="..\include\cglm\ease.h" />
  173. <ClInclude Include="..\include\cglm\euler.h" />
  174. <ClInclude Include="..\include\cglm\frustum.h" />
  175. <ClInclude Include="..\include\cglm\io.h" />
  176. <ClInclude Include="..\include\cglm\ivec2.h" />
  177. <ClInclude Include="..\include\cglm\ivec3.h" />
  178. <ClInclude Include="..\include\cglm\ivec4.h" />
  179. <ClInclude Include="..\include\cglm\mat2.h" />
  180. <ClInclude Include="..\include\cglm\mat2x3.h" />
  181. <ClInclude Include="..\include\cglm\mat2x4.h" />
  182. <ClInclude Include="..\include\cglm\mat3.h" />
  183. <ClInclude Include="..\include\cglm\mat3x2.h" />
  184. <ClInclude Include="..\include\cglm\mat3x4.h" />
  185. <ClInclude Include="..\include\cglm\mat4.h" />
  186. <ClInclude Include="..\include\cglm\mat4x2.h" />
  187. <ClInclude Include="..\include\cglm\mat4x3.h" />
  188. <ClInclude Include="..\include\cglm\noise.h" />
  189. <ClInclude Include="..\include\cglm\plane.h" />
  190. <ClInclude Include="..\include\cglm\project.h" />
  191. <ClInclude Include="..\include\cglm\quat.h" />
  192. <ClInclude Include="..\include\cglm\ray.h" />
  193. <ClInclude Include="..\include\cglm\simd\arm.h" />
  194. <ClInclude Include="..\include\cglm\simd\avx\affine.h" />
  195. <ClInclude Include="..\include\cglm\simd\avx\mat4.h" />
  196. <ClInclude Include="..\include\cglm\simd\intrin.h" />
  197. <ClInclude Include="..\include\cglm\simd\neon\affine.h" />
  198. <ClInclude Include="..\include\cglm\simd\neon\mat2.h" />
  199. <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
  200. <ClInclude Include="..\include\cglm\simd\neon\quat.h" />
  201. <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
  202. <ClInclude Include="..\include\cglm\simd\sse2\mat2.h" />
  203. <ClInclude Include="..\include\cglm\simd\sse2\mat3.h" />
  204. <ClInclude Include="..\include\cglm\simd\sse2\mat4.h" />
  205. <ClInclude Include="..\include\cglm\simd\sse2\quat.h" />
  206. <ClInclude Include="..\include\cglm\simd\wasm.h" />
  207. <ClInclude Include="..\include\cglm\simd\wasm\affine.h" />
  208. <ClInclude Include="..\include\cglm\simd\wasm\mat2.h" />
  209. <ClInclude Include="..\include\cglm\simd\wasm\mat3.h" />
  210. <ClInclude Include="..\include\cglm\simd\wasm\mat4.h" />
  211. <ClInclude Include="..\include\cglm\simd\wasm\quat.h" />
  212. <ClInclude Include="..\include\cglm\simd\x86.h" />
  213. <ClInclude Include="..\include\cglm\sphere.h" />
  214. <ClInclude Include="..\include\cglm\struct.h" />
  215. <ClInclude Include="..\include\cglm\struct\aabb2d.h" />
  216. <ClInclude Include="..\include\cglm\struct\affine-post.h" />
  217. <ClInclude Include="..\include\cglm\struct\affine-pre.h" />
  218. <ClInclude Include="..\include\cglm\struct\affine-mat.h" />
  219. <ClInclude Include="..\include\cglm\struct\affine.h" />
  220. <ClInclude Include="..\include\cglm\struct\affine2d.h" />
  221. <ClInclude Include="..\include\cglm\struct\box.h" />
  222. <ClInclude Include="..\include\cglm\struct\cam.h" />
  223. <ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_no.h" />
  224. <ClInclude Include="..\include\cglm\struct\clipspace\ortho_lh_zo.h" />
  225. <ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_no.h" />
  226. <ClInclude Include="..\include\cglm\struct\clipspace\ortho_rh_zo.h" />
  227. <ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_no.h" />
  228. <ClInclude Include="..\include\cglm\struct\clipspace\persp_lh_zo.h" />
  229. <ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_no.h" />
  230. <ClInclude Include="..\include\cglm\struct\clipspace\persp_rh_zo.h" />
  231. <ClInclude Include="..\include\cglm\struct\clipspace\project_no.h" />
  232. <ClInclude Include="..\include\cglm\struct\clipspace\project_zo.h" />
  233. <ClInclude Include="..\include\cglm\struct\clipspace\view_lh_no.h" />
  234. <ClInclude Include="..\include\cglm\struct\clipspace\view_lh_zo.h" />
  235. <ClInclude Include="..\include\cglm\struct\clipspace\view_rh_no.h" />
  236. <ClInclude Include="..\include\cglm\struct\clipspace\view_rh_zo.h" />
  237. <ClInclude Include="..\include\cglm\struct\color.h" />
  238. <ClInclude Include="..\include\cglm\struct\curve.h" />
  239. <ClInclude Include="..\include\cglm\struct\euler.h" />
  240. <ClInclude Include="..\include\cglm\struct\frustum.h" />
  241. <ClInclude Include="..\include\cglm\struct\handed\euler_to_quat_lh.h" />
  242. <ClInclude Include="..\include\cglm\struct\handed\euler_to_quat_rh.h" />
  243. <ClInclude Include="..\include\cglm\struct\io.h" />
  244. <ClInclude Include="..\include\cglm\struct\ivec2.h" />
  245. <ClInclude Include="..\include\cglm\struct\ivec3.h" />
  246. <ClInclude Include="..\include\cglm\struct\ivec4.h" />
  247. <ClInclude Include="..\include\cglm\struct\mat2.h" />
  248. <ClInclude Include="..\include\cglm\struct\mat2x3.h" />
  249. <ClInclude Include="..\include\cglm\struct\mat2x4.h" />
  250. <ClInclude Include="..\include\cglm\struct\mat3.h" />
  251. <ClInclude Include="..\include\cglm\struct\mat3x2.h" />
  252. <ClInclude Include="..\include\cglm\struct\mat3x4.h" />
  253. <ClInclude Include="..\include\cglm\struct\mat4.h" />
  254. <ClInclude Include="..\include\cglm\struct\mat4x2.h" />
  255. <ClInclude Include="..\include\cglm\struct\mat4x3.h" />
  256. <ClInclude Include="..\include\cglm\struct\noise.h" />
  257. <ClInclude Include="..\include\cglm\struct\plane.h" />
  258. <ClInclude Include="..\include\cglm\struct\project.h" />
  259. <ClInclude Include="..\include\cglm\struct\quat.h" />
  260. <ClInclude Include="..\include\cglm\struct\ray.h" />
  261. <ClInclude Include="..\include\cglm\struct\sphere.h" />
  262. <ClInclude Include="..\include\cglm\struct\vec2-ext.h" />
  263. <ClInclude Include="..\include\cglm\struct\vec2.h" />
  264. <ClInclude Include="..\include\cglm\struct\vec3-ext.h" />
  265. <ClInclude Include="..\include\cglm\struct\vec3.h" />
  266. <ClInclude Include="..\include\cglm\struct\vec4-ext.h" />
  267. <ClInclude Include="..\include\cglm\struct\vec4.h" />
  268. <ClInclude Include="..\include\cglm\types-struct.h" />
  269. <ClInclude Include="..\include\cglm\types.h" />
  270. <ClInclude Include="..\include\cglm\util.h" />
  271. <ClInclude Include="..\include\cglm\vec2-ext.h" />
  272. <ClInclude Include="..\include\cglm\vec2.h" />
  273. <ClInclude Include="..\include\cglm\vec3-ext.h" />
  274. <ClInclude Include="..\include\cglm\vec3.h" />
  275. <ClInclude Include="..\include\cglm\vec4-ext.h" />
  276. <ClInclude Include="..\include\cglm\vec4.h" />
  277. <ClInclude Include="..\include\cglm\version.h" />
  278. <ClInclude Include="..\src\config.h" />
  279. </ItemGroup>
  280. <PropertyGroup Label="Globals">
  281. <VCProjectVersion>15.0</VCProjectVersion>
  282. <ProjectGuid>{CA8BCAF9-CD25-4133-8F62-3D1449B5D2FC}</ProjectGuid>
  283. <Keyword>Win32Proj</Keyword>
  284. <RootNamespace>cglm</RootNamespace>
  285. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  286. </PropertyGroup>
  287. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  288. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  289. <ConfigurationType>DynamicLibrary</ConfigurationType>
  290. <UseDebugLibraries>true</UseDebugLibraries>
  291. <PlatformToolset>v141</PlatformToolset>
  292. <CharacterSet>Unicode</CharacterSet>
  293. </PropertyGroup>
  294. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  295. <ConfigurationType>DynamicLibrary</ConfigurationType>
  296. <UseDebugLibraries>false</UseDebugLibraries>
  297. <PlatformToolset>v141</PlatformToolset>
  298. <WholeProgramOptimization>true</WholeProgramOptimization>
  299. <CharacterSet>Unicode</CharacterSet>
  300. </PropertyGroup>
  301. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  302. <ConfigurationType>DynamicLibrary</ConfigurationType>
  303. <UseDebugLibraries>true</UseDebugLibraries>
  304. <PlatformToolset>v141</PlatformToolset>
  305. <CharacterSet>Unicode</CharacterSet>
  306. </PropertyGroup>
  307. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  308. <ConfigurationType>DynamicLibrary</ConfigurationType>
  309. <UseDebugLibraries>true</UseDebugLibraries>
  310. <PlatformToolset>v141</PlatformToolset>
  311. <CharacterSet>Unicode</CharacterSet>
  312. </PropertyGroup>
  313. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration">
  314. <ConfigurationType>DynamicLibrary</ConfigurationType>
  315. <UseDebugLibraries>true</UseDebugLibraries>
  316. <PlatformToolset>v141</PlatformToolset>
  317. <CharacterSet>Unicode</CharacterSet>
  318. </PropertyGroup>
  319. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  320. <ConfigurationType>DynamicLibrary</ConfigurationType>
  321. <UseDebugLibraries>true</UseDebugLibraries>
  322. <PlatformToolset>v141</PlatformToolset>
  323. <CharacterSet>Unicode</CharacterSet>
  324. </PropertyGroup>
  325. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  326. <ConfigurationType>DynamicLibrary</ConfigurationType>
  327. <UseDebugLibraries>false</UseDebugLibraries>
  328. <PlatformToolset>v141</PlatformToolset>
  329. <WholeProgramOptimization>true</WholeProgramOptimization>
  330. <CharacterSet>Unicode</CharacterSet>
  331. </PropertyGroup>
  332. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  333. <ConfigurationType>DynamicLibrary</ConfigurationType>
  334. <UseDebugLibraries>false</UseDebugLibraries>
  335. <PlatformToolset>v141</PlatformToolset>
  336. <WholeProgramOptimization>true</WholeProgramOptimization>
  337. <CharacterSet>Unicode</CharacterSet>
  338. </PropertyGroup>
  339. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
  340. <ConfigurationType>DynamicLibrary</ConfigurationType>
  341. <UseDebugLibraries>false</UseDebugLibraries>
  342. <PlatformToolset>v141</PlatformToolset>
  343. <WholeProgramOptimization>true</WholeProgramOptimization>
  344. <CharacterSet>Unicode</CharacterSet>
  345. </PropertyGroup>
  346. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  347. <ConfigurationType>DynamicLibrary</ConfigurationType>
  348. <UseDebugLibraries>false</UseDebugLibraries>
  349. <PlatformToolset>v141</PlatformToolset>
  350. <WholeProgramOptimization>true</WholeProgramOptimization>
  351. <CharacterSet>Unicode</CharacterSet>
  352. </PropertyGroup>
  353. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  354. <ImportGroup Label="ExtensionSettings">
  355. </ImportGroup>
  356. <ImportGroup Label="Shared">
  357. </ImportGroup>
  358. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  359. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  360. </ImportGroup>
  361. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  362. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  363. </ImportGroup>
  364. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  365. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  366. </ImportGroup>
  367. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  368. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  369. </ImportGroup>
  370. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets">
  371. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  372. </ImportGroup>
  373. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  374. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  375. </ImportGroup>
  376. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  377. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  378. </ImportGroup>
  379. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  380. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  381. </ImportGroup>
  382. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets">
  383. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  384. </ImportGroup>
  385. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  386. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  387. </ImportGroup>
  388. <PropertyGroup Label="UserMacros" />
  389. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  390. <LinkIncremental>true</LinkIncremental>
  391. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  392. <RunCodeAnalysis>true</RunCodeAnalysis>
  393. </PropertyGroup>
  394. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  395. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  396. <RunCodeAnalysis>true</RunCodeAnalysis>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  399. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  400. <RunCodeAnalysis>true</RunCodeAnalysis>
  401. </PropertyGroup>
  402. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
  403. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  404. <RunCodeAnalysis>true</RunCodeAnalysis>
  405. </PropertyGroup>
  406. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  407. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  408. <RunCodeAnalysis>true</RunCodeAnalysis>
  409. </PropertyGroup>
  410. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  411. <LinkIncremental>false</LinkIncremental>
  412. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  413. <RunCodeAnalysis>true</RunCodeAnalysis>
  414. </PropertyGroup>
  415. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  416. <LinkIncremental>false</LinkIncremental>
  417. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  418. <RunCodeAnalysis>true</RunCodeAnalysis>
  419. </PropertyGroup>
  420. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  421. <LinkIncremental>false</LinkIncremental>
  422. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  423. <RunCodeAnalysis>true</RunCodeAnalysis>
  424. </PropertyGroup>
  425. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
  426. <LinkIncremental>false</LinkIncremental>
  427. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  428. <RunCodeAnalysis>true</RunCodeAnalysis>
  429. </PropertyGroup>
  430. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  431. <LinkIncremental>false</LinkIncremental>
  432. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  433. <RunCodeAnalysis>true</RunCodeAnalysis>
  434. </PropertyGroup>
  435. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  436. <ClCompile>
  437. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  438. <WarningLevel>Level3</WarningLevel>
  439. <Optimization>MaxSpeed</Optimization>
  440. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  441. <DebugInformationFormat>None</DebugInformationFormat>
  442. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  443. <PrecompiledHeaderFile />
  444. <CompileAs>CompileAsC</CompileAs>
  445. <WholeProgramOptimization>true</WholeProgramOptimization>
  446. <EnablePREfast>true</EnablePREfast>
  447. </ClCompile>
  448. <Link>
  449. <SubSystem>Windows</SubSystem>
  450. </Link>
  451. </ItemDefinitionGroup>
  452. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  453. <ClCompile>
  454. <WarningLevel>Level3</WarningLevel>
  455. <Optimization>MaxSpeed</Optimization>
  456. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  457. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  458. <IntrinsicFunctions>true</IntrinsicFunctions>
  459. <WholeProgramOptimization>true</WholeProgramOptimization>
  460. <PrecompiledHeaderFile />
  461. <CompileAs>CompileAsC</CompileAs>
  462. <DebugInformationFormat>None</DebugInformationFormat>
  463. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  464. <EnablePREfast>true</EnablePREfast>
  465. </ClCompile>
  466. <Link>
  467. <SubSystem>Windows</SubSystem>
  468. </Link>
  469. </ItemDefinitionGroup>
  470. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  471. <ClCompile>
  472. <WarningLevel>Level3</WarningLevel>
  473. <Optimization>MaxSpeed</Optimization>
  474. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  475. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  476. <IntrinsicFunctions>true</IntrinsicFunctions>
  477. <WholeProgramOptimization>true</WholeProgramOptimization>
  478. <PrecompiledHeaderFile>
  479. </PrecompiledHeaderFile>
  480. <CompileAs>CompileAsC</CompileAs>
  481. <DebugInformationFormat>None</DebugInformationFormat>
  482. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  483. <EnablePREfast>true</EnablePREfast>
  484. </ClCompile>
  485. <Link>
  486. <SubSystem>Windows</SubSystem>
  487. </Link>
  488. </ItemDefinitionGroup>
  489. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
  490. <ClCompile>
  491. <WarningLevel>Level3</WarningLevel>
  492. <Optimization>MaxSpeed</Optimization>
  493. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  494. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  495. <IntrinsicFunctions>true</IntrinsicFunctions>
  496. <WholeProgramOptimization>true</WholeProgramOptimization>
  497. <PrecompiledHeaderFile>
  498. </PrecompiledHeaderFile>
  499. <CompileAs>CompileAsC</CompileAs>
  500. <DebugInformationFormat>None</DebugInformationFormat>
  501. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  502. <EnablePREfast>true</EnablePREfast>
  503. </ClCompile>
  504. <Link>
  505. <SubSystem>Windows</SubSystem>
  506. </Link>
  507. </ItemDefinitionGroup>
  508. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  509. <ClCompile>
  510. <WarningLevel>Level3</WarningLevel>
  511. <Optimization>MaxSpeed</Optimization>
  512. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  513. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  514. <IntrinsicFunctions>true</IntrinsicFunctions>
  515. <WholeProgramOptimization>true</WholeProgramOptimization>
  516. <PrecompiledHeaderFile>
  517. </PrecompiledHeaderFile>
  518. <CompileAs>CompileAsC</CompileAs>
  519. <DebugInformationFormat>None</DebugInformationFormat>
  520. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  521. <EnablePREfast>true</EnablePREfast>
  522. </ClCompile>
  523. <Link>
  524. <SubSystem>Windows</SubSystem>
  525. </Link>
  526. </ItemDefinitionGroup>
  527. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  528. <ClCompile>
  529. <WarningLevel>Level3</WarningLevel>
  530. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  531. <Optimization>MaxSpeed</Optimization>
  532. <FunctionLevelLinking>true</FunctionLevelLinking>
  533. <IntrinsicFunctions>true</IntrinsicFunctions>
  534. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  535. <DebugInformationFormat>None</DebugInformationFormat>
  536. <PrecompiledHeaderFile />
  537. <CompileAs>CompileAsC</CompileAs>
  538. <EnablePREfast>true</EnablePREfast>
  539. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  540. </ClCompile>
  541. <Link>
  542. <SubSystem>Windows</SubSystem>
  543. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  544. <OptimizeReferences>true</OptimizeReferences>
  545. </Link>
  546. </ItemDefinitionGroup>
  547. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  548. <ClCompile>
  549. <WarningLevel>Level3</WarningLevel>
  550. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  551. <Optimization>MaxSpeed</Optimization>
  552. <FunctionLevelLinking>true</FunctionLevelLinking>
  553. <IntrinsicFunctions>true</IntrinsicFunctions>
  554. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  555. <DebugInformationFormat>None</DebugInformationFormat>
  556. <PrecompiledHeaderFile />
  557. <CompileAs>CompileAsC</CompileAs>
  558. <EnablePREfast>true</EnablePREfast>
  559. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  560. </ClCompile>
  561. <Link>
  562. <SubSystem>Windows</SubSystem>
  563. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  564. <OptimizeReferences>true</OptimizeReferences>
  565. </Link>
  566. </ItemDefinitionGroup>
  567. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  568. <ClCompile>
  569. <WarningLevel>Level3</WarningLevel>
  570. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  571. <Optimization>MaxSpeed</Optimization>
  572. <FunctionLevelLinking>true</FunctionLevelLinking>
  573. <IntrinsicFunctions>true</IntrinsicFunctions>
  574. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  575. <DebugInformationFormat>None</DebugInformationFormat>
  576. <PrecompiledHeaderFile>
  577. </PrecompiledHeaderFile>
  578. <CompileAs>CompileAsC</CompileAs>
  579. <EnablePREfast>true</EnablePREfast>
  580. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  581. </ClCompile>
  582. <Link>
  583. <SubSystem>Windows</SubSystem>
  584. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  585. <OptimizeReferences>true</OptimizeReferences>
  586. </Link>
  587. </ItemDefinitionGroup>
  588. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
  589. <ClCompile>
  590. <WarningLevel>Level3</WarningLevel>
  591. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  592. <Optimization>MaxSpeed</Optimization>
  593. <FunctionLevelLinking>true</FunctionLevelLinking>
  594. <IntrinsicFunctions>true</IntrinsicFunctions>
  595. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  596. <DebugInformationFormat>None</DebugInformationFormat>
  597. <PrecompiledHeaderFile>
  598. </PrecompiledHeaderFile>
  599. <CompileAs>CompileAsC</CompileAs>
  600. <EnablePREfast>true</EnablePREfast>
  601. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  602. </ClCompile>
  603. <Link>
  604. <SubSystem>Windows</SubSystem>
  605. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  606. <OptimizeReferences>true</OptimizeReferences>
  607. </Link>
  608. </ItemDefinitionGroup>
  609. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  610. <ClCompile>
  611. <WarningLevel>Level3</WarningLevel>
  612. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  613. <Optimization>MaxSpeed</Optimization>
  614. <FunctionLevelLinking>true</FunctionLevelLinking>
  615. <IntrinsicFunctions>true</IntrinsicFunctions>
  616. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  617. <DebugInformationFormat>None</DebugInformationFormat>
  618. <PrecompiledHeaderFile>
  619. </PrecompiledHeaderFile>
  620. <CompileAs>CompileAsC</CompileAs>
  621. <EnablePREfast>true</EnablePREfast>
  622. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  623. </ClCompile>
  624. <Link>
  625. <SubSystem>Windows</SubSystem>
  626. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  627. <OptimizeReferences>true</OptimizeReferences>
  628. </Link>
  629. </ItemDefinitionGroup>
  630. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  631. <ImportGroup Label="ExtensionTargets">
  632. </ImportGroup>
  633. </Project>