wolfssl.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="..\..\src\bio.c" />
  15. <ClCompile Include="..\..\src\crl.c" />
  16. <ClCompile Include="..\..\src\internal.c" />
  17. <ClCompile Include="..\..\src\keys.c" />
  18. <ClCompile Include="..\..\src\ocsp.c" />
  19. <ClCompile Include="..\..\src\sniffer.c" />
  20. <ClCompile Include="..\..\src\ssl.c" />
  21. <ClCompile Include="..\..\src\tls.c" />
  22. <ClCompile Include="..\..\src\tls13.c" />
  23. <ClCompile Include="..\..\src\wolfio.c" />
  24. <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
  25. <ClCompile Include="..\..\wolfcrypt\src\arc4.c" />
  26. <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
  27. <ClCompile Include="..\..\wolfcrypt\src\blake2b.c" />
  28. <ClCompile Include="..\..\wolfcrypt\src\camellia.c" />
  29. <ClCompile Include="..\..\wolfcrypt\src\chacha.c" />
  30. <ClCompile Include="..\..\wolfcrypt\src\chacha20_poly1305.c" />
  31. <ClCompile Include="..\..\wolfcrypt\src\cmac.c" />
  32. <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
  33. <ClCompile Include="..\..\wolfcrypt\src\curve25519.c" />
  34. <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
  35. <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
  36. <ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
  37. <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
  38. <ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
  39. <ClCompile Include="..\..\wolfcrypt\src\error.c" />
  40. <ClCompile Include="..\..\wolfcrypt\src\evp.c" />
  41. <ClCompile Include="..\..\wolfcrypt\src\fe_low_mem.c" />
  42. <ClCompile Include="..\..\wolfcrypt\src\fe_operations.c" />
  43. <ClCompile Include="..\..\wolfcrypt\src\ge_low_mem.c" />
  44. <ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
  45. <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
  46. <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
  47. <ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
  48. <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
  49. <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
  50. <ClCompile Include="..\..\wolfcrypt\src\md2.c" />
  51. <ClCompile Include="..\..\wolfcrypt\src\md4.c" />
  52. <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
  53. <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
  54. <ClCompile Include="..\..\wolfcrypt\src\pkcs7.c" />
  55. <ClCompile Include="..\..\wolfcrypt\src\poly1305.c" />
  56. <ClCompile Include="..\..\wolfcrypt\src\random.c" />
  57. <ClCompile Include="..\..\wolfcrypt\src\ripemd.c" />
  58. <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
  59. <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
  60. <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
  61. <ClCompile Include="..\..\wolfcrypt\src\sha3.c" />
  62. <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
  63. <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
  64. <ClCompile Include="..\..\wolfcrypt\src\srp.c" />
  65. <ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
  66. <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
  67. <ClCompile Include="..\..\wolfcrypt\src\wc_pkcs11.c" />
  68. <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
  69. <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
  70. <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ClInclude Include="user_settings.h" />
  74. </ItemGroup>
  75. <PropertyGroup Label="Globals">
  76. <ProjectGuid>{eaed6d0c-d9c8-4901-b7d8-f8610afceae6}</ProjectGuid>
  77. <Keyword>AzureSphere</Keyword>
  78. <RootNamespace>wolfssl</RootNamespace>
  79. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  80. <ApplicationType>Linux</ApplicationType>
  81. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  82. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  83. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  84. <DebugMachineType>Device</DebugMachineType>
  85. <PlatformToolset>GCC_AzureSphere_1_0</PlatformToolset>
  86. <ProjectPublicIncludePath>$(MSBuildProjectDirectory)\Inc\Public</ProjectPublicIncludePath>
  87. <PublicIncludePath>$(MSBuildProjectDirectory)\Inc\Public</PublicIncludePath>
  88. </PropertyGroup>
  89. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  91. <UseDebugLibraries>true</UseDebugLibraries>
  92. <TargetSysroot>2</TargetSysroot>
  93. <ConfigurationType>StaticLibrary</ConfigurationType>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  96. <UseDebugLibraries>false</UseDebugLibraries>
  97. <TargetSysroot>2</TargetSysroot>
  98. <ConfigurationType>StaticLibrary</ConfigurationType>
  99. </PropertyGroup>
  100. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  101. <ImportGroup Label="ExtensionSettings" />
  102. <ImportGroup Label="Shared" />
  103. <ImportGroup Label="PropertySheets" />
  104. <PropertyGroup Label="UserMacros" />
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  106. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  107. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  108. <TargetExt>.a</TargetExt>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  111. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  112. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  113. </PropertyGroup>
  114. <ItemDefinitionGroup>
  115. <ClCompile>
  116. <AdditionalOptions>-Werror=implicit-function-declaration %(AdditionalOptions)</AdditionalOptions>
  117. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">NO_MAIN_DRIVER;WOLFSSL_USER_SETTINGS;WOLFSSL_LIB;_POSIX_C_SOURCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">..\..;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  119. <CAdditionalWarning Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">strict-prototypes;%(CAdditionalWarning);deprecated-declarations</CAdditionalWarning>
  120. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">WOLFSSL_USER_SETTINGS;WOLFSSL_LIB;_POSIX_C_SOURCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">..\..;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">TurnOffAllWarnings</WarningLevel>
  123. <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">TurnOffAllWarnings</WarningLevel>
  124. </ClCompile>
  125. <Link>
  126. <LibraryDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">applibs;pthread;gcc_s;c</LibraryDependencies>
  127. </Link>
  128. <Lib>
  129. <Verbose Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</Verbose>
  130. </Lib>
  131. </ItemDefinitionGroup>
  132. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  133. <ImportGroup Label="ExtensionTargets" />
  134. </Project>