2
0

cglm-test.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="..\test\runner.c" />
  47. <ClCompile Include="..\test\src\tests.c" />
  48. <ClCompile Include="..\test\src\test_bezier.c" />
  49. <ClCompile Include="..\test\src\test_cam.c" />
  50. <ClCompile Include="..\test\src\test_cam_lh_no.c" />
  51. <ClCompile Include="..\test\src\test_cam_lh_zo.c" />
  52. <ClCompile Include="..\test\src\test_cam_rh_no.c" />
  53. <ClCompile Include="..\test\src\test_cam_rh_zo.c" />
  54. <ClCompile Include="..\test\src\test_clamp.c" />
  55. <ClCompile Include="..\test\src\test_common.c" />
  56. <ClCompile Include="..\test\src\test_euler.c" />
  57. <ClCompile Include="..\test\src\test_struct.c" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ClInclude Include="..\test\include\common.h" />
  61. <ClInclude Include="..\test\src\test_affine.h" />
  62. <ClInclude Include="..\test\src\test_affine2d.h" />
  63. <ClInclude Include="..\test\src\test_affine_mat.h" />
  64. <ClInclude Include="..\test\src\test_camera.h" />
  65. <ClInclude Include="..\test\src\test_common.h" />
  66. <ClInclude Include="..\test\src\test_ivec2.h" />
  67. <ClInclude Include="..\test\src\test_ivec3.h" />
  68. <ClInclude Include="..\test\src\test_ivec4.h" />
  69. <ClInclude Include="..\test\src\test_mat2.h" />
  70. <ClInclude Include="..\test\src\test_mat3.h" />
  71. <ClInclude Include="..\test\src\test_mat4.h" />
  72. <ClInclude Include="..\test\src\test_plane.h" />
  73. <ClInclude Include="..\test\src\test_project.h" />
  74. <ClInclude Include="..\test\src\test_quat.h" />
  75. <ClInclude Include="..\test\src\test_vec2.h" />
  76. <ClInclude Include="..\test\src\test_vec3.h" />
  77. <ClInclude Include="..\test\src\test_vec4.h" />
  78. <ClInclude Include="..\test\src\test_ray.h" />
  79. <ClInclude Include="..\test\tests.h" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="cglm.vcxproj">
  83. <Project>{ca8bcaf9-cd25-4133-8f62-3d1449b5d2fc}</Project>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <PropertyGroup Label="Globals">
  87. <VCProjectVersion>16.0</VCProjectVersion>
  88. <ProjectGuid>{200E0DF1-7532-44E6-8273-84FB92C5557E}</ProjectGuid>
  89. <Keyword>Win32Proj</Keyword>
  90. <RootNamespace>cglmtest</RootNamespace>
  91. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  92. </PropertyGroup>
  93. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  95. <ConfigurationType>Application</ConfigurationType>
  96. <UseDebugLibraries>true</UseDebugLibraries>
  97. <PlatformToolset>v142</PlatformToolset>
  98. <CharacterSet>Unicode</CharacterSet>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  101. <ConfigurationType>Application</ConfigurationType>
  102. <UseDebugLibraries>false</UseDebugLibraries>
  103. <PlatformToolset>v142</PlatformToolset>
  104. <WholeProgramOptimization>true</WholeProgramOptimization>
  105. <CharacterSet>Unicode</CharacterSet>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  108. <ConfigurationType>Application</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <PlatformToolset>v142</PlatformToolset>
  111. <CharacterSet>Unicode</CharacterSet>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  114. <ConfigurationType>Application</ConfigurationType>
  115. <UseDebugLibraries>true</UseDebugLibraries>
  116. <PlatformToolset>v142</PlatformToolset>
  117. <CharacterSet>Unicode</CharacterSet>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="Configuration">
  120. <ConfigurationType>Application</ConfigurationType>
  121. <UseDebugLibraries>true</UseDebugLibraries>
  122. <PlatformToolset>v142</PlatformToolset>
  123. <CharacterSet>Unicode</CharacterSet>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  126. <ConfigurationType>Application</ConfigurationType>
  127. <UseDebugLibraries>true</UseDebugLibraries>
  128. <PlatformToolset>v142</PlatformToolset>
  129. <CharacterSet>Unicode</CharacterSet>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  132. <ConfigurationType>Application</ConfigurationType>
  133. <UseDebugLibraries>false</UseDebugLibraries>
  134. <PlatformToolset>v142</PlatformToolset>
  135. <WholeProgramOptimization>true</WholeProgramOptimization>
  136. <CharacterSet>Unicode</CharacterSet>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  139. <ConfigurationType>Application</ConfigurationType>
  140. <UseDebugLibraries>false</UseDebugLibraries>
  141. <PlatformToolset>v142</PlatformToolset>
  142. <WholeProgramOptimization>true</WholeProgramOptimization>
  143. <CharacterSet>Unicode</CharacterSet>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
  146. <ConfigurationType>Application</ConfigurationType>
  147. <UseDebugLibraries>false</UseDebugLibraries>
  148. <PlatformToolset>v142</PlatformToolset>
  149. <WholeProgramOptimization>true</WholeProgramOptimization>
  150. <CharacterSet>Unicode</CharacterSet>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  153. <ConfigurationType>Application</ConfigurationType>
  154. <UseDebugLibraries>false</UseDebugLibraries>
  155. <PlatformToolset>v142</PlatformToolset>
  156. <WholeProgramOptimization>true</WholeProgramOptimization>
  157. <CharacterSet>Unicode</CharacterSet>
  158. </PropertyGroup>
  159. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  160. <ImportGroup Label="ExtensionSettings">
  161. </ImportGroup>
  162. <ImportGroup Label="Shared">
  163. </ImportGroup>
  164. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  165. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  166. </ImportGroup>
  167. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'">
  171. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  172. </ImportGroup>
  173. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  174. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  175. </ImportGroup>
  176. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'" Label="PropertySheets">
  177. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  178. </ImportGroup>
  179. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  180. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  181. </ImportGroup>
  182. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  183. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  184. </ImportGroup>
  185. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  186. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  187. </ImportGroup>
  188. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets">
  189. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  190. </ImportGroup>
  191. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  192. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  193. </ImportGroup>
  194. <PropertyGroup Label="UserMacros" />
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  196. <LinkIncremental>false</LinkIncremental>
  197. </PropertyGroup>
  198. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  199. <LinkIncremental>false</LinkIncremental>
  200. </PropertyGroup>
  201. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
  202. <LinkIncremental>false</LinkIncremental>
  203. </PropertyGroup>
  204. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  205. <LinkIncremental>false</LinkIncremental>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  208. <LinkIncremental>true</LinkIncremental>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  211. <LinkIncremental>true</LinkIncremental>
  212. </PropertyGroup>
  213. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  214. <LinkIncremental>true</LinkIncremental>
  215. </PropertyGroup>
  216. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
  217. <LinkIncremental>true</LinkIncremental>
  218. </PropertyGroup>
  219. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  220. <LinkIncremental>true</LinkIncremental>
  221. </PropertyGroup>
  222. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  223. <LinkIncremental>false</LinkIncremental>
  224. </PropertyGroup>
  225. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  226. <ClCompile>
  227. <PrecompiledHeader>
  228. </PrecompiledHeader>
  229. <WarningLevel>Level3</WarningLevel>
  230. <Optimization>MaxSpeed</Optimization>
  231. <FunctionLevelLinking>true</FunctionLevelLinking>
  232. <IntrinsicFunctions>true</IntrinsicFunctions>
  233. <SDLCheck>true</SDLCheck>
  234. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  235. <ConformanceMode>true</ConformanceMode>
  236. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  237. </ClCompile>
  238. <Link>
  239. <SubSystem>Console</SubSystem>
  240. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  241. <OptimizeReferences>true</OptimizeReferences>
  242. <GenerateDebugInformation>true</GenerateDebugInformation>
  243. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  244. </Link>
  245. </ItemDefinitionGroup>
  246. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  247. <ClCompile>
  248. <PrecompiledHeader>
  249. </PrecompiledHeader>
  250. <WarningLevel>Level3</WarningLevel>
  251. <Optimization>MaxSpeed</Optimization>
  252. <FunctionLevelLinking>true</FunctionLevelLinking>
  253. <IntrinsicFunctions>true</IntrinsicFunctions>
  254. <SDLCheck>true</SDLCheck>
  255. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  256. <ConformanceMode>true</ConformanceMode>
  257. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  258. </ClCompile>
  259. <Link>
  260. <SubSystem>Console</SubSystem>
  261. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  262. <OptimizeReferences>true</OptimizeReferences>
  263. <GenerateDebugInformation>true</GenerateDebugInformation>
  264. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  265. </Link>
  266. </ItemDefinitionGroup>
  267. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
  268. <ClCompile>
  269. <PrecompiledHeader>
  270. </PrecompiledHeader>
  271. <WarningLevel>Level3</WarningLevel>
  272. <Optimization>MaxSpeed</Optimization>
  273. <FunctionLevelLinking>true</FunctionLevelLinking>
  274. <IntrinsicFunctions>true</IntrinsicFunctions>
  275. <SDLCheck>true</SDLCheck>
  276. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  277. <ConformanceMode>true</ConformanceMode>
  278. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  279. </ClCompile>
  280. <Link>
  281. <SubSystem>Console</SubSystem>
  282. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  283. <OptimizeReferences>true</OptimizeReferences>
  284. <GenerateDebugInformation>true</GenerateDebugInformation>
  285. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  286. </Link>
  287. </ItemDefinitionGroup>
  288. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  289. <ClCompile>
  290. <PrecompiledHeader>
  291. </PrecompiledHeader>
  292. <WarningLevel>Level3</WarningLevel>
  293. <Optimization>MaxSpeed</Optimization>
  294. <FunctionLevelLinking>true</FunctionLevelLinking>
  295. <IntrinsicFunctions>true</IntrinsicFunctions>
  296. <SDLCheck>true</SDLCheck>
  297. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  298. <ConformanceMode>true</ConformanceMode>
  299. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  300. </ClCompile>
  301. <Link>
  302. <SubSystem>Console</SubSystem>
  303. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  304. <OptimizeReferences>true</OptimizeReferences>
  305. <GenerateDebugInformation>true</GenerateDebugInformation>
  306. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  307. </Link>
  308. </ItemDefinitionGroup>
  309. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  310. <ClCompile>
  311. <PrecompiledHeader>
  312. </PrecompiledHeader>
  313. <WarningLevel>Level3</WarningLevel>
  314. <Optimization>Disabled</Optimization>
  315. <SDLCheck>true</SDLCheck>
  316. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  317. <ConformanceMode>true</ConformanceMode>
  318. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  319. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  320. </ClCompile>
  321. <Link>
  322. <SubSystem>Console</SubSystem>
  323. <GenerateDebugInformation>true</GenerateDebugInformation>
  324. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  325. </Link>
  326. </ItemDefinitionGroup>
  327. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  328. <ClCompile>
  329. <PrecompiledHeader>
  330. </PrecompiledHeader>
  331. <WarningLevel>Level3</WarningLevel>
  332. <Optimization>Disabled</Optimization>
  333. <SDLCheck>true</SDLCheck>
  334. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  335. <ConformanceMode>true</ConformanceMode>
  336. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  337. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  338. </ClCompile>
  339. <Link>
  340. <SubSystem>Console</SubSystem>
  341. <GenerateDebugInformation>true</GenerateDebugInformation>
  342. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  343. </Link>
  344. </ItemDefinitionGroup>
  345. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  346. <ClCompile>
  347. <PrecompiledHeader>
  348. </PrecompiledHeader>
  349. <WarningLevel>Level3</WarningLevel>
  350. <Optimization>Disabled</Optimization>
  351. <SDLCheck>true</SDLCheck>
  352. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  353. <ConformanceMode>true</ConformanceMode>
  354. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  355. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  356. </ClCompile>
  357. <Link>
  358. <SubSystem>Console</SubSystem>
  359. <GenerateDebugInformation>true</GenerateDebugInformation>
  360. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  361. </Link>
  362. </ItemDefinitionGroup>
  363. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'">
  364. <ClCompile>
  365. <PrecompiledHeader>
  366. </PrecompiledHeader>
  367. <WarningLevel>Level3</WarningLevel>
  368. <Optimization>Disabled</Optimization>
  369. <SDLCheck>true</SDLCheck>
  370. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  371. <ConformanceMode>true</ConformanceMode>
  372. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  373. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  374. </ClCompile>
  375. <Link>
  376. <SubSystem>Console</SubSystem>
  377. <GenerateDebugInformation>true</GenerateDebugInformation>
  378. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  379. </Link>
  380. </ItemDefinitionGroup>
  381. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  382. <ClCompile>
  383. <PrecompiledHeader>
  384. </PrecompiledHeader>
  385. <WarningLevel>Level3</WarningLevel>
  386. <Optimization>Disabled</Optimization>
  387. <SDLCheck>true</SDLCheck>
  388. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  389. <ConformanceMode>true</ConformanceMode>
  390. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  391. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  392. </ClCompile>
  393. <Link>
  394. <SubSystem>Console</SubSystem>
  395. <GenerateDebugInformation>true</GenerateDebugInformation>
  396. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  397. </Link>
  398. </ItemDefinitionGroup>
  399. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  400. <ClCompile>
  401. <PrecompiledHeader>
  402. </PrecompiledHeader>
  403. <WarningLevel>Level3</WarningLevel>
  404. <Optimization>MaxSpeed</Optimization>
  405. <FunctionLevelLinking>true</FunctionLevelLinking>
  406. <IntrinsicFunctions>true</IntrinsicFunctions>
  407. <SDLCheck>true</SDLCheck>
  408. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  409. <ConformanceMode>true</ConformanceMode>
  410. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  411. </ClCompile>
  412. <Link>
  413. <SubSystem>Console</SubSystem>
  414. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  415. <OptimizeReferences>true</OptimizeReferences>
  416. <GenerateDebugInformation>true</GenerateDebugInformation>
  417. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  418. </Link>
  419. </ItemDefinitionGroup>
  420. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  421. <ImportGroup Label="ExtensionTargets">
  422. </ImportGroup>
  423. </Project>