ssl.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</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\aesni.c" />
  32. <ClCompile Include="..\..\include\mbedtls\library\arc4.c" />
  33. <ClCompile Include="..\..\include\mbedtls\library\asn1parse.c" />
  34. <ClCompile Include="..\..\include\mbedtls\library\asn1write.c" />
  35. <ClCompile Include="..\..\include\mbedtls\library\base64.c" />
  36. <ClCompile Include="..\..\include\mbedtls\library\bignum.c" />
  37. <ClCompile Include="..\..\include\mbedtls\library\blowfish.c" />
  38. <ClCompile Include="..\..\include\mbedtls\library\camellia.c" />
  39. <ClCompile Include="..\..\include\mbedtls\library\ccm.c" />
  40. <ClCompile Include="..\..\include\mbedtls\library\certs.c" />
  41. <ClCompile Include="..\..\include\mbedtls\library\cipher.c" />
  42. <ClCompile Include="..\..\include\mbedtls\library\cipher_wrap.c" />
  43. <ClCompile Include="..\..\include\mbedtls\library\ctr_drbg.c" />
  44. <ClCompile Include="..\..\include\mbedtls\library\debug.c" />
  45. <ClCompile Include="..\..\include\mbedtls\library\des.c" />
  46. <ClCompile Include="..\..\include\mbedtls\library\dhm.c" />
  47. <ClCompile Include="..\..\include\mbedtls\library\ecdh.c" />
  48. <ClCompile Include="..\..\include\mbedtls\library\ecdsa.c" />
  49. <ClCompile Include="..\..\include\mbedtls\library\ecjpake.c" />
  50. <ClCompile Include="..\..\include\mbedtls\library\ecp.c" />
  51. <ClCompile Include="..\..\include\mbedtls\library\ecp_curves.c" />
  52. <ClCompile Include="..\..\include\mbedtls\library\entropy.c" />
  53. <ClCompile Include="..\..\include\mbedtls\library\entropy_poll.c" />
  54. <ClCompile Include="..\..\include\mbedtls\library\error.c" />
  55. <ClCompile Include="..\..\include\mbedtls\library\gcm.c" />
  56. <ClCompile Include="..\..\include\mbedtls\library\havege.c" />
  57. <ClCompile Include="..\..\include\mbedtls\library\hmac_drbg.c" />
  58. <ClCompile Include="..\..\include\mbedtls\library\md.c" />
  59. <ClCompile Include="..\..\include\mbedtls\library\md2.c" />
  60. <ClCompile Include="..\..\include\mbedtls\library\md4.c" />
  61. <ClCompile Include="..\..\include\mbedtls\library\md5.c" />
  62. <ClCompile Include="..\..\include\mbedtls\library\md_wrap.c" />
  63. <ClCompile Include="..\..\include\mbedtls\library\memory_buffer_alloc.c" />
  64. <ClCompile Include="..\..\include\mbedtls\library\oid.c" />
  65. <ClCompile Include="..\..\include\mbedtls\library\padlock.c" />
  66. <ClCompile Include="..\..\include\mbedtls\library\pem.c" />
  67. <ClCompile Include="..\..\include\mbedtls\library\pk.c" />
  68. <ClCompile Include="..\..\include\mbedtls\library\pkcs11.c" />
  69. <ClCompile Include="..\..\include\mbedtls\library\pkcs12.c" />
  70. <ClCompile Include="..\..\include\mbedtls\library\pkcs5.c" />
  71. <ClCompile Include="..\..\include\mbedtls\library\pkparse.c" />
  72. <ClCompile Include="..\..\include\mbedtls\library\pkwrite.c" />
  73. <ClCompile Include="..\..\include\mbedtls\library\pk_wrap.c" />
  74. <ClCompile Include="..\..\include\mbedtls\library\platform.c" />
  75. <ClCompile Include="..\..\include\mbedtls\library\ripemd160.c" />
  76. <ClCompile Include="..\..\include\mbedtls\library\rsa.c" />
  77. <ClCompile Include="..\..\include\mbedtls\library\rsa_internal.c" />
  78. <ClCompile Include="..\..\include\mbedtls\library\sha1.c" />
  79. <ClCompile Include="..\..\include\mbedtls\library\sha256.c" />
  80. <ClCompile Include="..\..\include\mbedtls\library\sha512.c" />
  81. <ClCompile Include="..\..\include\mbedtls\library\ssl_cache.c" />
  82. <ClCompile Include="..\..\include\mbedtls\library\ssl_ciphersuites.c" />
  83. <ClCompile Include="..\..\include\mbedtls\library\ssl_cli.c" />
  84. <ClCompile Include="..\..\include\mbedtls\library\ssl_cookie.c" />
  85. <ClCompile Include="..\..\include\mbedtls\library\ssl_srv.c" />
  86. <ClCompile Include="..\..\include\mbedtls\library\ssl_ticket.c" />
  87. <ClCompile Include="..\..\include\mbedtls\library\ssl_tls.c" />
  88. <ClCompile Include="..\..\include\mbedtls\library\threading.c" />
  89. <ClCompile Include="..\..\include\mbedtls\library\timing.c" />
  90. <ClCompile Include="..\..\include\mbedtls\library\version.c" />
  91. <ClCompile Include="..\..\include\mbedtls\library\version_features.c" />
  92. <ClCompile Include="..\..\include\mbedtls\library\x509.c" />
  93. <ClCompile Include="..\..\include\mbedtls\library\x509write_crt.c" />
  94. <ClCompile Include="..\..\include\mbedtls\library\x509write_csr.c" />
  95. <ClCompile Include="..\..\include\mbedtls\library\x509_create.c" />
  96. <ClCompile Include="..\..\include\mbedtls\library\x509_crl.c" />
  97. <ClCompile Include="..\..\include\mbedtls\library\x509_crt.c" />
  98. <ClCompile Include="..\..\include\mbedtls\library\x509_csr.c" />
  99. <ClCompile Include="..\..\include\mbedtls\library\xtea.c" />
  100. <ClCompile Include="ssl.c" />
  101. </ItemGroup>
  102. <PropertyGroup Label="Globals">
  103. <ProjectGuid>{F4D939D6-88D6-4FF2-874A-7BECF75A01C2}</ProjectGuid>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>ui</RootNamespace>
  106. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  107. </PropertyGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  110. <ConfigurationType>DynamicLibrary</ConfigurationType>
  111. <UseDebugLibraries>true</UseDebugLibraries>
  112. <PlatformToolset>v140</PlatformToolset>
  113. <CharacterSet>Unicode</CharacterSet>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  116. <ConfigurationType>DynamicLibrary</ConfigurationType>
  117. <UseDebugLibraries>false</UseDebugLibraries>
  118. <PlatformToolset>v140</PlatformToolset>
  119. <WholeProgramOptimization>true</WholeProgramOptimization>
  120. <CharacterSet>Unicode</CharacterSet>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  123. <ConfigurationType>DynamicLibrary</ConfigurationType>
  124. <UseDebugLibraries>false</UseDebugLibraries>
  125. <PlatformToolset>v120</PlatformToolset>
  126. <WholeProgramOptimization>true</WholeProgramOptimization>
  127. <CharacterSet>Unicode</CharacterSet>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  130. <ConfigurationType>DynamicLibrary</ConfigurationType>
  131. <UseDebugLibraries>true</UseDebugLibraries>
  132. <PlatformToolset>v140</PlatformToolset>
  133. <CharacterSet>Unicode</CharacterSet>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  136. <ConfigurationType>DynamicLibrary</ConfigurationType>
  137. <UseDebugLibraries>false</UseDebugLibraries>
  138. <PlatformToolset>v140</PlatformToolset>
  139. <WholeProgramOptimization>true</WholeProgramOptimization>
  140. <CharacterSet>Unicode</CharacterSet>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  143. <ConfigurationType>DynamicLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <PlatformToolset>v120</PlatformToolset>
  146. <WholeProgramOptimization>true</WholeProgramOptimization>
  147. <CharacterSet>Unicode</CharacterSet>
  148. </PropertyGroup>
  149. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  150. <ImportGroup Label="ExtensionSettings">
  151. </ImportGroup>
  152. <ImportGroup Label="Shared">
  153. </ImportGroup>
  154. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  170. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  171. </ImportGroup>
  172. <PropertyGroup Label="UserMacros" />
  173. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  174. <LinkIncremental>true</LinkIncremental>
  175. <TargetExt>.hdll</TargetExt>
  176. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  177. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  178. </PropertyGroup>
  179. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  180. <LinkIncremental>true</LinkIncremental>
  181. <TargetExt>.hdll</TargetExt>
  182. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  183. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  186. <LinkIncremental>false</LinkIncremental>
  187. <TargetExt>.hdll</TargetExt>
  188. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  189. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  192. <LinkIncremental>false</LinkIncremental>
  193. <TargetExt>.hdll</TargetExt>
  194. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  195. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  198. <LinkIncremental>false</LinkIncremental>
  199. <TargetExt>.hdll</TargetExt>
  200. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  201. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  204. <LinkIncremental>false</LinkIncremental>
  205. <TargetExt>.hdll</TargetExt>
  206. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  207. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/mbedtls/include</IncludePath>
  208. </PropertyGroup>
  209. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  210. <ClCompile>
  211. <PrecompiledHeader>
  212. </PrecompiledHeader>
  213. <WarningLevel>Level3</WarningLevel>
  214. <Optimization>Disabled</Optimization>
  215. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  216. </ClCompile>
  217. <Link>
  218. <SubSystem>Windows</SubSystem>
  219. <GenerateDebugInformation>true</GenerateDebugInformation>
  220. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  221. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  222. </Link>
  223. </ItemDefinitionGroup>
  224. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  225. <ClCompile>
  226. <PrecompiledHeader>
  227. </PrecompiledHeader>
  228. <WarningLevel>Level3</WarningLevel>
  229. <Optimization>Disabled</Optimization>
  230. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. </ClCompile>
  232. <Link>
  233. <SubSystem>Windows</SubSystem>
  234. <GenerateDebugInformation>true</GenerateDebugInformation>
  235. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  236. </Link>
  237. </ItemDefinitionGroup>
  238. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  239. <ClCompile>
  240. <WarningLevel>Level3</WarningLevel>
  241. <PrecompiledHeader>
  242. </PrecompiledHeader>
  243. <Optimization>MaxSpeed</Optimization>
  244. <FunctionLevelLinking>true</FunctionLevelLinking>
  245. <IntrinsicFunctions>true</IntrinsicFunctions>
  246. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  247. </ClCompile>
  248. <Link>
  249. <SubSystem>Windows</SubSystem>
  250. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  251. <OptimizeReferences>true</OptimizeReferences>
  252. <GenerateDebugInformation>true</GenerateDebugInformation>
  253. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  254. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  255. </Link>
  256. </ItemDefinitionGroup>
  257. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  258. <ClCompile>
  259. <WarningLevel>Level3</WarningLevel>
  260. <PrecompiledHeader>
  261. </PrecompiledHeader>
  262. <Optimization>MaxSpeed</Optimization>
  263. <FunctionLevelLinking>true</FunctionLevelLinking>
  264. <IntrinsicFunctions>true</IntrinsicFunctions>
  265. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  266. </ClCompile>
  267. <Link>
  268. <SubSystem>Windows</SubSystem>
  269. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  270. <OptimizeReferences>true</OptimizeReferences>
  271. <GenerateDebugInformation>true</GenerateDebugInformation>
  272. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  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|x64'">
  277. <ClCompile>
  278. <WarningLevel>Level3</WarningLevel>
  279. <PrecompiledHeader>
  280. </PrecompiledHeader>
  281. <Optimization>MaxSpeed</Optimization>
  282. <FunctionLevelLinking>true</FunctionLevelLinking>
  283. <IntrinsicFunctions>true</IntrinsicFunctions>
  284. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  285. </ClCompile>
  286. <Link>
  287. <SubSystem>Windows</SubSystem>
  288. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  289. <OptimizeReferences>true</OptimizeReferences>
  290. <GenerateDebugInformation>true</GenerateDebugInformation>
  291. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  292. </Link>
  293. </ItemDefinitionGroup>
  294. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  295. <ClCompile>
  296. <WarningLevel>Level3</WarningLevel>
  297. <PrecompiledHeader>
  298. </PrecompiledHeader>
  299. <Optimization>MaxSpeed</Optimization>
  300. <FunctionLevelLinking>true</FunctionLevelLinking>
  301. <IntrinsicFunctions>true</IntrinsicFunctions>
  302. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  303. </ClCompile>
  304. <Link>
  305. <SubSystem>Windows</SubSystem>
  306. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  307. <OptimizeReferences>true</OptimizeReferences>
  308. <GenerateDebugInformation>true</GenerateDebugInformation>
  309. <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
  310. </Link>
  311. </ItemDefinitionGroup>
  312. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  313. <ImportGroup Label="ExtensionTargets">
  314. </ImportGroup>
  315. </Project>