Update path for WinSim logging port (#385)

Moves Logging_WinSim.c to a nested windows folder
This commit is contained in:
Oscar Michael Abrina 2020-11-06 09:21:25 -08:00 committed by GitHub
parent 01e59a036c
commit c7cd06488f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 22 additions and 22 deletions

View file

@ -155,7 +155,7 @@
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement\BufferAllocation_2.c" />
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />
<ClCompile Include="..\..\Demo\Common\Logging\Logging_WinSim.c" />
<ClCompile Include="..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
<ClCompile Include="DemoTasks\SimpleTCPEchoServer.c" />
<ClCompile Include="DemoTasks\TCPEchoClient_SingleTasks.c" />
<ClCompile Include="DemoTasks\SimpleUDPClientAndServer.c" />

View file

@ -96,7 +96,7 @@
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c">
<Filter>FreeRTOS+\FreeRTOS+TCP</Filter>
</ClCompile>
<ClCompile Include="..\..\Demo\Common\Logging\Logging_WinSim.c" />
<ClCompile Include="..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
<ClCompile Include="DemoTasks\SimpleTCPEchoServer.c">
<Filter>DemoTasks</Filter>
</ClCompile>