ssl.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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="ReleaseVS2013|Win32">
  9. <Configuration>ReleaseVS2013</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="ReleaseVS2013|x64">
  13. <Configuration>ReleaseVS2013</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="..\..\include\mbedtls\library\aes.c" />
  31. <ClCompile Include="..\..\include\mbedtls\library\aesce.c" />
  32. <ClCompile Include="..\..\include\mbedtls\library\aesni.c" />
  33. <ClCompile Include="..\..\include\mbedtls\library\aria.c" />
  34. <ClCompile Include="..\..\include\mbedtls\library\asn1parse.c" />
  35. <ClCompile Include="..\..\include\mbedtls\library\asn1write.c" />
  36. <ClCompile Include="..\..\include\mbedtls\library\base64.c" />
  37. <ClCompile Include="..\..\include\mbedtls\library\bignum.c" />
  38. <ClCompile Include="..\..\include\mbedtls\library\bignum_core.c" />
  39. <ClCompile Include="..\..\include\mbedtls\library\bignum_mod.c" />
  40. <ClCompile Include="..\..\include\mbedtls\library\bignum_mod_raw.c" />
  41. <ClCompile Include="..\..\include\mbedtls\library\block_cipher.c" />
  42. <ClCompile Include="..\..\include\mbedtls\library\camellia.c" />
  43. <ClCompile Include="..\..\include\mbedtls\library\ccm.c" />
  44. <ClCompile Include="..\..\include\mbedtls\library\chacha20.c" />
  45. <ClCompile Include="..\..\include\mbedtls\library\chachapoly.c" />
  46. <ClCompile Include="..\..\include\mbedtls\library\cipher.c" />
  47. <ClCompile Include="..\..\include\mbedtls\library\cipher_wrap.c" />
  48. <ClCompile Include="..\..\include\mbedtls\library\cmac.c" />
  49. <ClCompile Include="..\..\include\mbedtls\library\constant_time.c" />
  50. <ClCompile Include="..\..\include\mbedtls\library\ctr_drbg.c" />
  51. <ClCompile Include="..\..\include\mbedtls\library\debug.c" />
  52. <ClCompile Include="..\..\include\mbedtls\library\des.c" />
  53. <ClCompile Include="..\..\include\mbedtls\library\dhm.c" />
  54. <ClCompile Include="..\..\include\mbedtls\library\ecdh.c" />
  55. <ClCompile Include="..\..\include\mbedtls\library\ecdsa.c" />
  56. <ClCompile Include="..\..\include\mbedtls\library\ecjpake.c" />
  57. <ClCompile Include="..\..\include\mbedtls\library\ecp.c" />
  58. <ClCompile Include="..\..\include\mbedtls\library\ecp_curves.c" />
  59. <ClCompile Include="..\..\include\mbedtls\library\ecp_curves_new.c" />
  60. <ClCompile Include="..\..\include\mbedtls\library\entropy.c" />
  61. <ClCompile Include="..\..\include\mbedtls\library\entropy_poll.c" />
  62. <ClCompile Include="..\..\include\mbedtls\library\error.c" />
  63. <ClCompile Include="..\..\include\mbedtls\library\gcm.c" />
  64. <ClCompile Include="..\..\include\mbedtls\library\hkdf.c" />
  65. <ClCompile Include="..\..\include\mbedtls\library\hmac_drbg.c" />
  66. <ClCompile Include="..\..\include\mbedtls\library\lmots.c" />
  67. <ClCompile Include="..\..\include\mbedtls\library\lms.c" />
  68. <ClCompile Include="..\..\include\mbedtls\library\md.c" />
  69. <ClCompile Include="..\..\include\mbedtls\library\md5.c" />
  70. <ClCompile Include="..\..\include\mbedtls\library\memory_buffer_alloc.c" />
  71. <ClCompile Include="..\..\include\mbedtls\library\mps_reader.c" />
  72. <ClCompile Include="..\..\include\mbedtls\library\mps_trace.c" />
  73. <ClCompile Include="..\..\include\mbedtls\library\net_sockets.c" />
  74. <ClCompile Include="..\..\include\mbedtls\library\nist_kw.c" />
  75. <ClCompile Include="..\..\include\mbedtls\library\oid.c" />
  76. <ClCompile Include="..\..\include\mbedtls\library\padlock.c" />
  77. <ClCompile Include="..\..\include\mbedtls\library\pem.c" />
  78. <ClCompile Include="..\..\include\mbedtls\library\pk.c" />
  79. <ClCompile Include="..\..\include\mbedtls\library\pk_ecc.c" />
  80. <ClCompile Include="..\..\include\mbedtls\library\pkcs5.c" />
  81. <ClCompile Include="..\..\include\mbedtls\library\pkcs7.c" />
  82. <ClCompile Include="..\..\include\mbedtls\library\pkcs12.c" />
  83. <ClCompile Include="..\..\include\mbedtls\library\pkparse.c" />
  84. <ClCompile Include="..\..\include\mbedtls\library\pkwrite.c" />
  85. <ClCompile Include="..\..\include\mbedtls\library\pk_wrap.c" />
  86. <ClCompile Include="..\..\include\mbedtls\library\platform.c" />
  87. <ClCompile Include="..\..\include\mbedtls\library\platform_util.c" />
  88. <ClCompile Include="..\..\include\mbedtls\library\poly1305.c" />
  89. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto.c" />
  90. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_aead.c" />
  91. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_cipher.c" />
  92. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_client.c" />
  93. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_driver_wrappers_no_static.c" />
  94. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_ecp.c" />
  95. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_ffdh.c" />
  96. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_hash.c" />
  97. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_mac.c" />
  98. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_pake.c" />
  99. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_rsa.c" />
  100. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_se.c" />
  101. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_slot_management.c" />
  102. <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_storage.c" />
  103. <ClCompile Include="..\..\include\mbedtls\library\psa_its_file.c" />
  104. <ClCompile Include="..\..\include\mbedtls\library\psa_util.c" />
  105. <ClCompile Include="..\..\include\mbedtls\library\ripemd160.c" />
  106. <ClCompile Include="..\..\include\mbedtls\library\rsa.c" />
  107. <ClCompile Include="..\..\include\mbedtls\library\rsa_alt_helpers.c" />
  108. <ClCompile Include="..\..\include\mbedtls\library\sha1.c" />
  109. <ClCompile Include="..\..\include\mbedtls\library\sha3.c" />
  110. <ClCompile Include="..\..\include\mbedtls\library\sha256.c" />
  111. <ClCompile Include="..\..\include\mbedtls\library\sha512.c" />
  112. <ClCompile Include="..\..\include\mbedtls\library\ssl_cache.c" />
  113. <ClCompile Include="..\..\include\mbedtls\library\ssl_ciphersuites.c" />
  114. <ClCompile Include="..\..\include\mbedtls\library\ssl_client.c" />
  115. <ClCompile Include="..\..\include\mbedtls\library\ssl_cookie.c" />
  116. <ClCompile Include="..\..\include\mbedtls\library\ssl_debug_helpers_generated.c" />
  117. <ClCompile Include="..\..\include\mbedtls\library\ssl_msg.c" />
  118. <ClCompile Include="..\..\include\mbedtls\library\ssl_ticket.c" />
  119. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls.c" />
  120. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls12_client.c" />
  121. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls12_server.c" />
  122. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_client.c" />
  123. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_generic.c" />
  124. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_keys.c" />
  125. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_server.c" />
  126. <ClCompile Include="..\..\include\mbedtls\library\threading.c" />
  127. <ClCompile Include="..\..\include\mbedtls\library\timing.c" />
  128. <ClCompile Include="..\..\include\mbedtls\library\version.c" />
  129. <ClCompile Include="..\..\include\mbedtls\library\version_features.c" />
  130. <ClCompile Include="..\..\include\mbedtls\library\x509.c" />
  131. <ClCompile Include="..\..\include\mbedtls\library\x509_create.c" />
  132. <ClCompile Include="..\..\include\mbedtls\library\x509_crl.c" />
  133. <ClCompile Include="..\..\include\mbedtls\library\x509_crt.c" />
  134. <ClCompile Include="..\..\include\mbedtls\library\x509_csr.c" />
  135. <ClCompile Include="..\..\include\mbedtls\library\x509write.c" />
  136. <ClCompile Include="..\..\include\mbedtls\library\x509write_crt.c" />
  137. <ClCompile Include="..\..\include\mbedtls\library\x509write_csr.c" />
  138. <ClCompile Include="ssl.c" />
  139. </ItemGroup>
  140. <PropertyGroup Label="Globals">
  141. <ProjectGuid>{F4D939D6-88D6-4FF2-874A-7BECF75A01C2}</ProjectGuid>
  142. <Keyword>Win32Proj</Keyword>
  143. <RootNamespace>ui</RootNamespace>
  144. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  145. </PropertyGroup>
  146. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  148. <ConfigurationType>DynamicLibrary</ConfigurationType>
  149. <UseDebugLibraries>true</UseDebugLibraries>
  150. <PlatformToolset>v142</PlatformToolset>
  151. <CharacterSet>Unicode</CharacterSet>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  154. <ConfigurationType>DynamicLibrary</ConfigurationType>
  155. <UseDebugLibraries>false</UseDebugLibraries>
  156. <PlatformToolset>v142</PlatformToolset>
  157. <WholeProgramOptimization>true</WholeProgramOptimization>
  158. <CharacterSet>Unicode</CharacterSet>
  159. </PropertyGroup>
  160. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  161. <ConfigurationType>DynamicLibrary</ConfigurationType>
  162. <UseDebugLibraries>false</UseDebugLibraries>
  163. <PlatformToolset>v120</PlatformToolset>
  164. <WholeProgramOptimization>true</WholeProgramOptimization>
  165. <CharacterSet>Unicode</CharacterSet>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  168. <ConfigurationType>DynamicLibrary</ConfigurationType>
  169. <UseDebugLibraries>true</UseDebugLibraries>
  170. <PlatformToolset>v142</PlatformToolset>
  171. <CharacterSet>Unicode</CharacterSet>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  174. <ConfigurationType>DynamicLibrary</ConfigurationType>
  175. <UseDebugLibraries>false</UseDebugLibraries>
  176. <PlatformToolset>v142</PlatformToolset>
  177. <WholeProgramOptimization>true</WholeProgramOptimization>
  178. <CharacterSet>Unicode</CharacterSet>
  179. </PropertyGroup>
  180. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  181. <ConfigurationType>DynamicLibrary</ConfigurationType>
  182. <UseDebugLibraries>false</UseDebugLibraries>
  183. <PlatformToolset>v120</PlatformToolset>
  184. <WholeProgramOptimization>true</WholeProgramOptimization>
  185. <CharacterSet>Unicode</CharacterSet>
  186. </PropertyGroup>
  187. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  188. <ImportGroup Label="ExtensionSettings">
  189. </ImportGroup>
  190. <ImportGroup Label="Shared">
  191. </ImportGroup>
  192. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  193. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  194. </ImportGroup>
  195. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  196. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  197. </ImportGroup>
  198. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  199. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  200. </ImportGroup>
  201. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  202. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  203. </ImportGroup>
  204. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  205. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  206. </ImportGroup>
  207. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  208. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  209. </ImportGroup>
  210. <PropertyGroup Label="UserMacros" />
  211. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  212. <LinkIncremental>true</LinkIncremental>
  213. <TargetExt>.hdll</TargetExt>
  214. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  215. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  216. </PropertyGroup>
  217. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  218. <LinkIncremental>true</LinkIncremental>
  219. <TargetExt>.hdll</TargetExt>
  220. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  221. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  224. <LinkIncremental>false</LinkIncremental>
  225. <TargetExt>.hdll</TargetExt>
  226. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  227. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  228. </PropertyGroup>
  229. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  230. <LinkIncremental>false</LinkIncremental>
  231. <TargetExt>.hdll</TargetExt>
  232. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  233. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  234. </PropertyGroup>
  235. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  236. <LinkIncremental>false</LinkIncremental>
  237. <TargetExt>.hdll</TargetExt>
  238. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  239. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  242. <LinkIncremental>false</LinkIncremental>
  243. <TargetExt>.hdll</TargetExt>
  244. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  245. <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
  246. </PropertyGroup>
  247. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  248. <ClCompile>
  249. <PrecompiledHeader>
  250. </PrecompiledHeader>
  251. <WarningLevel>Level3</WarningLevel>
  252. <Optimization>Disabled</Optimization>
  253. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  254. </ClCompile>
  255. <Link>
  256. <SubSystem>Windows</SubSystem>
  257. <GenerateDebugInformation>true</GenerateDebugInformation>
  258. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  259. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  260. </Link>
  261. </ItemDefinitionGroup>
  262. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  263. <ClCompile>
  264. <PrecompiledHeader>
  265. </PrecompiledHeader>
  266. <WarningLevel>Level3</WarningLevel>
  267. <Optimization>Disabled</Optimization>
  268. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  269. </ClCompile>
  270. <Link>
  271. <SubSystem>Windows</SubSystem>
  272. <GenerateDebugInformation>true</GenerateDebugInformation>
  273. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  274. </Link>
  275. </ItemDefinitionGroup>
  276. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  277. <ClCompile>
  278. <WarningLevel>Level3</WarningLevel>
  279. <PrecompiledHeader>
  280. </PrecompiledHeader>
  281. <Optimization>MaxSpeed</Optimization>
  282. <FunctionLevelLinking>true</FunctionLevelLinking>
  283. <IntrinsicFunctions>true</IntrinsicFunctions>
  284. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  285. </ClCompile>
  286. <Link>
  287. <SubSystem>Windows</SubSystem>
  288. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  289. <OptimizeReferences>true</OptimizeReferences>
  290. <GenerateDebugInformation>true</GenerateDebugInformation>
  291. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  292. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  293. </Link>
  294. </ItemDefinitionGroup>
  295. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  296. <ClCompile>
  297. <WarningLevel>Level3</WarningLevel>
  298. <PrecompiledHeader>
  299. </PrecompiledHeader>
  300. <Optimization>MaxSpeed</Optimization>
  301. <FunctionLevelLinking>true</FunctionLevelLinking>
  302. <IntrinsicFunctions>true</IntrinsicFunctions>
  303. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  304. </ClCompile>
  305. <Link>
  306. <SubSystem>Windows</SubSystem>
  307. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  308. <OptimizeReferences>true</OptimizeReferences>
  309. <GenerateDebugInformation>true</GenerateDebugInformation>
  310. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  311. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  312. </Link>
  313. </ItemDefinitionGroup>
  314. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  315. <ClCompile>
  316. <WarningLevel>Level3</WarningLevel>
  317. <PrecompiledHeader>
  318. </PrecompiledHeader>
  319. <Optimization>MaxSpeed</Optimization>
  320. <FunctionLevelLinking>true</FunctionLevelLinking>
  321. <IntrinsicFunctions>true</IntrinsicFunctions>
  322. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  323. </ClCompile>
  324. <Link>
  325. <SubSystem>Windows</SubSystem>
  326. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  327. <OptimizeReferences>true</OptimizeReferences>
  328. <GenerateDebugInformation>true</GenerateDebugInformation>
  329. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  330. </Link>
  331. </ItemDefinitionGroup>
  332. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  333. <ClCompile>
  334. <WarningLevel>Level3</WarningLevel>
  335. <PrecompiledHeader>
  336. </PrecompiledHeader>
  337. <Optimization>MaxSpeed</Optimization>
  338. <FunctionLevelLinking>true</FunctionLevelLinking>
  339. <IntrinsicFunctions>true</IntrinsicFunctions>
  340. <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  341. </ClCompile>
  342. <Link>
  343. <SubSystem>Windows</SubSystem>
  344. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  345. <OptimizeReferences>true</OptimizeReferences>
  346. <GenerateDebugInformation>true</GenerateDebugInformation>
  347. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  348. </Link>
  349. </ItemDefinitionGroup>
  350. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  351. <ImportGroup Label="ExtensionTargets">
  352. </ImportGroup>
  353. </Project>