libwolfssl.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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|INtime">
  5. <Configuration>Debug</Configuration>
  6. <Platform>INtime</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|INtime">
  9. <Configuration>Release</Configuration>
  10. <Platform>INtime</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Text Include="README.md" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ClCompile Include="libwolfssl.c" />
  18. <ClCompile Include="..\..\src\crl.c" />
  19. <ClCompile Include="..\..\src\internal.c" />
  20. <ClCompile Include="..\..\src\wolfio.c" />
  21. <ClCompile Include="..\..\src\keys.c" />
  22. <ClCompile Include="..\..\src\ocsp.c" />
  23. <ClCompile Include="..\..\src\sniffer.c" />
  24. <ClCompile Include="..\..\src\ssl.c" />
  25. <ClCompile Include="..\..\src\tls.c" />
  26. <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
  27. <ClCompile Include="..\..\wolfcrypt\src\arc4.c" />
  28. <ClCompile Include="..\..\wolfcrypt\src\asm.c" />
  29. <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
  30. <ClCompile Include="..\..\wolfcrypt\src\blake2b.c" />
  31. <ClCompile Include="..\..\wolfcrypt\src\camellia.c" />
  32. <ClCompile Include="..\..\wolfcrypt\src\chacha.c" />
  33. <ClCompile Include="..\..\wolfcrypt\src\chacha20_poly1305.c" />
  34. <ClCompile Include="..\..\wolfcrypt\src\cmac.c" />
  35. <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
  36. <ClCompile Include="..\..\wolfcrypt\src\compress.c" />
  37. <ClCompile Include="..\..\wolfcrypt\src\curve25519.c" />
  38. <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
  39. <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
  40. <ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
  41. <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
  42. <ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
  43. <ClCompile Include="..\..\wolfcrypt\src\error.c" />
  44. <ClCompile Include="..\..\wolfcrypt\src\fe_low_mem.c" />
  45. <ClCompile Include="..\..\wolfcrypt\src\fe_operations.c" />
  46. <ClCompile Include="..\..\wolfcrypt\src\ge_low_mem.c" />
  47. <ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
  48. <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
  49. <ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
  50. <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
  51. <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
  52. <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
  53. <ClCompile Include="..\..\wolfcrypt\src\md2.c" />
  54. <ClCompile Include="..\..\wolfcrypt\src\md4.c" />
  55. <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
  56. <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
  57. <ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
  58. <ClCompile Include="..\..\wolfcrypt\src\pkcs7.c" />
  59. <ClCompile Include="..\..\wolfcrypt\src\poly1305.c" />
  60. <ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
  61. <ClCompile Include="..\..\wolfcrypt\src\random.c" />
  62. <ClCompile Include="..\..\wolfcrypt\src\ripemd.c" />
  63. <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
  64. <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
  65. <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
  66. <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
  67. <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
  68. <ClCompile Include="..\..\wolfcrypt\src\srp.c" />
  69. <ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
  70. <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
  71. <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
  72. <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
  73. <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ClInclude Include="user_settings.h" />
  77. <ClInclude Include="..\..\wolfssl\callbacks.h" />
  78. <ClInclude Include="..\..\wolfssl\certs_test.h" />
  79. <ClInclude Include="..\..\wolfssl\crl.h" />
  80. <ClInclude Include="..\..\wolfssl\error-ssl.h" />
  81. <ClInclude Include="..\..\wolfssl\internal.h" />
  82. <ClInclude Include="..\..\wolfssl\ocsp.h" />
  83. <ClInclude Include="..\..\wolfssl\options.h" />
  84. <ClInclude Include="..\..\wolfssl\sniffer.h" />
  85. <ClInclude Include="..\..\wolfssl\sniffer_error.h" />
  86. <ClInclude Include="..\..\wolfssl\ssl.h" />
  87. <ClInclude Include="..\..\wolfssl\test.h" />
  88. <ClInclude Include="..\..\wolfssl\version.h" />
  89. <ClInclude Include="..\..\wolfssl\wolfcrypt\aes.h" />
  90. <ClInclude Include="..\..\wolfssl\wolfcrypt\arc4.h" />
  91. <ClInclude Include="..\..\wolfssl\wolfcrypt\asn.h" />
  92. <ClInclude Include="..\..\wolfssl\wolfcrypt\asn_public.h" />
  93. <ClInclude Include="..\..\wolfssl\wolfcrypt\async.h" />
  94. <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2-impl.h" />
  95. <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2-int.h" />
  96. <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2.h" />
  97. <ClInclude Include="..\..\wolfssl\wolfcrypt\camellia.h" />
  98. <ClInclude Include="..\..\wolfssl\wolfcrypt\chacha.h" />
  99. <ClInclude Include="..\..\wolfssl\wolfcrypt\chacha20_poly1305.h" />
  100. <ClInclude Include="..\..\wolfssl\wolfcrypt\cmac.h" />
  101. <ClInclude Include="..\..\wolfssl\wolfcrypt\coding.h" />
  102. <ClInclude Include="..\..\wolfssl\wolfcrypt\compress.h" />
  103. <ClInclude Include="..\..\wolfssl\wolfcrypt\curve25519.h" />
  104. <ClInclude Include="..\..\wolfssl\wolfcrypt\des3.h" />
  105. <ClInclude Include="..\..\wolfssl\wolfcrypt\dh.h" />
  106. <ClInclude Include="..\..\wolfssl\wolfcrypt\dsa.h" />
  107. <ClInclude Include="..\..\wolfssl\wolfcrypt\ecc.h" />
  108. <ClInclude Include="..\..\wolfssl\wolfcrypt\ed25519.h" />
  109. <ClInclude Include="..\..\wolfssl\wolfcrypt\error-crypt.h" />
  110. <ClInclude Include="..\..\wolfssl\wolfcrypt\fe_operations.h" />
  111. <ClInclude Include="..\..\wolfssl\wolfcrypt\fips_test.h" />
  112. <ClInclude Include="..\..\wolfssl\wolfcrypt\ge_operations.h" />
  113. <ClInclude Include="..\..\wolfssl\wolfcrypt\hash.h" />
  114. <ClInclude Include="..\..\wolfssl\wolfcrypt\hmac.h" />
  115. <ClInclude Include="..\..\wolfssl\wolfcrypt\integer.h" />
  116. <ClInclude Include="..\..\wolfssl\wolfcrypt\logging.h" />
  117. <ClInclude Include="..\..\wolfssl\wolfcrypt\md2.h" />
  118. <ClInclude Include="..\..\wolfssl\wolfcrypt\md4.h" />
  119. <ClInclude Include="..\..\wolfssl\wolfcrypt\md5.h" />
  120. <ClInclude Include="..\..\wolfssl\wolfcrypt\memory.h" />
  121. <ClInclude Include="..\..\wolfssl\wolfcrypt\mem_track.h" />
  122. <ClInclude Include="..\..\wolfssl\wolfcrypt\misc.h" />
  123. <ClInclude Include="..\..\wolfssl\wolfcrypt\mpi_class.h" />
  124. <ClInclude Include="..\..\wolfssl\wolfcrypt\mpi_superclass.h" />
  125. <ClInclude Include="..\..\wolfssl\wolfcrypt\pkcs12.h" />
  126. <ClInclude Include="..\..\wolfssl\wolfcrypt\pkcs7.h" />
  127. <ClInclude Include="..\..\wolfssl\wolfcrypt\poly1305.h" />
  128. <ClInclude Include="..\..\wolfssl\wolfcrypt\pwdbased.h" />
  129. <ClInclude Include="..\..\wolfssl\wolfcrypt\random.h" />
  130. <ClInclude Include="..\..\wolfssl\wolfcrypt\ripemd.h" />
  131. <ClInclude Include="..\..\wolfssl\wolfcrypt\rsa.h" />
  132. <ClInclude Include="..\..\wolfssl\wolfcrypt\settings.h" />
  133. <ClInclude Include="..\..\wolfssl\wolfcrypt\sha.h" />
  134. <ClInclude Include="..\..\wolfssl\wolfcrypt\sha256.h" />
  135. <ClInclude Include="..\..\wolfssl\wolfcrypt\sha512.h" />
  136. <ClInclude Include="..\..\wolfssl\wolfcrypt\signature.h" />
  137. <ClInclude Include="..\..\wolfssl\wolfcrypt\srp.h" />
  138. <ClInclude Include="..\..\wolfssl\wolfcrypt\tfm.h" />
  139. <ClInclude Include="..\..\wolfssl\wolfcrypt\types.h" />
  140. <ClInclude Include="..\..\wolfssl\wolfcrypt\visibility.h" />
  141. <ClInclude Include="..\..\wolfssl\wolfcrypt\wc_encrypt.h" />
  142. <ClInclude Include="..\..\wolfssl\wolfcrypt\wc_port.h" />
  143. <ClInclude Include="..\..\wolfssl\wolfcrypt\wolfevent.h" />
  144. <ClInclude Include="..\..\wolfssl\wolfcrypt\wolfmath.h" />
  145. </ItemGroup>
  146. <PropertyGroup Label="Globals">
  147. <ProjectGuid>{1731767D-573F-45C9-A466-191DA0D180CF}</ProjectGuid>
  148. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  149. </PropertyGroup>
  150. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  151. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'" Label="Configuration">
  152. <ConfigurationType>StaticLibrary</ConfigurationType>
  153. <CharacterSet>NotSet</CharacterSet>
  154. <PlatformToolset>v140</PlatformToolset>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'" Label="Configuration">
  157. <ConfigurationType>StaticLibrary</ConfigurationType>
  158. <WholeProgramOptimization>false</WholeProgramOptimization>
  159. <CharacterSet>NotSet</CharacterSet>
  160. <PlatformToolset>v140</PlatformToolset>
  161. </PropertyGroup>
  162. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  163. <ImportGroup Label="ExtensionSettings">
  164. </ImportGroup>
  165. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
  172. <IntDir>$(Configuration)_$(ProjectName)\</IntDir>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
  175. <IntDir>$(Configuration)_$(ProjectName)\</IntDir>
  176. </PropertyGroup>
  177. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
  178. <ClCompile>
  179. </ClCompile>
  180. <Link>
  181. <Version>21076.20052</Version>
  182. <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
  183. <AdditionalDependencies>rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib</AdditionalDependencies>
  184. <OutputFile>$(SolutionDir)$(Configuration)\\libwolfssl.rsl</OutputFile>
  185. </Link>
  186. <ClCompile>
  187. <ExceptionHandling>Async</ExceptionHandling>
  188. <PreprocessorDefinitions>_USRDLL;WOLFSSL_DLL;BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  190. </ClCompile>
  191. </ItemDefinitionGroup>
  192. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
  193. <ClCompile>
  194. </ClCompile>
  195. <Link>
  196. <Version>21076.20052</Version>
  197. <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
  198. <AdditionalDependencies>rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib</AdditionalDependencies>
  199. <OutputFile>$(SolutionDir)$(Configuration)\\libwolfssl.rsl</OutputFile>
  200. </Link>
  201. <ClCompile>
  202. <ExceptionHandling>Async</ExceptionHandling>
  203. <PreprocessorDefinitions>_USRDLL;WOLFSSL_DLL;BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  205. </ClCompile>
  206. </ItemDefinitionGroup>
  207. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  208. <ImportGroup Label="ExtensionTargets">
  209. </ImportGroup>
  210. </Project>