]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/WIN32.vcxproj
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_CLI_with_Trace_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   </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>..\..\Source\FreeRTOS-Plus-Trace\Include;..\..\..\FreeRTOS\Source\include;..\..\..\FreeRTOS\Source\portable\MSVC-MingW;..\..\Source\FreeRTOS-Plus-CLI;.\Trace_Recorder_Configuration;.;%(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>\r
84       </AdditionalLibraryDirectories>\r
85     </Link>\r
86     <Bscmake>\r
87       <SuppressStartupBanner>true</SuppressStartupBanner>\r
88       <OutputFile>.\Debug/WIN32.bsc</OutputFile>\r
89     </Bscmake>\r
90   </ItemDefinitionGroup>\r
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
92     <Midl>\r
93       <TypeLibraryName>.\Release/WIN32.tlb</TypeLibraryName>\r
94       <HeaderFileName>\r
95       </HeaderFileName>\r
96     </Midl>\r
97     <ClCompile>\r
98       <Optimization>MaxSpeed</Optimization>\r
99       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>\r
100       <PreprocessorDefinitions>_WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
101       <StringPooling>true</StringPooling>\r
102       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>\r
103       <FunctionLevelLinking>true</FunctionLevelLinking>\r
104       <PrecompiledHeaderOutputFile>.\Release/WIN32.pch</PrecompiledHeaderOutputFile>\r
105       <AssemblerListingLocation>.\Release/</AssemblerListingLocation>\r
106       <ObjectFileName>.\Release/</ObjectFileName>\r
107       <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>\r
108       <WarningLevel>Level3</WarningLevel>\r
109       <SuppressStartupBanner>true</SuppressStartupBanner>\r
110       <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
111     </ClCompile>\r
112     <ResourceCompile>\r
113       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
114       <Culture>0x0c09</Culture>\r
115     </ResourceCompile>\r
116     <Link>\r
117       <OutputFile>.\Release/RTOSDemo.exe</OutputFile>\r
118       <SuppressStartupBanner>true</SuppressStartupBanner>\r
119       <ProgramDatabaseFile>.\Release/WIN32.pdb</ProgramDatabaseFile>\r
120       <SubSystem>Console</SubSystem>\r
121       <TargetMachine>MachineX86</TargetMachine>\r
122       <AdditionalLibraryDirectories>..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap</AdditionalLibraryDirectories>\r
123       <AdditionalDependencies>wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
124     </Link>\r
125     <Bscmake>\r
126       <SuppressStartupBanner>true</SuppressStartupBanner>\r
127       <OutputFile>.\Release/WIN32.bsc</OutputFile>\r
128     </Bscmake>\r
129   </ItemDefinitionGroup>\r
130   <ItemGroup>\r
131     <ClCompile Include="..\..\..\FreeRTOS\Source\list.c" />\r
132     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MemMang\heap_3.c" />\r
133     <ClCompile Include="..\..\..\FreeRTOS\Source\portable\MSVC-MingW\port.c" />\r
134     <ClCompile Include="..\..\..\FreeRTOS\Source\queue.c" />\r
135     <ClCompile Include="..\..\..\FreeRTOS\Source\tasks.c" />\r
136     <ClCompile Include="..\..\..\FreeRTOS\Source\timers.c" />\r
137     <ClCompile Include="..\..\Source\FreeRTOS-Plus-CLI\FreeRTOS_CLI.c" />\r
138     <ClCompile Include="..\..\Source\FreeRTOS-Plus-Trace\trcKernelPort.c" />\r
139     <ClCompile Include="..\..\Source\FreeRTOS-Plus-Trace\trcSnapshotRecorder.c" />\r
140     <ClCompile Include="..\..\Source\FreeRTOS-Plus-Trace\trcStreamingRecorder.c" />\r
141     <ClCompile Include="CLI-commands.c" />\r
142     <ClCompile Include="main.c">\r
143       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
144       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
145       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
146     </ClCompile>\r
147     <ClCompile Include="Run-time-stats-utils.c" />\r
148     <ClCompile Include="UDPCommandServer.c" />\r
149   </ItemGroup>\r
150   <ItemGroup>\r
151     <ClInclude Include="FreeRTOSConfig.h" />\r
152     <ClInclude Include="Trace_Recorder_Configuration\trcConfig.h" />\r
153     <ClInclude Include="Trace_Recorder_Configuration\trcSnapshotConfig.h" />\r
154   </ItemGroup>\r
155   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
156   <ImportGroup Label="ExtensionTargets">\r
157   </ImportGroup>\r
158 </Project>