]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/WIN32.vcxproj
6257eb79f49bdbe892b86d26e36070a6b0820d78
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator / WIN32.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{C686325E-3261-42F7-AEB1-DDE5280E1CEB}</ProjectGuid>\r
15     <ProjectName>RTOSDemo</ProjectName>\r
16   </PropertyGroup>\r
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
19     <ConfigurationType>Application</ConfigurationType>\r
20     <UseOfMfc>false</UseOfMfc>\r
21     <CharacterSet>MultiByte</CharacterSet>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
24     <ConfigurationType>Application</ConfigurationType>\r
25     <UseOfMfc>false</UseOfMfc>\r
26     <CharacterSet>MultiByte</CharacterSet>\r
27   </PropertyGroup>\r
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
29   <ImportGroup Label="ExtensionSettings">\r
30   </ImportGroup>\r
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
33     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
34   </ImportGroup>\r
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
38   </ImportGroup>\r
39   <PropertyGroup Label="UserMacros" />\r
40   <PropertyGroup>\r
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>\r
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>\r
44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
45     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>\r
46     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>\r
47     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
48   </PropertyGroup>\r
49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
50     <Midl>\r
51       <TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName>\r
52       <HeaderFileName>\r
53       </HeaderFileName>\r
54     </Midl>\r
55     <ClCompile>\r
56       <Optimization>Disabled</Optimization>\r
57       <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>\r
58       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
59       <MinimalRebuild>true</MinimalRebuild>\r
60       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
61       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
62       <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>\r
63       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>\r
64       <ObjectFileName>.\Debug/</ObjectFileName>\r
65       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>\r
66       <WarningLevel>Level4</WarningLevel>\r
67       <SuppressStartupBanner>true</SuppressStartupBanner>\r
68       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
69       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
70     </ClCompile>\r
71     <ResourceCompile>\r
72       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
73       <Culture>0x0c09</Culture>\r
74     </ResourceCompile>\r
75     <Link>\r
76       <OutputFile>.\Debug/RTOSDemo.exe</OutputFile>\r
77       <SuppressStartupBanner>true</SuppressStartupBanner>\r
78       <GenerateDebugInformation>true</GenerateDebugInformation>\r
79       <ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile>\r
80       <SubSystem>Console</SubSystem>\r
81       <TargetMachine>MachineX86</TargetMachine>\r
82       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>\r
83       <AdditionalLibraryDirectories>.\WinPCap</AdditionalLibraryDirectories>\r
84     </Link>\r
85     <Bscmake>\r
86       <SuppressStartupBanner>true</SuppressStartupBanner>\r
87       <OutputFile>.\Debug/WIN32.bsc</OutputFile>\r
88     </Bscmake>\r
89   </ItemDefinitionGroup>\r
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
91     <Midl>\r
92       <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName>\r
93       <HeaderFileName>\r
94       </HeaderFileName>\r
95     </Midl>\r
96     <ClCompile>\r
97       <Optimization>MaxSpeed</Optimization>\r
98       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
99       <PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
100       <StringPooling>true</StringPooling>\r
101       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
102       <FunctionLevelLinking>true</FunctionLevelLinking>\r
103       <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile>\r
104       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>\r
105       <ObjectFileName>.\Release/</ObjectFileName>\r
106       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>\r
107       <WarningLevel>Level3</WarningLevel>\r
108       <SuppressStartupBanner>true</SuppressStartupBanner>\r
109       <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>\r
110     </ClCompile>\r
111     <ResourceCompile>\r
112       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
113       <Culture>0x0c09</Culture>\r
114     </ResourceCompile>\r
115     <Link>\r
116       <OutputFile>.\Release/RTOSDemo.exe</OutputFile>\r
117       <SuppressStartupBanner>true</SuppressStartupBanner>\r
118       <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile>\r
119       <SubSystem>Console</SubSystem>\r
120       <TargetMachine>MachineX86</TargetMachine>\r
121       <AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories>\r
122       <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
123     </Link>\r
124     <Bscmake>\r
125       <SuppressStartupBanner>true</SuppressStartupBanner>\r
126       <OutputFile>.\Release/WIN32.bsc</OutputFile>\r
127     </Bscmake>\r
128   </ItemDefinitionGroup>\r
129   <ItemGroup>\r
130     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c" />\r
131     <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" />\r
132     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r
133     <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" />\r
134     <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" />\r
135     <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" />\r
136     <ClCompile Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c" />\r
137     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\f_lock.c" />\r
138     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\test\test.c" />\r
139     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\psp\target\fat_sl\psp_test.c" />\r
140     <ClCompile Include="File-Releated-CLI-commands.c" />\r
141     <ClCompile Include="File-system-demo.c" />\r
142     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\dir.c" />\r
143     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\drv.c" />\r
144     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\fat.c" />\r
145     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\file.c" />\r
146     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util.c" />\r
147     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util_sfn.c" />\r
148     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\volume.c" />\r
149     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\media-drv\ram\ramdrv_f.c" />\r
150     <ClCompile Include="..\..\Source\FreeRTOS-Plus-FAT-SL\psp\target\rtc\psp_rtc.c" />\r
151     <ClCompile Include="main.c">\r
152       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
153       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
154       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
155     </ClCompile>\r
156     <ClCompile Include="Run-time-stats-utils.c" />\r
157     <ClCompile Include="Sample-CLI-commands.c" />\r
158     <ClCompile Include="UDPCommandServer.c" />\r
159   </ItemGroup>\r
160   <ItemGroup>\r
161     <ClInclude Include="..\..\..\FreeRTOS\Source\include\FreeRTOS.h" />\r
162     <ClInclude Include="..\..\..\FreeRTOS\Source\include\projdefs.h" />\r
163     <ClInclude Include="..\..\..\FreeRTOS\Source\include\queue.h" />\r
164     <ClInclude Include="..\..\..\FreeRTOS\Source\include\semphr.h" />\r
165     <ClInclude Include="..\..\..\FreeRTOS\Source\include\task.h" />\r
166     <ClInclude Include="..\..\..\FreeRTOS\Source\include\timers.h" />\r
167     <ClInclude Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.h" />\r
168     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\api\fat_sl.h" />\r
169     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\f_lock.h" />\r
170     <ClInclude Include="ConfigurationFiles\config_fat_sl.h" />\r
171     <ClInclude Include="ConfigurationFiles\config_fat_sl_test.h" />\r
172     <ClInclude Include="FreeRTOSConfig.h" />\r
173     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\dir.h" />\r
174     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\drv.h" />\r
175     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\fat.h" />\r
176     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\file.h" />\r
177     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util.h" />\r
178     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\util_sfn.h" />\r
179     <ClInclude Include="..\..\Source\FreeRTOS-Plus-FAT-SL\fat_sl\common\volume.h" />\r
180   </ItemGroup>\r
181   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
182   <ImportGroup Label="ExtensionTargets">\r
183   </ImportGroup>\r
184 </Project>