]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WIN32.vcxproj
Update trace recorder code.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_TCP_Minimal_Windows_Simulator / WIN32.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.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     <PlatformToolset>v140</PlatformToolset>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
25     <ConfigurationType>Application</ConfigurationType>\r
26     <UseOfMfc>false</UseOfMfc>\r
27     <CharacterSet>MultiByte</CharacterSet>\r
28     <PlatformToolset>v140</PlatformToolset>\r
29   </PropertyGroup>\r
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31   <ImportGroup Label="ExtensionSettings">\r
32   </ImportGroup>\r
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
36   </ImportGroup>\r
37   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
39     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />\r
40   </ImportGroup>\r
41   <PropertyGroup Label="UserMacros" />\r
42   <PropertyGroup>\r
43     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
44     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>\r
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>\r
46     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
47     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>\r
48     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>\r
49     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
50     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>\r
51   </PropertyGroup>\r
52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
53     <Midl>\r
54       <TypeLibraryName>.\Debug/WIN32.tlb</TypeLibraryName>\r
55       <HeaderFileName>\r
56       </HeaderFileName>\r
57     </Midl>\r
58     <ClCompile>\r
59       <Optimization>Disabled</Optimization>\r
60       <AdditionalIncludeDirectories>..\..\Source\FreeRTOS-Plus-FAT\include;..\..\Source\FreeRTOS-Plus-FAT\portable\common;..\..\Source\FreeRTOS-Plus-TCP\protocols\include;..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement;.\DemoTasks\include;..\..\Source\FreeRTOS-Plus-TCP\portable\Compiler\MSVC;.\WinPCap;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\Source\FreeRTOS-Plus-CLI;.\TraceMacros\Example1;..\..\Source\FreeRTOS-Plus-TCP\include;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
61       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0500;WINVER=0x400;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
62       <MinimalRebuild>true</MinimalRebuild>\r
63       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
64       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
65       <PrecompiledHeaderOutputFile>.\Debug/WIN32.pch</PrecompiledHeaderOutputFile>\r
66       <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>\r
67       <ObjectFileName>.\Debug/</ObjectFileName>\r
68       <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>\r
69       <WarningLevel>Level4</WarningLevel>\r
70       <SuppressStartupBanner>true</SuppressStartupBanner>\r
71       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
72       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
73       <AdditionalOptions>/wd4210 /wd4127 /wd4214 /wd4201 /wd4244  /wd4310 %(AdditionalOptions)</AdditionalOptions>\r
74       <BrowseInformation>true</BrowseInformation>\r
75       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
76       <ExceptionHandling>false</ExceptionHandling>\r
77       <CompileAs>CompileAsC</CompileAs>\r
78     </ClCompile>\r
79     <ResourceCompile>\r
80       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
81       <Culture>0x0c09</Culture>\r
82     </ResourceCompile>\r
83     <Link>\r
84       <OutputFile>.\Debug/RTOSDemo.exe</OutputFile>\r
85       <SuppressStartupBanner>true</SuppressStartupBanner>\r
86       <GenerateDebugInformation>true</GenerateDebugInformation>\r
87       <ProgramDatabaseFile>.\Debug/WIN32.pdb</ProgramDatabaseFile>\r
88       <SubSystem>Console</SubSystem>\r
89       <TargetMachine>MachineX86</TargetMachine>\r
90       <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
91       <AdditionalLibraryDirectories>.\WinPCap</AdditionalLibraryDirectories>\r
92       <Profile>false</Profile>\r
93     </Link>\r
94     <Bscmake>\r
95       <SuppressStartupBanner>true</SuppressStartupBanner>\r
96       <OutputFile>.\Debug/WIN32.bsc</OutputFile>\r
97     </Bscmake>\r
98   </ItemDefinitionGroup>\r
99   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
100     <Midl>\r
101       <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName>\r
102       <HeaderFileName>\r
103       </HeaderFileName>\r
104     </Midl>\r
105     <ClCompile>\r
106       <Optimization>MaxSpeed</Optimization>\r
107       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
108       <PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
109       <StringPooling>true</StringPooling>\r
110       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
111       <FunctionLevelLinking>true</FunctionLevelLinking>\r
112       <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile>\r
113       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>\r
114       <ObjectFileName>.\Release/</ObjectFileName>\r
115       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>\r
116       <WarningLevel>Level3</WarningLevel>\r
117       <SuppressStartupBanner>true</SuppressStartupBanner>\r
118       <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
119     </ClCompile>\r
120     <ResourceCompile>\r
121       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
122       <Culture>0x0c09</Culture>\r
123     </ResourceCompile>\r
124     <Link>\r
125       <OutputFile>.\Release/RTOSDemo.exe</OutputFile>\r
126       <SuppressStartupBanner>true</SuppressStartupBanner>\r
127       <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile>\r
128       <SubSystem>Console</SubSystem>\r
129       <TargetMachine>MachineX86</TargetMachine>\r
130       <AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories>\r
131       <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
132     </Link>\r
133     <Bscmake>\r
134       <SuppressStartupBanner>true</SuppressStartupBanner>\r
135       <OutputFile>.\Release/WIN32.bsc</OutputFile>\r
136     </Bscmake>\r
137   </ItemDefinitionGroup>\r
138   <ItemGroup>\r
139     <ClCompile Include="..\..\..\FreeRTOS\Source\event_groups.c" />\r
140     <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" />\r
141     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_4.c" />\r
142     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r
143     <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" />\r
144     <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" />\r
145     <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" />\r
146     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_ARP.c" />\r
147     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DHCP.c" />\r
148     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_DNS.c" />\r
149     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_IP.c" />\r
150     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Sockets.c" />\r
151     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c" />\r
152     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_IP.c" />\r
153     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_TCP_WIN.c" />\r
154     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />\r
155     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement\BufferAllocation_2.c" />\r
156     <ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />\r
157     <ClCompile Include="DemoTasks\SimpleTCPEchoServer.c" />\r
158     <ClCompile Include="DemoTasks\TCPEchoClient_SingleTasks.c" />\r
159     <ClCompile Include="DemoTasks\SimpleUDPClientAndServer.c" />\r
160     <ClCompile Include="demo_logging.c" />\r
161     <ClCompile Include="main.c">\r
162       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
163       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
164       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
165     </ClCompile>\r
166   </ItemGroup>\r
167   <ItemGroup>\r
168     <ClInclude Include="..\..\..\FreeRTOS\Source\include\event_groups.h" />\r
169     <ClInclude Include="..\..\..\FreeRTOS\Source\include\FreeRTOS.h" />\r
170     <ClInclude Include="..\..\..\FreeRTOS\Source\include\portable.h" />\r
171     <ClInclude Include="..\..\..\FreeRTOS\Source\include\projdefs.h" />\r
172     <ClInclude Include="..\..\..\FreeRTOS\Source\include\queue.h" />\r
173     <ClInclude Include="..\..\..\FreeRTOS\Source\include\semphr.h" />\r
174     <ClInclude Include="..\..\..\FreeRTOS\Source\include\task.h" />\r
175     <ClInclude Include="..\..\..\FreeRTOS\Source\include\timers.h" />\r
176     <ClInclude Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\portmacro.h" />\r
177     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOSIPConfigDefaults.h" />\r
178     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_ARP.h" />\r
179     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DHCP.h" />\r
180     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_DNS.h" />\r
181     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP.h" />\r
182     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_IP_Private.h" />\r
183     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Sockets.h" />\r
184     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_Stream_Buffer.h" />\r
185     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_IP.h" />\r
186     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_TCP_WIN.h" />\r
187     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\FreeRTOS_UDP_IP.h" />\r
188     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\IPTraceMacroDefaults.h" />\r
189     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\NetworkBufferManagement.h" />\r
190     <ClInclude Include="..\..\Source\FreeRTOS-Plus-TCP\include\NetworkInterface.h" />\r
191     <ClInclude Include="FreeRTOSConfig.h" />\r
192     <ClInclude Include="FreeRTOSIPConfig.h" />\r
193   </ItemGroup>\r
194   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
195   <ImportGroup Label="ExtensionTargets">\r
196   </ImportGroup>\r
197 </Project>