]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
[freertos] / FreeRTOS / Demo / WIN32-MSVC / WIN32.vcxproj
index ff9bb205faf96067ebfe822a2a21769318fb6353..a972826128e5f76815ca6ce1ea9cdf0b193154a4 100644 (file)
@@ -15,7 +15,7 @@
     <ConfigurationType>Application</ConfigurationType>\r
     <UseOfMfc>false</UseOfMfc>\r
     <CharacterSet>MultiByte</CharacterSet>\r
-    <PlatformToolset>v140</PlatformToolset>\r
+    <PlatformToolset>v142</PlatformToolset>\r
   </PropertyGroup>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
   <ImportGroup Label="ExtensionSettings">\r
@@ -41,7 +41,6 @@
       <Optimization>Disabled</Optimization>\r
       <AdditionalIncludeDirectories>..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\Include;..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-Trace\Include;.\Trace_Recorder_Configuration;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0601;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
-      <MinimalRebuild>true</MinimalRebuild>\r
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
       <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>\r
@@ -53,6 +52,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
       <AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions>\r
+      <DisableSpecificWarnings>4574;4820;4668;4255;4710;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
     <ResourceCompile>\r
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
@@ -79,6 +79,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 +92,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