mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-27 07:46:20 -04:00
Update path for WinSim logging port (#385)
Moves Logging_WinSim.c to a nested windows folder
This commit is contained in:
parent
01e59a036c
commit
c7cd06488f
23 changed files with 22 additions and 22 deletions
|
|
@ -487,7 +487,7 @@
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\ShadowDemoMainExample.c" />
|
<ClCompile Include="DemoTasks\ShadowDemoMainExample.c" />
|
||||||
<ClCompile Include="DemoTasks\shadow_demo_helpers.c" />
|
<ClCompile Include="DemoTasks\shadow_demo_helpers.c" />
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@
|
||||||
<ClCompile Include="..\..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
<ClCompile Include="..\..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
||||||
<Filter>FreeRTOS\Source</Filter>
|
<Filter>FreeRTOS\Source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="..\..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c">
|
<ClCompile Include="..\..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c">
|
||||||
<Filter>FreeRTOS+\FreeRTOS IoT Libraries\standard\coreMQTT\src</Filter>
|
<Filter>FreeRTOS+\FreeRTOS IoT Libraries\standard\coreMQTT\src</Filter>
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@
|
||||||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />
|
<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\BufferManagement\BufferAllocation_2.c" />
|
||||||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.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\SimpleTCPEchoServer.c" />
|
||||||
<ClCompile Include="DemoTasks\TCPEchoClient_SingleTasks.c" />
|
<ClCompile Include="DemoTasks\TCPEchoClient_SingleTasks.c" />
|
||||||
<ClCompile Include="DemoTasks\SimpleUDPClientAndServer.c" />
|
<ClCompile Include="DemoTasks\SimpleUDPClientAndServer.c" />
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c">
|
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c">
|
||||||
<Filter>FreeRTOS+\FreeRTOS+TCP</Filter>
|
<Filter>FreeRTOS+\FreeRTOS+TCP</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<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\SimpleTCPEchoServer.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
|
||||||
|
|
@ -485,7 +485,7 @@
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\BasicTLSMQTTExample.c" />
|
<ClCompile Include="DemoTasks\BasicTLSMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@
|
||||||
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
||||||
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\BasicTLSMQTTExample.c">
|
<ClCompile Include="DemoTasks\BasicTLSMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\KeepAliveMQTTExample.c" />
|
<ClCompile Include="DemoTasks\KeepAliveMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
||||||
<Filter>FreeRTOS\Source</Filter>
|
<Filter>FreeRTOS\Source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\KeepAliveMQTTExample.c">
|
<ClCompile Include="DemoTasks\KeepAliveMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -486,7 +486,7 @@
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\MultitaskMQTTExample.c" />
|
<ClCompile Include="DemoTasks\MultitaskMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@
|
||||||
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
||||||
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\MultitaskMQTTExample.c">
|
<ClCompile Include="DemoTasks\MultitaskMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -485,7 +485,7 @@
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\MutualAuthMQTTExample.c" />
|
<ClCompile Include="DemoTasks\MutualAuthMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@
|
||||||
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
<ClCompile Include="..\..\..\ThirdParty\mbedtls\library\xtea.c">
|
||||||
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
<Filter>FreeRTOS+\mbedtls\library</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\MutualAuthMQTTExample.c">
|
<ClCompile Include="DemoTasks\MutualAuthMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\PlainTextMQTTExample.c" />
|
<ClCompile Include="DemoTasks\PlainTextMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
||||||
<Filter>FreeRTOS\Source</Filter>
|
<Filter>FreeRTOS\Source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\PlainTextMQTTExample.c">
|
<ClCompile Include="DemoTasks\PlainTextMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Utilities\exponential_backoff\exponential_backoff.c" />
|
<ClCompile Include="..\..\..\Source\Utilities\exponential_backoff\exponential_backoff.c" />
|
||||||
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
<ClCompile Include="..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\SerializerMQTTExample.c" />
|
<ClCompile Include="DemoTasks\SerializerMQTTExample.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
<ClCompile Include="..\..\..\..\FreeRTOS\Source\stream_buffer.c">
|
||||||
<Filter>FreeRTOS\Source</Filter>
|
<Filter>FreeRTOS\Source</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\Common\main.c" />
|
<ClCompile Include="..\Common\main.c" />
|
||||||
<ClCompile Include="DemoTasks\SerializerMQTTExample.c">
|
<ClCompile Include="DemoTasks\SerializerMQTTExample.c">
|
||||||
<Filter>DemoTasks</Filter>
|
<Filter>DemoTasks</Filter>
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@
|
||||||
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c" />
|
||||||
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt_state.c" />
|
||||||
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Source\Application-Protocols\coreMQTT\source\core_mqtt.c" />
|
||||||
<ClCompile Include="..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="..\..\Source\Application-Protocols\network_transport\freertos_plus_tcp\using_mbedtls_pkcs11\using_mbedtls_pkcs11.c" />
|
<ClCompile Include="..\..\Source\Application-Protocols\network_transport\freertos_plus_tcp\using_mbedtls_pkcs11\using_mbedtls_pkcs11.c" />
|
||||||
<ClCompile Include="..\..\Source\corePKCS11\source\core_pkcs11.c" />
|
<ClCompile Include="..\..\Source\corePKCS11\source\core_pkcs11.c" />
|
||||||
<ClCompile Include="..\..\Source\corePKCS11\source\core_pki_utils.c" />
|
<ClCompile Include="..\..\Source\corePKCS11\source\core_pki_utils.c" />
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
<Filter>Transport</Filter>
|
<Filter>Transport</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="main.c" />
|
<ClCompile Include="main.c" />
|
||||||
<ClCompile Include="..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c">
|
<ClCompile Include="..\..\..\FreeRTOS-Plus\Demo\Common\Logging\windows\Logging_WinSim.c">
|
||||||
<Filter>Common</Filter>
|
<Filter>Common</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\Source\corePKCS11\source\core_pkcs11.c">
|
<ClCompile Include="..\..\Source\corePKCS11\source\core_pkcs11.c">
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
||||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="main.c" />
|
<ClCompile Include="main.c" />
|
||||||
<ClCompile Include="Test_code\Test_Cases\test_freertos_tcp.c" />
|
<ClCompile Include="Test_code\Test_Cases\test_freertos_tcp.c" />
|
||||||
<ClCompile Include="Test_code\Test_Runner\test_runner.c" />
|
<ClCompile Include="Test_code\Test_Runner\test_runner.c" />
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
<Filter>Test_Code\Test_Runner</Filter>
|
<Filter>Test_Code\Test_Runner</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="main.c" />
|
<ClCompile Include="main.c" />
|
||||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\event_groups.h">
|
<ClInclude Include="..\..\..\..\..\FreeRTOS\Source\include\event_groups.h">
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\fixture\src\unity_fixture.c" />
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c" />
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
<ClCompile Include="..\..\..\CMock\vendor\unity\src\unity.c" />
|
||||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="Logging\run-time-stats-utils.c" />
|
<ClCompile Include="Logging\run-time-stats-utils.c" />
|
||||||
<ClCompile Include="main.c">
|
<ClCompile Include="main.c">
|
||||||
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c">
|
<ClCompile Include="..\..\..\CMock\vendor\unity\extras\memory\src\unity_memory.c">
|
||||||
<Filter>Unity</Filter>
|
<Filter>Unity</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
<ClCompile Include="..\..\..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||||
<ClCompile Include="Logging\run-time-stats-utils.c">
|
<ClCompile Include="Logging\run-time-stats-utils.c">
|
||||||
<Filter>Application Code</Filter>
|
<Filter>Application Code</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue