]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj
Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt
[freertos] / FreeRTOS / Demo / WIN32-MSVC / WIN32.vcxproj
index ff9bb205faf96067ebfe822a2a21769318fb6353..87c034b6e40733bfbfd5e00f41fd9ffacc941dc3 100644 (file)
       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>\r
       <ObjectFileName>.\Debug/</ObjectFileName>\r
       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>\r
-      <WarningLevel>Level4</WarningLevel>\r
+      <WarningLevel>EnableAllWarnings</WarningLevel>\r
       <SuppressStartupBanner>true</SuppressStartupBanner>\r
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
-      <AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions>\r
+      <AdditionalOptions>/wd4210 /wc4574 %(AdditionalOptions)</AdditionalOptions>\r
+      <DisableSpecificWarnings>4574;4820;4668;4255;4710;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
     <ResourceCompile>\r
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
@@ -79,6 +80,7 @@
     <ClCompile Include="..\..\Source\croutine.c" />\r
     <ClCompile Include="..\..\Source\event_groups.c" />\r
     <ClCompile Include="..\..\Source\portable\MemMang\heap_5.c" />\r
+    <ClCompile Include="..\..\Source\stream_buffer.c" />\r
     <ClCompile Include="..\..\Source\timers.c" />\r
     <ClCompile Include="..\Common\Minimal\AbortDelay.c" />\r
     <ClCompile Include="..\Common\Minimal\BlockQ.c" />\r
@@ -91,6 +93,7 @@
     <ClCompile Include="..\Common\Minimal\GenQTest.c" />\r
     <ClCompile Include="..\Common\Minimal\integer.c" />\r
     <ClCompile Include="..\Common\Minimal\IntSemTest.c" />\r
+    <ClCompile Include="..\Common\Minimal\MessageBufferAMP.c" />\r
     <ClCompile Include="..\Common\Minimal\PollQ.c" />\r
     <ClCompile Include="..\Common\Minimal\QPeek.c" />\r
     <ClCompile Include="..\Common\Minimal\QueueOverwrite.c" />\r
     <ClCompile Include="..\Common\Minimal\recmutex.c" />\r
     <ClCompile Include="..\Common\Minimal\semtest.c" />\r
     <ClCompile Include="..\Common\Minimal\StaticAllocation.c" />\r
+    <ClCompile Include="..\Common\Minimal\MessageBufferDemo.c" />\r
+    <ClCompile Include="..\Common\Minimal\StreamBufferDemo.c" />\r
+    <ClCompile Include="..\Common\Minimal\StreamBufferInterrupt.c" />\r
     <ClCompile Include="..\Common\Minimal\TaskNotify.c" />\r
     <ClCompile Include="..\Common\Minimal\timerdemo.c" />\r
     <ClCompile Include="main.c">\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\Source\include\event_groups.h" />\r
+    <ClInclude Include="..\..\Source\include\message_buffer.h" />\r
+    <ClInclude Include="..\..\Source\include\stream_buffer.h" />\r
     <ClInclude Include="..\..\Source\include\timers.h" />\r
     <ClInclude Include="..\..\Source\portable\MSVC-MingW\portmacro.h" />\r
     <ClInclude Include="FreeRTOSConfig.h" />\r
     <ClInclude Include="..\..\Source\include\task.h" />\r
     <ClInclude Include="Trace_Recorder_Configuration\trcConfig.h" />\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="packages.config" />\r
+  </ItemGroup>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r