]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/WIN32.vcxproj
Update the FreeRTOS+WolfSSL Win32 demo to use the latest WolfSSL libraries.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_WolfSSL_Windows_Simulator / WIN32.vcxproj
index 373e390c3c2622717f9f6bf7a0078b96ed5ea9ea..09a0648777a6a68fc498ce4ab053d0d41ae03b5f 100644 (file)
@@ -54,7 +54,7 @@
     </Midl>\r
     <ClCompile>\r
       <Optimization>Disabled</Optimization>\r
-      <AdditionalIncludeDirectories>..\..\Source\CyaSSL;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+      <AdditionalIncludeDirectories>..\..\Source\wolfSSL;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;SIZEOF_LONG_LONG=8;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
       <MinimalRebuild>true</MinimalRebuild>\r
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
@@ -67,6 +67,7 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>\r
       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
+      <DisableSpecificWarnings>4206;4214;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
     <ResourceCompile>\r
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
     </Bscmake>\r
   </ItemDefinitionGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\aes.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\arc4.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\asn.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\coding.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\des3.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\dh.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\dsa.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\error.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\hc128.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\hmac.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\integer.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\logging.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\md4.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\md5.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\memory.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\misc.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\pwdbased.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\rabbit.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\random.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\rsa.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\sha.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\sha256.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\ctaocrypt\src\wc_port.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\src\internal.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\src\io.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\src\keys.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\src\ssl.c" />\r
-    <ClCompile Include="..\..\Source\CyaSSL\src\tls.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\aes.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\arc4.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\asn.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\blake2b.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\camellia.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\chacha.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\chacha20_poly1305.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\coding.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\compress.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\curve25519.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\des3.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\dh.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\dsa.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ecc.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ecc_fp.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ed25519.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\error.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\fe_low_mem.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\fe_operations.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ge_low_mem.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ge_operations.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hash.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hc128.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\hmac.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\integer.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\logging.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md2.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md4.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\md5.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\memory.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\misc.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\pkcs7.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\poly1305.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\pwdbased.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\rabbit.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\random.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\ripemd.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\rsa.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha256.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\sha512.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\tfm.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\wolfcrypt\src\wc_port.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\src\internal.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\src\io.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\src\keys.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\src\ssl.c" />\r
+    <ClCompile Include="..\..\Source\wolfSSL\src\tls.c" />\r
     <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" />\r
     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_3.c" />\r
     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r