wolfssl.vcxproj 35 KB

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