1
0

wolfssl-VS2022.vcxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ARM64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DLL Debug|Win32">
  17. <Configuration>DLL Debug</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="DLL Debug|x64">
  21. <Configuration>DLL Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="DLL Debug|ARM64">
  25. <Configuration>DLL Debug</Configuration>
  26. <Platform>ARM64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="DLL Release|Win32">
  29. <Configuration>DLL Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="DLL Release|x64">
  33. <Configuration>DLL Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="DLL Release|ARM64">
  37. <Configuration>DLL Release</Configuration>
  38. <Platform>ARM64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|Win32">
  41. <Configuration>Release</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release|x64">
  45. <Configuration>Release</Configuration>
  46. <Platform>x64</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release|ARM64">
  49. <Configuration>Release</Configuration>
  50. <Platform>ARM64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{12226DBE-7278-4DFA-A119-5A0294CF0B33}</ProjectGuid>
  55. <RootNamespace>wolfssl</RootNamespace>
  56. <Keyword>Win32Proj</Keyword>
  57. <ProjectName>wolfssl</ProjectName>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  61. <ConfigurationType>StaticLibrary</ConfigurationType>
  62. <PlatformToolset>v143</PlatformToolset>
  63. <CharacterSet>Unicode</CharacterSet>
  64. <WholeProgramOptimization>true</WholeProgramOptimization>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="Configuration">
  67. <ConfigurationType>DynamicLibrary</ConfigurationType>
  68. <PlatformToolset>v143</PlatformToolset>
  69. <CharacterSet>Unicode</CharacterSet>
  70. <WholeProgramOptimization>true</WholeProgramOptimization>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <PlatformToolset>v143</PlatformToolset>
  75. <CharacterSet>Unicode</CharacterSet>
  76. <WholeProgramOptimization>true</WholeProgramOptimization>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="Configuration">
  79. <ConfigurationType>DynamicLibrary</ConfigurationType>
  80. <PlatformToolset>v143</PlatformToolset>
  81. <CharacterSet>Unicode</CharacterSet>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  85. <ConfigurationType>StaticLibrary</ConfigurationType>
  86. <PlatformToolset>v143</PlatformToolset>
  87. <CharacterSet>Unicode</CharacterSet>
  88. <WholeProgramOptimization>true</WholeProgramOptimization>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|ARM64'" Label="Configuration">
  91. <ConfigurationType>DynamicLibrary</ConfigurationType>
  92. <PlatformToolset>v143</PlatformToolset>
  93. <CharacterSet>Unicode</CharacterSet>
  94. <WholeProgramOptimization>true</WholeProgramOptimization>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  97. <ConfigurationType>StaticLibrary</ConfigurationType>
  98. <PlatformToolset>v143</PlatformToolset>
  99. <CharacterSet>Unicode</CharacterSet>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="Configuration">
  102. <ConfigurationType>DynamicLibrary</ConfigurationType>
  103. <PlatformToolset>v143</PlatformToolset>
  104. <CharacterSet>Unicode</CharacterSet>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  107. <ConfigurationType>StaticLibrary</ConfigurationType>
  108. <PlatformToolset>v143</PlatformToolset>
  109. <CharacterSet>Unicode</CharacterSet>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="Configuration">
  112. <ConfigurationType>DynamicLibrary</ConfigurationType>
  113. <PlatformToolset>v143</PlatformToolset>
  114. <CharacterSet>Unicode</CharacterSet>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <PlatformToolset>v143</PlatformToolset>
  119. <CharacterSet>Unicode</CharacterSet>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|ARM64'" Label="Configuration">
  122. <ConfigurationType>DynamicLibrary</ConfigurationType>
  123. <PlatformToolset>v143</PlatformToolset>
  124. <CharacterSet>Unicode</CharacterSet>
  125. </PropertyGroup>
  126. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  127. <ImportGroup Label="ExtensionSettings">
  128. </ImportGroup>
  129. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  130. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  131. </ImportGroup>
  132. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="PropertySheets">
  133. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  134. </ImportGroup>
  135. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  136. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  137. </ImportGroup>
  138. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="PropertySheets">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. </ImportGroup>
  141. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  142. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  143. </ImportGroup>
  144. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="PropertySheets">
  145. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  146. </ImportGroup>
  147. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  148. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. </ImportGroup>
  153. <PropertyGroup Label="UserMacros" />
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  155. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  156. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  159. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  160. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  163. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  164. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  165. </PropertyGroup>
  166. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  167. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  168. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  171. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  172. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  175. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  176. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  179. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  180. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  181. </PropertyGroup>
  182. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  183. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  184. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  185. </PropertyGroup>
  186. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|ARM64'">
  187. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  188. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  189. </PropertyGroup>
  190. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  191. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  192. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  193. </PropertyGroup>
  194. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  195. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  196. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  197. </PropertyGroup>
  198. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|ARM64'">
  199. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  200. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  201. </PropertyGroup>
  202. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  203. <ClCompile>
  204. <Optimization>Disabled</Optimization>
  205. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  206. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. <MinimalRebuild>true</MinimalRebuild>
  208. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  209. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  210. <PrecompiledHeader />
  211. <WarningLevel>Level4</WarningLevel>
  212. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  213. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  214. </ClCompile>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  217. <ClCompile>
  218. <Optimization>Disabled</Optimization>
  219. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  220. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  221. <MinimalRebuild>true</MinimalRebuild>
  222. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  223. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  224. <PrecompiledHeader>
  225. </PrecompiledHeader>
  226. <WarningLevel>Level4</WarningLevel>
  227. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  228. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  229. </ClCompile>
  230. <Link>
  231. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  232. <OptimizeReferences>false</OptimizeReferences>
  233. <GenerateDebugInformation>true</GenerateDebugInformation>
  234. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  235. </Link>
  236. </ItemDefinitionGroup>
  237. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  238. <ClCompile>
  239. <Optimization>Disabled</Optimization>
  240. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  241. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  242. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  243. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  244. <PrecompiledHeader>
  245. </PrecompiledHeader>
  246. <WarningLevel>Level4</WarningLevel>
  247. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  248. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  249. </ClCompile>
  250. </ItemDefinitionGroup>
  251. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  252. <ClCompile>
  253. <Optimization>Disabled</Optimization>
  254. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  255. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  256. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  257. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  258. <PrecompiledHeader>
  259. </PrecompiledHeader>
  260. <WarningLevel>Level4</WarningLevel>
  261. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  262. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  263. </ClCompile>
  264. <Link>
  265. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  266. <OptimizeReferences>false</OptimizeReferences>
  267. <GenerateDebugInformation>true</GenerateDebugInformation>
  268. </Link>
  269. </ItemDefinitionGroup>
  270. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  271. <ClCompile>
  272. <Optimization>Disabled</Optimization>
  273. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  274. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  275. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  276. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  277. <PrecompiledHeader>
  278. </PrecompiledHeader>
  279. <WarningLevel>Level4</WarningLevel>
  280. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  281. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  282. </ClCompile>
  283. </ItemDefinitionGroup>
  284. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|ARM64'">
  285. <ClCompile>
  286. <Optimization>Disabled</Optimization>
  287. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  288. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  289. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  290. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  291. <PrecompiledHeader>
  292. </PrecompiledHeader>
  293. <WarningLevel>Level4</WarningLevel>
  294. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  295. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  296. </ClCompile>
  297. <Link>
  298. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  299. <OptimizeReferences>false</OptimizeReferences>
  300. <GenerateDebugInformation>true</GenerateDebugInformation>
  301. </Link>
  302. </ItemDefinitionGroup>
  303. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  304. <ClCompile>
  305. <Optimization>MaxSpeed</Optimization>
  306. <IntrinsicFunctions>true</IntrinsicFunctions>
  307. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  308. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  309. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  310. <FunctionLevelLinking>true</FunctionLevelLinking>
  311. <PrecompiledHeader />
  312. <WarningLevel>Level3</WarningLevel>
  313. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  314. </ClCompile>
  315. </ItemDefinitionGroup>
  316. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  317. <ClCompile>
  318. <Optimization>MaxSpeed</Optimization>
  319. <IntrinsicFunctions>true</IntrinsicFunctions>
  320. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  321. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  322. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  323. <FunctionLevelLinking>true</FunctionLevelLinking>
  324. <PrecompiledHeader>
  325. </PrecompiledHeader>
  326. <WarningLevel>Level3</WarningLevel>
  327. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  328. </ClCompile>
  329. <Link>
  330. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  331. <GenerateDebugInformation>true</GenerateDebugInformation>
  332. </Link>
  333. </ItemDefinitionGroup>
  334. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  335. <ClCompile>
  336. <Optimization>MaxSpeed</Optimization>
  337. <IntrinsicFunctions>true</IntrinsicFunctions>
  338. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  339. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  340. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  341. <FunctionLevelLinking>true</FunctionLevelLinking>
  342. <PrecompiledHeader>
  343. </PrecompiledHeader>
  344. <WarningLevel>Level3</WarningLevel>
  345. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  346. </ClCompile>
  347. </ItemDefinitionGroup>
  348. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  349. <ClCompile>
  350. <Optimization>MaxSpeed</Optimization>
  351. <IntrinsicFunctions>true</IntrinsicFunctions>
  352. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  353. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  354. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  355. <FunctionLevelLinking>true</FunctionLevelLinking>
  356. <PrecompiledHeader>
  357. </PrecompiledHeader>
  358. <WarningLevel>Level3</WarningLevel>
  359. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  360. </ClCompile>
  361. <Link>
  362. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  363. <GenerateDebugInformation>true</GenerateDebugInformation>
  364. </Link>
  365. </ItemDefinitionGroup>
  366. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  367. <ClCompile>
  368. <Optimization>MaxSpeed</Optimization>
  369. <IntrinsicFunctions>true</IntrinsicFunctions>
  370. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  371. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  372. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  373. <FunctionLevelLinking>true</FunctionLevelLinking>
  374. <PrecompiledHeader>
  375. </PrecompiledHeader>
  376. <WarningLevel>Level3</WarningLevel>
  377. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  378. </ClCompile>
  379. </ItemDefinitionGroup>
  380. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|ARM64'">
  381. <ClCompile>
  382. <Optimization>MaxSpeed</Optimization>
  383. <IntrinsicFunctions>true</IntrinsicFunctions>
  384. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  385. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  386. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  387. <FunctionLevelLinking>true</FunctionLevelLinking>
  388. <PrecompiledHeader>
  389. </PrecompiledHeader>
  390. <WarningLevel>Level3</WarningLevel>
  391. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  392. </ClCompile>
  393. <Link>
  394. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  395. <GenerateDebugInformation>true</GenerateDebugInformation>
  396. </Link>
  397. </ItemDefinitionGroup>
  398. <ItemGroup>
  399. <ClCompile Include="src\crl.c" />
  400. <ClCompile Include="src\dtls13.c" />
  401. <ClCompile Include="src\dtls.c" />
  402. <ClCompile Include="src\internal.c" />
  403. <ClCompile Include="src\wolfio.c" />
  404. <ClCompile Include="src\keys.c" />
  405. <ClCompile Include="src\ocsp.c" />
  406. <ClCompile Include="src\ssl.c" />
  407. <ClCompile Include="src\tls.c" />
  408. <ClCompile Include="src\tls13.c" />
  409. <ClCompile Include="wolfcrypt\src\aes.c" />
  410. <ClCompile Include="wolfcrypt\src\arc4.c" />
  411. <ClCompile Include="wolfcrypt\src\asn.c" />
  412. <ClCompile Include="wolfcrypt\src\blake2b.c" />
  413. <ClCompile Include="wolfcrypt\src\blake2s.c" />
  414. <ClCompile Include="wolfcrypt\src\camellia.c" />
  415. <ClCompile Include="wolfcrypt\src\chacha.c" />
  416. <ClCompile Include="wolfcrypt\src\chacha20_poly1305.c" />
  417. <ClCompile Include="wolfcrypt\src\cmac.c" />
  418. <ClCompile Include="wolfcrypt\src\coding.c" />
  419. <ClCompile Include="wolfcrypt\src\curve25519.c" />
  420. <ClCompile Include="wolfcrypt\src\curve448.c" />
  421. <ClCompile Include="wolfcrypt\src\cpuid.c" />
  422. <ClCompile Include="wolfcrypt\src\cryptocb.c" />
  423. <ClCompile Include="wolfcrypt\src\des3.c" />
  424. <ClCompile Include="wolfcrypt\src\dilithium.c" />
  425. <ClCompile Include="wolfcrypt\src\dh.c" />
  426. <ClCompile Include="wolfcrypt\src\dsa.c" />
  427. <ClCompile Include="wolfcrypt\src\ecc.c" />
  428. <ClCompile Include="wolfcrypt\src\ed25519.c" />
  429. <ClCompile Include="wolfcrypt\src\ed448.c" />
  430. <ClCompile Include="wolfcrypt\src\error.c" />
  431. <ClCompile Include="wolfcrypt\src\ext_kyber.c" />
  432. <ClCompile Include="wolfcrypt\src\falcon.c" />
  433. <ClCompile Include="wolfcrypt\src\fe_448.c" />
  434. <ClCompile Include="wolfcrypt\src\fe_low_mem.c" />
  435. <ClCompile Include="wolfcrypt\src\fe_operations.c" />
  436. <ClCompile Include="wolfcrypt\src\ge_448.c" />
  437. <ClCompile Include="wolfcrypt\src\ge_low_mem.c" />
  438. <ClCompile Include="wolfcrypt\src\ge_operations.c" />
  439. <ClCompile Include="wolfcrypt\src\hash.c" />
  440. <ClCompile Include="wolfcrypt\src\hmac.c" />
  441. <ClCompile Include="wolfcrypt\src\integer.c" />
  442. <ClCompile Include="wolfcrypt\src\kdf.c" />
  443. <ClCompile Include="wolfcrypt\src\wc_kyber.c" />
  444. <ClCompile Include="wolfcrypt\src\wc_kyber_poly.c" />
  445. <ClCompile Include="wolfcrypt\src\logging.c" />
  446. <ClCompile Include="wolfcrypt\src\md2.c" />
  447. <ClCompile Include="wolfcrypt\src\md4.c" />
  448. <ClCompile Include="wolfcrypt\src\md5.c" />
  449. <ClCompile Include="wolfcrypt\src\memory.c" />
  450. <ClCompile Include="wolfcrypt\src\pkcs7.c" />
  451. <ClCompile Include="wolfcrypt\src\pkcs12.c" />
  452. <ClCompile Include="wolfcrypt\src\poly1305.c" />
  453. <ClCompile Include="wolfcrypt\src\pwdbased.c" />
  454. <ClCompile Include="wolfcrypt\src\random.c" />
  455. <ClCompile Include="wolfcrypt\src\rc2.c" />
  456. <ClCompile Include="wolfcrypt\src\ripemd.c" />
  457. <ClCompile Include="wolfcrypt\src\rsa.c" />
  458. <ClCompile Include="wolfcrypt\src\sha.c" />
  459. <ClCompile Include="wolfcrypt\src\sha256.c" />
  460. <ClCompile Include="wolfcrypt\src\sha3.c" />
  461. <ClCompile Include="wolfcrypt\src\sha512.c" />
  462. <ClCompile Include="wolfcrypt\src\signature.c" />
  463. <ClCompile Include="wolfcrypt\src\sphincs.c" />
  464. <ClCompile Include="wolfcrypt\src\sp_c32.c" />
  465. <ClCompile Include="wolfcrypt\src\sp_c64.c" />
  466. <ClCompile Include="wolfcrypt\src\sp_int.c" />
  467. <ClCompile Include="wolfcrypt\src\sp_x86_64.c" />
  468. <ClCompile Include="wolfcrypt\src\srp.c" />
  469. <ClCompile Include="wolfcrypt\src\tfm.c" />
  470. <ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
  471. <ClCompile Include="wolfcrypt\src\wc_pkcs11.c" />
  472. <ClCompile Include="wolfcrypt\src\wc_port.c" />
  473. <ClCompile Include="wolfcrypt\src\wolfmath.c" />
  474. <ClCompile Include="wolfcrypt\src\wolfevent.c" />
  475. <ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" />
  476. </ItemGroup>
  477. <ItemGroup>
  478. <ClInclude Include="resource.h" />
  479. <CustomBuild Include="wolfcrypt\src\aes_asm.asm">
  480. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  481. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  482. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  483. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  484. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  485. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  486. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  487. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  488. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  489. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  490. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  491. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  492. </CustomBuild>
  493. <CustomBuild Include="wolfcrypt\src\aes_gcm_asm.asm">
  494. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  495. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  496. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  497. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  498. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  499. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  500. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  501. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  502. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  503. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  504. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  505. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  506. </CustomBuild>
  507. <CustomBuild Include="wolfcrypt\src\aes_xts_asm.asm">
  508. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  509. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  510. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  511. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  512. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  513. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  514. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  515. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  516. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  517. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  518. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  519. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  520. </CustomBuild>
  521. <CustomBuild Include="wolfcrypt\src\chacha_asm.asm">
  522. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  523. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  524. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  525. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  526. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  527. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  528. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  529. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  530. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  531. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  532. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  533. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  534. </CustomBuild>
  535. <CustomBuild Include="wolfcrypt\src\poly1305_asm.asm">
  536. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  537. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  538. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  539. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  540. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  541. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  542. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  543. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  544. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  545. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  546. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  547. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  548. </CustomBuild>
  549. <CustomBuild Include="wolfcrypt\src\sp_x86_64_asm.asm">
  550. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  551. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  552. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  553. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  554. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  555. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  556. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  557. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  558. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  559. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  560. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  561. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  562. </CustomBuild>
  563. <ClInclude Include="IDE\WIN\user_settings.h" />
  564. </ItemGroup>
  565. <ItemGroup>
  566. <ResourceCompile Include="wolfssl.rc">
  567. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  568. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  569. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  570. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  571. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild>
  572. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild>
  573. </ResourceCompile>
  574. </ItemGroup>
  575. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  576. <ImportGroup Label="ExtensionTargets">
  577. </ImportGroup>
  578. </Project>