mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-06 21:24:28 +00:00
213 lines
14 KiB
XML
213 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<ProjectGuid>{C90E6CC5-818B-4C97-8876-0986D989387C}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LibraryPath>..\ThirdParty\winpcap\lib\x86;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LibraryPath>..\ThirdParty\winpcap\lib\x86;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutDir>build\$(ProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
|
<PublicIncludeDirectories>..\Source\FreeRTOS-Plus-TCP\source\portable\NetworkInterface\WinPCap;..\Source\FreeRTOS-Plus-TCP\source\portable\Compiler\MSVC;.;..\Source\FreeRTOS-Plus-TCP\source\include;$(PublicIncludeDirectories)</PublicIncludeDirectories>
|
|
<AllProjectIncludesArePublic>true</AllProjectIncludesArePublic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ReferencePath>..\ThirdParty\winpcap\lib\x64;$(ReferencePath)</ReferencePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ReferencePath>..\ThirdParty\winpcap\lib\x64;$(ReferencePath)</ReferencePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<Optimization>Disabled</Optimization>
|
|
</ClCompile>
|
|
<Link>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\Source\FreeRTOS-Plus-TCP\source\portable\Compiler\MSVC;$(ProjectDir)..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\include;$(ProjectDir)..\Source\FreeRTOS-Plus-TCP\source\include;$(ProjectDir)..\ThirdParty\winpcap\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
<Lib>
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_ARP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DHCP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DNS.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DNS_Cache.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DNS_Callback.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DNS_Networking.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_DNS_Parser.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_ICMP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_IP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_IP_Timers.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_IP_Utils.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_Sockets.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_Stream_Buffer.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_IP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_Reception.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_State_Handling.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_Transmission.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_Utils.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_TCP_WIN.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_Tiny_TCP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\FreeRTOS_UDP_IP.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\portable\BufferManagement\BufferAllocation_2.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\source\portable\NetworkInterface\WinPCap\NetworkInterface.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\tcp_dump_packets.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\tcp_mem_stats.c" />
|
|
<ClCompile Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\tcp_netstat.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOSIPConfigDefaults.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_ARP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DHCP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS_Cache.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS_Callback.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS_Globals.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS_Networking.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_DNS_Parser.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_errno_TCP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_ICMP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_IP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_IP_Private.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_IP_Timers.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_IP_Utils.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_Sockets.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_Stream_Buffer.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_IP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_Reception.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_State_Handling.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_Transmission.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_Utils.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_TCP_WIN.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\FreeRTOS_UDP_IP.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\IPTraceMacroDefaults.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\NetworkBufferManagement.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\include\NetworkInterface.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\portable\Compiler\MSVC\pack_struct_end.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\source\portable\Compiler\MSVC\pack_struct_start.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\include\tcp_dump_packets.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\include\tcp_mem_stats.h" />
|
|
<ClInclude Include="..\Source\FreeRTOS-Plus-TCP\tools\tcp_utilities\include\tcp_netstat.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\bittypes.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\ip6_misc.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\Packet32.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap-bpf.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap-namedb.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap-stdinc.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\bluetooth.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\bpf.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\namedb.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\pcap.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\sll.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\usb.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\pcap\vlan.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\remote-ext.h" />
|
|
<ClInclude Include="..\ThirdParty\winpcap\include\Win32-Extensions.h" />
|
|
<ClInclude Include="FreeRTOSIPConfig.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="FreeRTOS-Kernel.vcxproj">
|
|
<Project>{72c209c4-49a4-4942-a201-44706c9d77ec}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |