Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: experimental/windows_debugger/debugger/debug_server/debug_server.vcproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="debug_server"
6 ProjectGUID="{DAF25BA7-44FF-4A59-94BB-4B8E8DCF0181}"
7 RootNamespace="debug_server"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="1"
27 CharacterSet="2"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool"
37 />
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
40 />
41 <Tool
42 Name="VCMIDLTool"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\;&quot;..\.. \third_party/gtest-1.5.0/include&quot;"
48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 DebugInformationFormat="4"
55 />
56 <Tool
57 Name="VCManagedResourceCompilerTool"
58 />
59 <Tool
60 Name="VCResourceCompilerTool"
61 />
62 <Tool
63 Name="VCPreLinkEventTool"
64 />
65 <Tool
66 Name="VCLinkerTool"
67 AdditionalDependencies="wsock32.lib"
68 LinkIncremental="2"
69 GenerateDebugInformation="true"
70 SubSystem="1"
71 TargetMachine="1"
72 />
73 <Tool
74 Name="VCALinkTool"
75 />
76 <Tool
77 Name="VCManifestTool"
78 />
79 <Tool
80 Name="VCXDCMakeTool"
81 />
82 <Tool
83 Name="VCBscMakeTool"
84 />
85 <Tool
86 Name="VCFxCopTool"
87 />
88 <Tool
89 Name="VCAppVerifierTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Debug|x64"
97 OutputDirectory="$(SolutionDir)$(PlatformName)\$(Configu rationName)"
98 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)"
99 ConfigurationType="1"
100 CharacterSet="2"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 TargetEnvironment="3"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 Optimization="0"
121 AdditionalIncludeDirectories="..\..\;&quot;..\.. \third_party/gtest-1.5.0/include&quot;"
122 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_ WIN64"
123 MinimalRebuild="true"
124 BasicRuntimeChecks="3"
125 RuntimeLibrary="3"
126 UsePrecompiledHeader="0"
127 WarningLevel="3"
128 DebugInformationFormat="3"
129 />
130 <Tool
131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
139 <Tool
140 Name="VCLinkerTool"
141 AdditionalDependencies="wsock32.lib"
142 LinkIncremental="2"
143 GenerateDebugInformation="true"
144 SubSystem="1"
145 TargetMachine="17"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCManifestTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCAppVerifierTool"
164 />
165 <Tool
166 Name="VCPostBuildEventTool"
167 />
168 </Configuration>
169 <Configuration
170 Name="Release|Win32"
171 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
172 IntermediateDirectory="$(ConfigurationName)"
173 ConfigurationType="1"
174 CharacterSet="1"
175 WholeProgramOptimization="1"
176 >
177 <Tool
178 Name="VCPreBuildEventTool"
179 />
180 <Tool
181 Name="VCCustomBuildTool"
182 />
183 <Tool
184 Name="VCXMLDataGeneratorTool"
185 />
186 <Tool
187 Name="VCWebServiceProxyGeneratorTool"
188 />
189 <Tool
190 Name="VCMIDLTool"
191 />
192 <Tool
193 Name="VCCLCompilerTool"
194 Optimization="2"
195 EnableIntrinsicFunctions="true"
196 AdditionalIncludeDirectories="..\..\;&quot;..\.. \third_party/gtest-1.5.0/include&quot;"
197 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
198 RuntimeLibrary="2"
199 EnableFunctionLevelLinking="true"
200 UsePrecompiledHeader="0"
201 WarningLevel="3"
202 DebugInformationFormat="3"
203 />
204 <Tool
205 Name="VCManagedResourceCompilerTool"
206 />
207 <Tool
208 Name="VCResourceCompilerTool"
209 />
210 <Tool
211 Name="VCPreLinkEventTool"
212 />
213 <Tool
214 Name="VCLinkerTool"
215 LinkIncremental="1"
216 GenerateDebugInformation="true"
217 SubSystem="1"
218 OptimizeReferences="2"
219 EnableCOMDATFolding="2"
220 TargetMachine="1"
221 />
222 <Tool
223 Name="VCALinkTool"
224 />
225 <Tool
226 Name="VCManifestTool"
227 />
228 <Tool
229 Name="VCXDCMakeTool"
230 />
231 <Tool
232 Name="VCBscMakeTool"
233 />
234 <Tool
235 Name="VCFxCopTool"
236 />
237 <Tool
238 Name="VCAppVerifierTool"
239 />
240 <Tool
241 Name="VCPostBuildEventTool"
242 />
243 </Configuration>
244 <Configuration
245 Name="Release|x64"
246 OutputDirectory="$(SolutionDir)$(PlatformName)\$(Configu rationName)"
247 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa me)"
248 ConfigurationType="1"
249 CharacterSet="1"
250 WholeProgramOptimization="1"
251 >
252 <Tool
253 Name="VCPreBuildEventTool"
254 />
255 <Tool
256 Name="VCCustomBuildTool"
257 />
258 <Tool
259 Name="VCXMLDataGeneratorTool"
260 />
261 <Tool
262 Name="VCWebServiceProxyGeneratorTool"
263 />
264 <Tool
265 Name="VCMIDLTool"
266 TargetEnvironment="3"
267 />
268 <Tool
269 Name="VCCLCompilerTool"
270 Optimization="2"
271 EnableIntrinsicFunctions="true"
272 AdditionalIncludeDirectories="..\..\;&quot;..\.. \third_party/gtest-1.5.0/include&quot;"
273 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
274 RuntimeLibrary="2"
275 EnableFunctionLevelLinking="true"
276 UsePrecompiledHeader="0"
277 WarningLevel="3"
278 DebugInformationFormat="3"
279 />
280 <Tool
281 Name="VCManagedResourceCompilerTool"
282 />
283 <Tool
284 Name="VCResourceCompilerTool"
285 />
286 <Tool
287 Name="VCPreLinkEventTool"
288 />
289 <Tool
290 Name="VCLinkerTool"
291 LinkIncremental="1"
292 GenerateDebugInformation="true"
293 SubSystem="1"
294 OptimizeReferences="2"
295 EnableCOMDATFolding="2"
296 TargetMachine="17"
297 />
298 <Tool
299 Name="VCALinkTool"
300 />
301 <Tool
302 Name="VCManifestTool"
303 />
304 <Tool
305 Name="VCXDCMakeTool"
306 />
307 <Tool
308 Name="VCBscMakeTool"
309 />
310 <Tool
311 Name="VCFxCopTool"
312 />
313 <Tool
314 Name="VCAppVerifierTool"
315 />
316 <Tool
317 Name="VCPostBuildEventTool"
318 />
319 </Configuration>
320 </Configurations>
321 <References>
322 </References>
323 <Files>
324 <Filter
325 Name="Source Files"
326 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
327 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
328 >
329 <File
330 RelativePath="..\core\debug_api.cc"
331 >
332 </File>
333 <File
334 RelativePath="..\base\debug_blob.cc"
335 >
336 </File>
337 <File
338 RelativePath="..\core\debug_breakpoint.cc"
339 >
340 </File>
341 <File
342 RelativePath="..\base\debug_command_line.cc"
343 >
344 </File>
345 <File
346 RelativePath="..\core\debug_event.cc"
347 >
348 </File>
349 <File
350 RelativePath="..\core\debug_execution_engine.cc"
351 >
352 </File>
353 <File
354 RelativePath="..\core\debug_logger.cc"
355 >
356 </File>
357 <File
358 RelativePath=".\debug_server.cc"
359 >
360 </File>
361 <File
362 RelativePath=".\debug_server_main.cc"
363 >
364 </File>
365 <File
366 RelativePath="..\base\debug_socket.cc"
367 >
368 </File>
369 <File
370 RelativePath="..\base\debug_system.cc"
371 >
372 </File>
373 <File
374 RelativePath="..\base\debug_utils.cpp"
375 >
376 </File>
377 <File
378 RelativePath="..\core\debuggee_process.cc"
379 >
380 </File>
381 <File
382 RelativePath="..\core\debuggee_thread.cc"
383 >
384 </File>
385 <File
386 RelativePath="..\rsp\rsp_packet.cc"
387 >
388 </File>
389 <File
390 RelativePath="..\rsp\rsp_packet_util.cc"
391 >
392 </File>
393 <File
394 RelativePath="..\rsp\rsp_packetizer.cc"
395 >
396 </File>
397 </Filter>
398 <Filter
399 Name="Header Files"
400 Filter="h;hpp;hxx;hm;inl;inc;xsd"
401 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
402 >
403 <File
404 RelativePath="..\core\debug_api.h"
405 >
406 </File>
407 <File
408 RelativePath="..\base\debug_blob.h"
409 >
410 </File>
411 <File
412 RelativePath="..\core\debug_breakpoint.h"
413 >
414 </File>
415 <File
416 RelativePath="..\core\debug_event.h"
417 >
418 </File>
419 <File
420 RelativePath="..\core\debug_execution_engine.h"
421 >
422 </File>
423 <File
424 RelativePath="..\core\debug_logger.h"
425 >
426 </File>
427 <File
428 RelativePath=".\debug_server.h"
429 >
430 </File>
431 <File
432 RelativePath="..\base\debug_socket.h"
433 >
434 </File>
435 <File
436 RelativePath="..\core\debuggee_process.h"
437 >
438 </File>
439 <File
440 RelativePath="..\core\debuggee_thread.h"
441 >
442 </File>
443 <File
444 RelativePath="..\rsp\rsp_packet.h"
445 >
446 </File>
447 <File
448 RelativePath="..\rsp\rsp_packetizer.h"
449 >
450 </File>
451 </Filter>
452 <Filter
453 Name="Resource Files"
454 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
455 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
456 >
457 </Filter>
458 </Files>
459 <Globals>
460 </Globals>
461 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698