wolfssl.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|ARM">
  9. <Configuration>Release</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ARM64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</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. <ProjectConfiguration Include="Debug|x86">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x86</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x86">
  33. <Configuration>Release</Configuration>
  34. <Platform>x86</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="..\..\src\crl.c" />
  39. <ClCompile Include="..\..\src\internal.c" />
  40. <ClCompile Include="..\..\src\wolfio.c" />
  41. <ClCompile Include="..\..\src\keys.c" />
  42. <ClCompile Include="..\..\src\ocsp.c" />
  43. <ClCompile Include="..\..\src\ssl.c" />
  44. <ClCompile Include="..\..\src\tls.c" />
  45. <ClCompile Include="..\..\src\tls13.c" />
  46. <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
  47. <ClCompile Include="..\..\wolfcrypt\src\arc4.c" />
  48. <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
  49. <ClCompile Include="..\..\wolfcrypt\src\blake2b.c" />
  50. <ClCompile Include="..\..\wolfcrypt\src\camellia.c" />
  51. <ClCompile Include="..\..\wolfcrypt\src\chacha.c" />
  52. <ClCompile Include="..\..\wolfcrypt\src\chacha20_poly1305.c" />
  53. <ClCompile Include="..\..\wolfcrypt\src\cmac.c" />
  54. <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
  55. <ClCompile Include="..\..\wolfcrypt\src\curve25519.c" />
  56. <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
  57. <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
  58. <ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
  59. <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
  60. <ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
  61. <ClCompile Include="..\..\wolfcrypt\src\error.c" />
  62. <ClCompile Include="..\..\wolfcrypt\src\fe_operations.c" />
  63. <ClCompile Include="..\..\wolfcrypt\src\ge_low_mem.c" />
  64. <ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
  65. <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
  66. <ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
  67. <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
  68. <ClCompile Include="..\..\wolfcrypt\src\idea.c" />
  69. <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
  70. <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
  71. <ClCompile Include="..\..\wolfcrypt\src\md2.c" />
  72. <ClCompile Include="..\..\wolfcrypt\src\md4.c" />
  73. <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
  74. <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
  75. <ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
  76. <ClCompile Include="..\..\wolfcrypt\src\pkcs7.c" />
  77. <ClCompile Include="..\..\wolfcrypt\src\poly1305.c" />
  78. <ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
  79. <ClCompile Include="..\..\wolfcrypt\src\rabbit.c" />
  80. <ClCompile Include="..\..\wolfcrypt\src\random.c" />
  81. <ClCompile Include="..\..\wolfcrypt\src\ripemd.c" />
  82. <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
  83. <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
  84. <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
  85. <ClCompile Include="..\..\wolfcrypt\src\sha3.c" />
  86. <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
  87. <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
  88. <ClCompile Include="..\..\wolfcrypt\src\srp.c" />
  89. <ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
  90. <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
  91. <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
  92. <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
  93. <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ClInclude Include="user_settings.h" />
  97. </ItemGroup>
  98. <PropertyGroup Label="Globals">
  99. <ProjectGuid>{39e7cf74-b491-4cc4-b600-95664a25cc80}</ProjectGuid>
  100. <Keyword>Android</Keyword>
  101. <RootNamespace>wolfssl</RootNamespace>
  102. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  103. <ApplicationType>Android</ApplicationType>
  104. <ApplicationTypeRevision>3.0</ApplicationTypeRevision>
  105. <ProjectName>wolfssl</ProjectName>
  106. </PropertyGroup>
  107. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  109. <ConfigurationType>StaticLibrary</ConfigurationType>
  110. <UseDebugLibraries>true</UseDebugLibraries>
  111. <PlatformToolset>Clang_3_8</PlatformToolset>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  114. <ConfigurationType>StaticLibrary</ConfigurationType>
  115. <UseDebugLibraries>false</UseDebugLibraries>
  116. <PlatformToolset>Clang_3_8</PlatformToolset>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  119. <ConfigurationType>StaticLibrary</ConfigurationType>
  120. <UseDebugLibraries>true</UseDebugLibraries>
  121. <PlatformToolset>Clang_3_8</PlatformToolset>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  124. <ConfigurationType>StaticLibrary</ConfigurationType>
  125. <UseDebugLibraries>false</UseDebugLibraries>
  126. <PlatformToolset>Clang_3_8</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>true</UseDebugLibraries>
  131. <PlatformToolset>Clang_3_8</PlatformToolset>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  134. <ConfigurationType>StaticLibrary</ConfigurationType>
  135. <UseDebugLibraries>false</UseDebugLibraries>
  136. <PlatformToolset>Clang_3_8</PlatformToolset>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  139. <ConfigurationType>StaticLibrary</ConfigurationType>
  140. <UseDebugLibraries>true</UseDebugLibraries>
  141. <PlatformToolset>Clang_3_8</PlatformToolset>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  144. <ConfigurationType>StaticLibrary</ConfigurationType>
  145. <UseDebugLibraries>false</UseDebugLibraries>
  146. <PlatformToolset>Clang_3_8</PlatformToolset>
  147. </PropertyGroup>
  148. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  149. <ImportGroup Label="ExtensionSettings" />
  150. <ImportGroup Label="Shared" />
  151. <ImportGroup Label="PropertySheets" />
  152. <PropertyGroup Label="UserMacros" />
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  168. </PropertyGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  170. <ClCompile>
  171. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  172. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  173. <PreprocessorDefinitions>DEBUG_WOLFSSL;WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. </ClCompile>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  177. <ClCompile>
  178. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  179. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  180. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. </ClCompile>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  184. <ClCompile>
  185. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  186. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  187. <PreprocessorDefinitions>DEBUG_WOLFSSL;WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. </ClCompile>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  191. <ClCompile>
  192. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  193. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  194. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. </ClCompile>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  198. <ClCompile>
  199. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  200. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  201. <PreprocessorDefinitions>DEBUG_WOLFSSL;WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  202. </ClCompile>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  205. <ClCompile>
  206. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  207. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  208. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  209. </ClCompile>
  210. </ItemDefinitionGroup>
  211. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  212. <ClCompile>
  213. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  214. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  215. <PreprocessorDefinitions>DEBUG_WOLFSSL;WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  216. </ClCompile>
  217. </ItemDefinitionGroup>
  218. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  219. <ClCompile>
  220. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  221. <AdditionalIncludeDirectories>.\;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  222. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  223. </ClCompile>
  224. </ItemDefinitionGroup>
  225. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  226. <ImportGroup Label="ExtensionTargets" />
  227. </Project>