| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" 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> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid> | |
| <ProjectName>RTOSDemo</ProjectName> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup> | |
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> | |
| <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Midl> | |
| <TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName> | |
| <HeaderFileName> | |
| </HeaderFileName> | |
| </Midl> | |
| <ClCompile> | |
| <Optimization>Disabled</Optimization> | |
| <AdditionalIncludeDirectories>.\Trace_Recorder_Configuration;..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients;..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1;..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement;.\DemoTasks\include;..\..\Source\FreeRTOS-Plus-UDP\portable\Compiler\MSVC;.\WinPCap;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\Source\FreeRTOS-Plus-CLI;..\..\Source\FreeRTOS-Plus-Trace\Include;..\..\Source\FreeRTOS-Plus-UDP\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <MinimalRebuild>true</MinimalRebuild> | |
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile> | |
| <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> | |
| <ObjectFileName>.\Debug/</ObjectFileName> | |
| <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> | |
| <WarningLevel>Level4</WarningLevel> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| <AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions> | |
| </ClCompile> | |
| <ResourceCompile> | |
| <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <Culture>0x0c09</Culture> | |
| </ResourceCompile> | |
| <Link> | |
| <OutputFile>.\Debug/RTOSDemo.exe</OutputFile> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile> | |
| <SubSystem>Console</SubSystem> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| <AdditionalLibraryDirectories>.\WinPCap</AdditionalLibraryDirectories> | |
| </Link> | |
| <Bscmake> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <OutputFile>.\Debug/WIN32.bsc</OutputFile> | |
| </Bscmake> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <Midl> | |
| <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName> | |
| <HeaderFileName> | |
| </HeaderFileName> | |
| </Midl> | |
| <ClCompile> | |
| <Optimization>MaxSpeed</Optimization> | |
| <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
| <PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <StringPooling>true</StringPooling> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile> | |
| <AssemblerListingLocation>.\Release/</AssemblerListingLocation> | |
| <ObjectFileName>.\Release/</ObjectFileName> | |
| <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> | |
| <WarningLevel>Level3</WarningLevel> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <AdditionalIncludeDirectories>..\Common\Utils;..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap;..\Common\ethernet\lwip-1.4.0\src\include\ipv4;..\Common\ethernet\lwip-1.4.0\src\include;..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\ethernet\lwip-1.4.0\ports\win32\include;..\Common\Include;.\lwIP_Apps;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| </ClCompile> | |
| <ResourceCompile> | |
| <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <Culture>0x0c09</Culture> | |
| </ResourceCompile> | |
| <Link> | |
| <OutputFile>.\Release/RTOSDemo.exe</OutputFile> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile> | |
| <SubSystem>Console</SubSystem> | |
| <TargetMachine>MachineX86</TargetMachine> | |
| <AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories> | |
| <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| </Link> | |
| <Bscmake> | |
| <SuppressStartupBanner>true</SuppressStartupBanner> | |
| <OutputFile>.\Release/WIN32.bsc</OutputFile> | |
| </Bscmake> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c" /> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" /> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" /> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" /> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" /> | |
| <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DHCP.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_DNS.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_Sockets.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\FreeRTOS_UDP_IP.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\BufferManagement\BufferAllocation_2.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-UDP\portable\NetworkInterface\WinPCap\NetworkInterface.c" /> | |
| <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\CLICommands\CLI-commands.c" /> | |
| <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\EchoClients\TwoEchoClients.c" /> | |
| <ClCompile Include="..\Common\FreeRTOS_Plus_UDP_Demos\TraceMacros\Example1\DemoIPTrace.c" /> | |
| <ClCompile Include="DemoTasks\SelectServer.c" /> | |
| <ClCompile Include="DemoTasks\SimpleClientAndServer.c" /> | |
| <ClCompile Include="DemoTasks\UDPCommandServer.c" /> | |
| <ClCompile Include="main.c"> | |
| <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| <ClCompile Include="Run-time-stats-utils.c" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_DNS.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_Sockets.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\FreeRTOS_UDP_IP.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-UDP\include\NetworkInterface.h" /> | |
| <ClInclude Include="FreeRTOSConfig.h" /> | |
| <ClInclude Include="FreeRTOSIPConfig.h" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |