| <?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>..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\Source\FreeRTOS-Plus-CLI;.;.\..\..\Source\FreeRTOS-Plus-FAT-SL\api;.\..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\test;.\ConfigurationFiles;%(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> | |
| </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>%(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-FAT-SL\fat_sl\common\f_lock.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\test\test.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\psp\target\fat_sl\psp_test.c" /> | |
| <ClCompile Include="File-Releated-CLI-commands.c" /> | |
| <ClCompile Include="File-system-demo.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\dir.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\drv.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\fat.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\file.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util_sfn.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\volume.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\media-drv\ram\ramdrv_f.c" /> | |
| <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\psp\target\rtc\psp_rtc.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" /> | |
| <ClCompile Include="Sample-CLI-commands.c" /> | |
| <ClCompile Include="UDPCommandServer.c" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\FreeRTOS.h" /> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\projdefs.h" /> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\queue.h" /> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\semphr.h" /> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\task.h" /> | |
| <ClInclude Include="..\..\..\FreeRTOS\Source\include\timers.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\api\fat_sl.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\f_lock.h" /> | |
| <ClInclude Include="ConfigurationFiles\config_fat_sl.h" /> | |
| <ClInclude Include="ConfigurationFiles\config_fat_sl_test.h" /> | |
| <ClInclude Include="FreeRTOSConfig.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\dir.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\drv.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\fat.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\file.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util_sfn.h" /> | |
| <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\volume.h" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |