PolarSSL.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>PolarSSL</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <UseDebugLibraries>true</UseDebugLibraries>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>StaticLibrary</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <PropertyGroup Label="UserMacros" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <LinkIncremental>true</LinkIncremental>
  68. <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <LinkIncremental>false</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  78. <LinkIncremental>false</LinkIncremental>
  79. </PropertyGroup>
  80. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <ClCompile>
  82. <PrecompiledHeader>
  83. </PrecompiledHeader>
  84. <WarningLevel>Level3</WarningLevel>
  85. <Optimization>Disabled</Optimization>
  86. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  88. <CompileAs>CompileAsC</CompileAs>
  89. </ClCompile>
  90. <Link>
  91. <SubSystem>Windows</SubSystem>
  92. <GenerateDebugInformation>true</GenerateDebugInformation>
  93. </Link>
  94. </ItemDefinitionGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <ClCompile>
  97. <PrecompiledHeader>
  98. </PrecompiledHeader>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Disabled</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  103. <CompileAs>CompileAsC</CompileAs>
  104. </ClCompile>
  105. <Link>
  106. <SubSystem>Windows</SubSystem>
  107. <GenerateDebugInformation>true</GenerateDebugInformation>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  111. <ClCompile>
  112. <WarningLevel>Level3</WarningLevel>
  113. <PrecompiledHeader>
  114. </PrecompiledHeader>
  115. <Optimization>MaxSpeed</Optimization>
  116. <FunctionLevelLinking>true</FunctionLevelLinking>
  117. <IntrinsicFunctions>true</IntrinsicFunctions>
  118. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. <GenerateDebugInformation>true</GenerateDebugInformation>
  124. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  125. <OptimizeReferences>true</OptimizeReferences>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <PrecompiledHeader>
  132. </PrecompiledHeader>
  133. <Optimization>MaxSpeed</Optimization>
  134. <FunctionLevelLinking>true</FunctionLevelLinking>
  135. <IntrinsicFunctions>true</IntrinsicFunctions>
  136. <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  138. </ClCompile>
  139. <Link>
  140. <SubSystem>Windows</SubSystem>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  143. <OptimizeReferences>true</OptimizeReferences>
  144. </Link>
  145. </ItemDefinitionGroup>
  146. <ItemGroup>
  147. <ClInclude Include="..\..\include\polarssl\aes.h" />
  148. <ClInclude Include="..\..\include\polarssl\arc4.h" />
  149. <ClInclude Include="..\..\include\polarssl\base64.h" />
  150. <ClInclude Include="..\..\include\polarssl\bignum.h" />
  151. <ClInclude Include="..\..\include\polarssl\bn_mul.h" />
  152. <ClInclude Include="..\..\include\polarssl\camellia.h" />
  153. <ClInclude Include="..\..\include\polarssl\certs.h" />
  154. <ClInclude Include="..\..\include\polarssl\cipher.h" />
  155. <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
  156. <ClInclude Include="..\..\include\polarssl\config.h" />
  157. <ClInclude Include="..\..\include\polarssl\debug.h" />
  158. <ClInclude Include="..\..\include\polarssl\des.h" />
  159. <ClInclude Include="..\..\include\polarssl\dhm.h" />
  160. <ClInclude Include="..\..\include\polarssl\havege.h" />
  161. <ClInclude Include="..\..\include\polarssl\md.h" />
  162. <ClInclude Include="..\..\include\polarssl\md2.h" />
  163. <ClInclude Include="..\..\include\polarssl\md4.h" />
  164. <ClInclude Include="..\..\include\polarssl\md5.h" />
  165. <ClInclude Include="..\..\include\polarssl\md_wrap.h" />
  166. <ClInclude Include="..\..\include\polarssl\net.h" />
  167. <ClInclude Include="..\..\include\polarssl\openssl.h" />
  168. <ClInclude Include="..\..\include\polarssl\padlock.h" />
  169. <ClInclude Include="..\..\include\polarssl\pem.h" />
  170. <ClInclude Include="..\..\include\polarssl\pkcs11.h" />
  171. <ClInclude Include="..\..\include\polarssl\rsa.h" />
  172. <ClInclude Include="..\..\include\polarssl\sha1.h" />
  173. <ClInclude Include="..\..\include\polarssl\sha2.h" />
  174. <ClInclude Include="..\..\include\polarssl\sha4.h" />
  175. <ClInclude Include="..\..\include\polarssl\ssl.h" />
  176. <ClInclude Include="..\..\include\polarssl\timing.h" />
  177. <ClInclude Include="..\..\include\polarssl\version.h" />
  178. <ClInclude Include="..\..\include\polarssl\x509.h" />
  179. <ClInclude Include="..\..\include\polarssl\xtea.h" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <ClCompile Include="..\..\library\aes.c" />
  183. <ClCompile Include="..\..\library\arc4.c" />
  184. <ClCompile Include="..\..\library\base64.c" />
  185. <ClCompile Include="..\..\library\bignum.c" />
  186. <ClCompile Include="..\..\library\camellia.c" />
  187. <ClCompile Include="..\..\library\certs.c" />
  188. <ClCompile Include="..\..\library\cipher.c" />
  189. <ClCompile Include="..\..\library\cipher_wrap.c" />
  190. <ClCompile Include="..\..\library\debug.c" />
  191. <ClCompile Include="..\..\library\des.c" />
  192. <ClCompile Include="..\..\library\dhm.c" />
  193. <ClCompile Include="..\..\library\havege.c" />
  194. <ClCompile Include="..\..\library\md.c" />
  195. <ClCompile Include="..\..\library\md2.c" />
  196. <ClCompile Include="..\..\library\md4.c" />
  197. <ClCompile Include="..\..\library\md5.c" />
  198. <ClCompile Include="..\..\library\md_wrap.c" />
  199. <ClCompile Include="..\..\library\net.c" />
  200. <ClCompile Include="..\..\library\padlock.c" />
  201. <ClCompile Include="..\..\library\pem.c" />
  202. <ClCompile Include="..\..\library\pkcs11.c" />
  203. <ClCompile Include="..\..\library\rsa.c" />
  204. <ClCompile Include="..\..\library\sha1.c" />
  205. <ClCompile Include="..\..\library\sha2.c" />
  206. <ClCompile Include="..\..\library\sha4.c" />
  207. <ClCompile Include="..\..\library\ssl_cli.c" />
  208. <ClCompile Include="..\..\library\ssl_srv.c" />
  209. <ClCompile Include="..\..\library\ssl_tls.c" />
  210. <ClCompile Include="..\..\library\timing.c" />
  211. <ClCompile Include="..\..\library\version.c" />
  212. <ClCompile Include="..\..\library\x509parse.c" />
  213. <ClCompile Include="..\..\library\xtea.c" />
  214. </ItemGroup>
  215. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  216. <ImportGroup Label="ExtensionTargets">
  217. </ImportGroup>
  218. </Project>