blob: e7e212cd11be726df2fa61f85e05b986406327ca [file] [log] [blame]
mleach228a5e02015-07-27 17:38:00 +01001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
mleach160dcff2015-12-07 15:27:44 +00004 <ProjectConfiguration Include="Debug-dll|Win32">
5 <Configuration>Debug-dll</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug-dll|x64">
9 <Configuration>Debug-dll</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
mleach228a5e02015-07-27 17:38:00 +010012 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
mleach160dcff2015-12-07 15:27:44 +000020 <ProjectConfiguration Include="Release-dll|Win32">
21 <Configuration>Release-dll</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release-dll|x64">
25 <Configuration>Release-dll</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
mleach228a5e02015-07-27 17:38:00 +010028 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{18ABC652-AB11-4993-9491-1A7FB7117339}</ProjectGuid>
39 <Keyword>Win32Proj</Keyword>
40 <RootNamespace>trc_pkt_lister</RootNamespace>
41 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <CharacterSet>MultiByte</CharacterSet>
47 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +000048 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|Win32'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <CharacterSet>MultiByte</CharacterSet>
52 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +010053 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
54 <ConfigurationType>Application</ConfigurationType>
55 <UseDebugLibraries>true</UseDebugLibraries>
56 <CharacterSet>MultiByte</CharacterSet>
57 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +000058 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|x64'" Label="Configuration">
59 <ConfigurationType>Application</ConfigurationType>
60 <UseDebugLibraries>true</UseDebugLibraries>
61 <CharacterSet>MultiByte</CharacterSet>
62 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +010063 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
64 <ConfigurationType>Application</ConfigurationType>
65 <UseDebugLibraries>false</UseDebugLibraries>
66 <WholeProgramOptimization>true</WholeProgramOptimization>
67 <CharacterSet>MultiByte</CharacterSet>
68 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +000069 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|Win32'" Label="Configuration">
70 <ConfigurationType>Application</ConfigurationType>
71 <UseDebugLibraries>false</UseDebugLibraries>
72 <WholeProgramOptimization>true</WholeProgramOptimization>
73 <CharacterSet>MultiByte</CharacterSet>
74 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +010075 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <UseDebugLibraries>false</UseDebugLibraries>
78 <WholeProgramOptimization>true</WholeProgramOptimization>
79 <CharacterSet>MultiByte</CharacterSet>
80 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +000081 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|x64'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <UseDebugLibraries>false</UseDebugLibraries>
84 <WholeProgramOptimization>true</WholeProgramOptimization>
85 <CharacterSet>MultiByte</CharacterSet>
86 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +010087 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
88 <ImportGroup Label="ExtensionSettings">
89 </ImportGroup>
90 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92 </ImportGroup>
mleach160dcff2015-12-07 15:27:44 +000093 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|Win32'" Label="PropertySheets">
94 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95 </ImportGroup>
mleach228a5e02015-07-27 17:38:00 +010096 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
97 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98 </ImportGroup>
mleach160dcff2015-12-07 15:27:44 +000099 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|x64'" Label="PropertySheets">
100 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
101 </ImportGroup>
mleach228a5e02015-07-27 17:38:00 +0100102 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
103 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
104 </ImportGroup>
mleach160dcff2015-12-07 15:27:44 +0000105 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|Win32'" Label="PropertySheets">
106 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107 </ImportGroup>
mleach228a5e02015-07-27 17:38:00 +0100108 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
109 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110 </ImportGroup>
mleach160dcff2015-12-07 15:27:44 +0000111 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|x64'" Label="PropertySheets">
112 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113 </ImportGroup>
mleach228a5e02015-07-27 17:38:00 +0100114 <PropertyGroup Label="UserMacros" />
115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
116 <LinkIncremental>true</LinkIncremental>
mleachf1acc382015-09-14 17:27:05 +0100117 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir>
mleach160dcff2015-12-07 15:27:44 +0000118 <IntDir>$(Platform)\$(Configuration)\</IntDir>
119 </PropertyGroup>
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|Win32'">
121 <LinkIncremental>true</LinkIncremental>
122 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir>
mleach228a5e02015-07-27 17:38:00 +0100123 </PropertyGroup>
124 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
125 <LinkIncremental>true</LinkIncremental>
mleachf1acc382015-09-14 17:27:05 +0100126 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir>
mleach228a5e02015-07-27 17:38:00 +0100127 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +0000128 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|x64'">
129 <LinkIncremental>true</LinkIncremental>
130 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\dbg\</OutDir>
131 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +0100132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <LinkIncremental>false</LinkIncremental>
mleachf1acc382015-09-14 17:27:05 +0100134 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\rel\</OutDir>
mleach160dcff2015-12-07 15:27:44 +0000135 <IntDir>$(Platform)\$(Configuration)\</IntDir>
136 </PropertyGroup>
137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|Win32'">
138 <LinkIncremental>false</LinkIncremental>
139 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\rel\</OutDir>
mleach228a5e02015-07-27 17:38:00 +0100140 </PropertyGroup>
141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
142 <LinkIncremental>false</LinkIncremental>
mleachf1acc382015-09-14 17:27:05 +0100143 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\rel\</OutDir>
mleach228a5e02015-07-27 17:38:00 +0100144 </PropertyGroup>
mleach160dcff2015-12-07 15:27:44 +0000145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|x64'">
146 <LinkIncremental>false</LinkIncremental>
147 <OutDir>..\..\..\bin\win$(PlatformArchitecture)\rel\</OutDir>
148 </PropertyGroup>
mleach228a5e02015-07-27 17:38:00 +0100149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
150 <ClCompile>
151 <PrecompiledHeader>
152 </PrecompiledHeader>
153 <WarningLevel>Level3</WarningLevel>
154 <Optimization>Disabled</Optimization>
155 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
157 </ClCompile>
158 <Link>
159 <SubSystem>Console</SubSystem>
160 <GenerateDebugInformation>true</GenerateDebugInformation>
161 </Link>
162 </ItemDefinitionGroup>
mleach160dcff2015-12-07 15:27:44 +0000163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|Win32'">
164 <ClCompile>
165 <PrecompiledHeader>
166 </PrecompiledHeader>
167 <WarningLevel>Level3</WarningLevel>
168 <Optimization>Disabled</Optimization>
169 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
171 </ClCompile>
172 <Link>
173 <SubSystem>Console</SubSystem>
174 <GenerateDebugInformation>true</GenerateDebugInformation>
175 </Link>
176 </ItemDefinitionGroup>
mleach228a5e02015-07-27 17:38:00 +0100177 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
178 <ClCompile>
179 <PrecompiledHeader>
180 </PrecompiledHeader>
181 <WarningLevel>Level3</WarningLevel>
182 <Optimization>Disabled</Optimization>
183 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
185 </ClCompile>
186 <Link>
187 <SubSystem>Console</SubSystem>
188 <GenerateDebugInformation>true</GenerateDebugInformation>
189 </Link>
190 </ItemDefinitionGroup>
mleach160dcff2015-12-07 15:27:44 +0000191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dll|x64'">
192 <ClCompile>
193 <PrecompiledHeader>
194 </PrecompiledHeader>
195 <WarningLevel>Level3</WarningLevel>
196 <Optimization>Disabled</Optimization>
197 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
198 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
199 </ClCompile>
200 <Link>
201 <SubSystem>Console</SubSystem>
202 <GenerateDebugInformation>true</GenerateDebugInformation>
203 </Link>
204 </ItemDefinitionGroup>
mleach228a5e02015-07-27 17:38:00 +0100205 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
206 <ClCompile>
207 <WarningLevel>Level3</WarningLevel>
208 <PrecompiledHeader>
209 </PrecompiledHeader>
210 <Optimization>MaxSpeed</Optimization>
211 <FunctionLevelLinking>true</FunctionLevelLinking>
212 <IntrinsicFunctions>true</IntrinsicFunctions>
213 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
215 </ClCompile>
216 <Link>
217 <SubSystem>Console</SubSystem>
218 <GenerateDebugInformation>true</GenerateDebugInformation>
219 <EnableCOMDATFolding>true</EnableCOMDATFolding>
220 <OptimizeReferences>true</OptimizeReferences>
221 </Link>
222 </ItemDefinitionGroup>
mleach160dcff2015-12-07 15:27:44 +0000223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|Win32'">
224 <ClCompile>
225 <WarningLevel>Level3</WarningLevel>
226 <PrecompiledHeader>
227 </PrecompiledHeader>
228 <Optimization>MaxSpeed</Optimization>
229 <FunctionLevelLinking>true</FunctionLevelLinking>
230 <IntrinsicFunctions>true</IntrinsicFunctions>
231 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
233 </ClCompile>
234 <Link>
235 <SubSystem>Console</SubSystem>
236 <GenerateDebugInformation>true</GenerateDebugInformation>
237 <EnableCOMDATFolding>true</EnableCOMDATFolding>
238 <OptimizeReferences>true</OptimizeReferences>
239 </Link>
240 </ItemDefinitionGroup>
mleach228a5e02015-07-27 17:38:00 +0100241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
242 <ClCompile>
243 <WarningLevel>Level3</WarningLevel>
244 <PrecompiledHeader>
245 </PrecompiledHeader>
246 <Optimization>MaxSpeed</Optimization>
247 <FunctionLevelLinking>true</FunctionLevelLinking>
248 <IntrinsicFunctions>true</IntrinsicFunctions>
249 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
250 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
251 </ClCompile>
252 <Link>
253 <SubSystem>Console</SubSystem>
254 <GenerateDebugInformation>true</GenerateDebugInformation>
255 <EnableCOMDATFolding>true</EnableCOMDATFolding>
256 <OptimizeReferences>true</OptimizeReferences>
257 </Link>
258 </ItemDefinitionGroup>
mleach160dcff2015-12-07 15:27:44 +0000259 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-dll|x64'">
260 <ClCompile>
261 <WarningLevel>Level3</WarningLevel>
262 <PrecompiledHeader>
263 </PrecompiledHeader>
264 <Optimization>MaxSpeed</Optimization>
265 <FunctionLevelLinking>true</FunctionLevelLinking>
266 <IntrinsicFunctions>true</IntrinsicFunctions>
267 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\snapshot_parser_lib\include</AdditionalIncludeDirectories>
269 </ClCompile>
270 <Link>
271 <SubSystem>Console</SubSystem>
272 <GenerateDebugInformation>true</GenerateDebugInformation>
273 <EnableCOMDATFolding>true</EnableCOMDATFolding>
274 <OptimizeReferences>true</OptimizeReferences>
275 </Link>
276 </ItemDefinitionGroup>
mleach228a5e02015-07-27 17:38:00 +0100277 <ItemGroup>
mleach8fd110f2015-08-04 17:58:46 +0100278 <ClCompile Include="..\..\..\source\raw_frame_printer.cpp" />
mleach228a5e02015-07-27 17:38:00 +0100279 <ClCompile Include="..\..\..\source\trc_pkt_lister.cpp" />
280 </ItemGroup>
281 <ItemGroup>
282 <ProjectReference Include="..\..\..\..\build\win\ref_trace_decode_lib\ref_trace_decode_lib.vcxproj">
283 <Project>{7f500891-cc76-405f-933f-f682bc39f923}</Project>
284 </ProjectReference>
285 <ProjectReference Include="..\snapshot_parser_lib\snapshot_parser_lib.vcxproj">
286 <Project>{de1f395d-4f53-42fb-8aef-993a4bf7e411}</Project>
287 </ProjectReference>
288 </ItemGroup>
289 <ItemGroup>
mleachf1acc382015-09-14 17:27:05 +0100290 <ClInclude Include="..\..\..\source\gen_elem_printer.h" />
mleach228a5e02015-07-27 17:38:00 +0100291 <ClInclude Include="..\..\..\source\item_printer.h" />
292 <ClInclude Include="..\..\..\source\pkt_printer_t.h" />
mleach8fd110f2015-08-04 17:58:46 +0100293 <ClInclude Include="..\..\..\source\raw_frame_printer.h" />
mleach228a5e02015-07-27 17:38:00 +0100294 </ItemGroup>
295 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
296 <ImportGroup Label="ExtensionTargets">
297 </ImportGroup>
298</Project>