test.vcxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</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|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{EFA32A17-0F7F-468B-88E5-455296084B8D}</ProjectGuid>
  39. <RootNamespace>test</RootNamespace>
  40. <Keyword>Win32Proj</Keyword>
  41. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. <PlatformToolset>v141</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <PlatformToolset>v141</PlatformToolset>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  57. <ConfigurationType>Application</ConfigurationType>
  58. <CharacterSet>Unicode</CharacterSet>
  59. <PlatformToolset>v141</PlatformToolset>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <CharacterSet>Unicode</CharacterSet>
  64. <PlatformToolset>v141</PlatformToolset>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  67. <ConfigurationType>Application</ConfigurationType>
  68. <CharacterSet>Unicode</CharacterSet>
  69. <WholeProgramOptimization>true</WholeProgramOptimization>
  70. <PlatformToolset>v141</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  73. <ConfigurationType>Application</ConfigurationType>
  74. <CharacterSet>Unicode</CharacterSet>
  75. <WholeProgramOptimization>true</WholeProgramOptimization>
  76. <PlatformToolset>v141</PlatformToolset>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  79. <ConfigurationType>Application</ConfigurationType>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  84. <ConfigurationType>Application</ConfigurationType>
  85. <CharacterSet>Unicode</CharacterSet>
  86. <PlatformToolset>v141</PlatformToolset>
  87. </PropertyGroup>
  88. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  89. <ImportGroup Label="ExtensionSettings">
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. </ImportGroup>
  115. <PropertyGroup Label="UserMacros" />
  116. <PropertyGroup>
  117. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  118. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)distrib\$(Configuration)32\</OutDir>
  119. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)build\$(Configuration)32\$(ProjectName)\</IntDir>
  120. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
  121. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(SolutionDir)distrib\$(Configuration)ARM\</OutDir>
  122. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(SolutionDir)build\$(Configuration)ARM\$(ProjectName)\</IntDir>
  123. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</LinkIncremental>
  124. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)distrib\$(Configuration)64\</OutDir>
  125. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)build\$(Configuration)64\$(ProjectName)\</IntDir>
  126. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
  127. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)distrib\$(Configuration)ARM64\</OutDir>
  128. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)build\$(Configuration)ARM64\$(ProjectName)\</IntDir>
  129. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental>
  130. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)distrib\$(Configuration)32\</OutDir>
  131. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)build\$(Configuration)32\$(ProjectName)\</IntDir>
  132. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  133. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(SolutionDir)distrib\$(Configuration)ARM\</OutDir>
  134. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(SolutionDir)build\$(Configuration)ARM\$(ProjectName)\</IntDir>
  135. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental>
  136. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)distrib\$(Configuration)64\</OutDir>
  137. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)build\$(Configuration)64\$(ProjectName)\</IntDir>
  138. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  139. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)distrib\$(Configuration)ARM64\</OutDir>
  140. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)build\$(Configuration)ARM64\$(ProjectName)\</IntDir>
  141. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
  142. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  143. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet>
  144. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  145. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
  146. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  147. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
  148. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  149. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  150. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  151. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  152. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  153. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  154. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  155. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet>
  156. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  157. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
  158. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  159. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
  160. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  161. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  162. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  163. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  164. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  165. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  166. </PropertyGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  168. <ClCompile>
  169. <Optimization>Disabled</Optimization>
  170. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  171. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. <MinimalRebuild>
  173. </MinimalRebuild>
  174. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  175. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  176. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  177. <WarningLevel>Level3</WarningLevel>
  178. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  179. </ClCompile>
  180. <Link>
  181. <GenerateDebugInformation>true</GenerateDebugInformation>
  182. <SubSystem>Console</SubSystem>
  183. <TargetMachine>MachineX86</TargetMachine>
  184. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  185. </Link>
  186. </ItemDefinitionGroup>
  187. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  188. <ClCompile>
  189. <Optimization>Disabled</Optimization>
  190. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  191. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. <MinimalRebuild>
  193. </MinimalRebuild>
  194. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  195. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  196. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  197. <WarningLevel>Level3</WarningLevel>
  198. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  199. </ClCompile>
  200. <Link>
  201. <GenerateDebugInformation>true</GenerateDebugInformation>
  202. <SubSystem>Console</SubSystem>
  203. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  204. </Link>
  205. </ItemDefinitionGroup>
  206. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  207. <Midl>
  208. <TargetEnvironment>X64</TargetEnvironment>
  209. </Midl>
  210. <ClCompile>
  211. <Optimization>Disabled</Optimization>
  212. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  213. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  214. <MinimalRebuild>
  215. </MinimalRebuild>
  216. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  217. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  218. <PrecompiledHeader>
  219. </PrecompiledHeader>
  220. <WarningLevel>Level3</WarningLevel>
  221. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  222. </ClCompile>
  223. <Link>
  224. <GenerateDebugInformation>true</GenerateDebugInformation>
  225. <SubSystem>Console</SubSystem>
  226. <TargetMachine>MachineX64</TargetMachine>
  227. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  228. </Link>
  229. </ItemDefinitionGroup>
  230. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  231. <Midl />
  232. <ClCompile>
  233. <Optimization>Disabled</Optimization>
  234. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  235. <PreprocessorDefinitions>BASH_NEON;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  236. <MinimalRebuild>
  237. </MinimalRebuild>
  238. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  239. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  240. <PrecompiledHeader>
  241. </PrecompiledHeader>
  242. <WarningLevel>Level3</WarningLevel>
  243. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  244. </ClCompile>
  245. <Link>
  246. <GenerateDebugInformation>true</GenerateDebugInformation>
  247. <SubSystem>Console</SubSystem>
  248. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  249. </Link>
  250. </ItemDefinitionGroup>
  251. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  252. <ClCompile>
  253. <Optimization>MaxSpeed</Optimization>
  254. <IntrinsicFunctions>true</IntrinsicFunctions>
  255. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  256. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  257. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  258. <FunctionLevelLinking>true</FunctionLevelLinking>
  259. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  260. <WarningLevel>Level3</WarningLevel>
  261. <DebugInformationFormat>None</DebugInformationFormat>
  262. <MinimalRebuild />
  263. </ClCompile>
  264. <Link>
  265. <GenerateDebugInformation>false</GenerateDebugInformation>
  266. <SubSystem>Console</SubSystem>
  267. <OptimizeReferences>true</OptimizeReferences>
  268. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  269. <TargetMachine>MachineX86</TargetMachine>
  270. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  271. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  272. </Link>
  273. </ItemDefinitionGroup>
  274. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  275. <ClCompile>
  276. <Optimization>MaxSpeed</Optimization>
  277. <IntrinsicFunctions>true</IntrinsicFunctions>
  278. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  279. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  280. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  281. <FunctionLevelLinking>true</FunctionLevelLinking>
  282. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  283. <WarningLevel>Level3</WarningLevel>
  284. <DebugInformationFormat>None</DebugInformationFormat>
  285. <MinimalRebuild>
  286. </MinimalRebuild>
  287. </ClCompile>
  288. <Link>
  289. <GenerateDebugInformation>false</GenerateDebugInformation>
  290. <SubSystem>Console</SubSystem>
  291. <OptimizeReferences>true</OptimizeReferences>
  292. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  293. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  294. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  295. </Link>
  296. </ItemDefinitionGroup>
  297. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  298. <Midl>
  299. <TargetEnvironment>X64</TargetEnvironment>
  300. </Midl>
  301. <ClCompile>
  302. <Optimization>MaxSpeed</Optimization>
  303. <IntrinsicFunctions>true</IntrinsicFunctions>
  304. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  305. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  306. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  307. <FunctionLevelLinking>true</FunctionLevelLinking>
  308. <PrecompiledHeader>
  309. </PrecompiledHeader>
  310. <WarningLevel>Level3</WarningLevel>
  311. <DebugInformationFormat>None</DebugInformationFormat>
  312. <MinimalRebuild />
  313. </ClCompile>
  314. <Link>
  315. <GenerateDebugInformation>false</GenerateDebugInformation>
  316. <SubSystem>Console</SubSystem>
  317. <OptimizeReferences>true</OptimizeReferences>
  318. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  319. <TargetMachine>MachineX64</TargetMachine>
  320. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  321. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  322. </Link>
  323. </ItemDefinitionGroup>
  324. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  325. <Midl />
  326. <ClCompile>
  327. <Optimization>MaxSpeed</Optimization>
  328. <IntrinsicFunctions>true</IntrinsicFunctions>
  329. <AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  330. <PreprocessorDefinitions>BASH_NEON;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  331. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  332. <FunctionLevelLinking>true</FunctionLevelLinking>
  333. <PrecompiledHeader>
  334. </PrecompiledHeader>
  335. <WarningLevel>Level3</WarningLevel>
  336. <DebugInformationFormat>None</DebugInformationFormat>
  337. <MinimalRebuild>
  338. </MinimalRebuild>
  339. </ClCompile>
  340. <Link>
  341. <GenerateDebugInformation>false</GenerateDebugInformation>
  342. <SubSystem>Console</SubSystem>
  343. <OptimizeReferences>true</OptimizeReferences>
  344. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  345. <AdditionalDependencies>advapi32.lib</AdditionalDependencies>
  346. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  347. </Link>
  348. </ItemDefinitionGroup>
  349. <ItemGroup>
  350. <ProjectReference Include="libbee2.vcxproj">
  351. <Project>{1b3f88d7-bd23-4398-a331-3db139cf07ef}</Project>
  352. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  353. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  354. </ProjectReference>
  355. </ItemGroup>
  356. <ItemGroup>
  357. <ClCompile Include="..\..\test\core\apdu_test.c" />
  358. <ClCompile Include="..\..\test\core\b64_test.c" />
  359. <ClCompile Include="..\..\test\core\blob_test.c" />
  360. <ClCompile Include="..\..\test\core\dec_test.c" />
  361. <ClCompile Include="..\..\test\core\der_test.c" />
  362. <ClCompile Include="..\..\test\core\hex_test.c" />
  363. <ClCompile Include="..\..\test\core\mem_test.c" />
  364. <ClCompile Include="..\..\test\core\mt_test.c" />
  365. <ClCompile Include="..\..\test\core\obj_test.c" />
  366. <ClCompile Include="..\..\test\core\oid_test.c" />
  367. <ClCompile Include="..\..\test\core\prng_test.c" />
  368. <ClCompile Include="..\..\test\core\rng_test.c" />
  369. <ClCompile Include="..\..\test\core\str_test.c" />
  370. <ClCompile Include="..\..\test\core\tm_test.c" />
  371. <ClCompile Include="..\..\test\core\toml_test.c" />
  372. <ClCompile Include="..\..\test\core\u16_test.c" />
  373. <ClCompile Include="..\..\test\core\u32_test.c" />
  374. <ClCompile Include="..\..\test\core\u64_test.c" />
  375. <ClCompile Include="..\..\test\core\util_test.c" />
  376. <ClCompile Include="..\..\test\crypto\bake_demo.c" />
  377. <ClCompile Include="..\..\test\crypto\bake_test.c" />
  378. <ClCompile Include="..\..\test\crypto\bash_bench.c" />
  379. <ClCompile Include="..\..\test\crypto\bash_test.c" />
  380. <ClCompile Include="..\..\test\crypto\bels_test.c" />
  381. <ClCompile Include="..\..\test\crypto\belt_bench.c" />
  382. <ClCompile Include="..\..\test\crypto\belt_test.c" />
  383. <ClCompile Include="..\..\test\crypto\bign96_test.c" />
  384. <ClCompile Include="..\..\test\crypto\bign_test.c" />
  385. <ClCompile Include="..\..\test\crypto\botp_test.c" />
  386. <ClCompile Include="..\..\test\crypto\bpki_test.c" />
  387. <ClCompile Include="..\..\test\crypto\brng_test.c" />
  388. <ClCompile Include="..\..\test\crypto\btok_test.c" />
  389. <ClCompile Include="..\..\test\crypto\dstu_test.c" />
  390. <ClCompile Include="..\..\test\crypto\g12s_test.c" />
  391. <ClCompile Include="..\..\test\crypto\pfok_test.c" />
  392. <ClCompile Include="..\..\test\crypto\stb99_test.c" />
  393. <ClCompile Include="..\..\test\math\ecp_bench.c" />
  394. <ClCompile Include="..\..\test\math\ecp_test.c" />
  395. <ClCompile Include="..\..\test\math\pp_test.c" />
  396. <ClCompile Include="..\..\test\math\pri_test.c" />
  397. <ClCompile Include="..\..\test\math\word_test.c" />
  398. <ClCompile Include="..\..\test\math\ww_test.c" />
  399. <ClCompile Include="..\..\test\math\zz_test.c" />
  400. <ClCompile Include="..\..\test\test.c" />
  401. </ItemGroup>
  402. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  403. <ImportGroup Label="ExtensionTargets">
  404. </ImportGroup>
  405. </Project>