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

Side by Side Diff: breakpad/breakpad_sender.vcproj

Issue 18717: Generate additional .vcproj files in miscellaneous top-level components.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « breakpad/breakpad_sender.scons ('k') | google_update/SConscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="breakpad_sender" 5 Name="breakpad_sender"
6 ProjectGUID="{9946A048-043B-4F8F-9E07-9297B204714C}" 6 ProjectGUID="{9946A048-043B-4F8F-9E07-9297B204714C}"
7 RootNamespace="breakpad_sender" 7 RootNamespace="breakpad_sender"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
11 <Platform 11 <Platform
12 Name="Win32" 12 Name="Win32"
13 /> 13 />
14 </Platforms> 14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
15 <Configurations> 17 <Configurations>
16 <Configuration 18 <Configuration
17 Name="Debug|Win32" 19 Name="Debug|Win32"
18 ConfigurationType="4" 20 ConfigurationType="4"
19 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops;using_breakpad.vsprops" 21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops;using_breakpad.vsprops"
20 > 22 >
21 <Tool 23 <Tool
22 Name="VCLibrarianTool" 24 Name="VCLibrarianTool"
23 /> 25 />
24 <Tool 26 <Tool
25 Name="VCCLCompilerTool" 27 Name="VCCLCompilerTool"
26 /> 28 />
27 </Configuration> 29 </Configuration>
28 <Configuration 30 <Configuration
29 Name="Release|Win32" 31 Name="Release|Win32"
30 ConfigurationType="4" 32 ConfigurationType="4"
31 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;using_breakpad.vsprops" 33 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops;using_breakpad.vsprops"
32 > 34 >
33 <Tool 35 <Tool
34 Name="VCLibrarianTool" 36 Name="VCLibrarianTool"
35 /> 37 />
36 <Tool 38 <Tool
37 Name="VCCLCompilerTool" 39 Name="VCCLCompilerTool"
38 /> 40 />
39 </Configuration> 41 </Configuration>
40 </Configurations> 42 </Configurations>
43 <References>
44 </References>
41 <Files> 45 <Files>
42 <File 46 <File
43 RelativePath="src\client\windows\sender\crash_report_sen der.cc" 47 RelativePath="src\client\windows\sender\crash_report_sen der.cc"
44 > 48 >
45 </File> 49 </File>
46 <File 50 <File
47 RelativePath="src\common\windows\http_upload.cc" 51 RelativePath="src\common\windows\http_upload.cc"
48 > 52 >
49 </File> 53 </File>
50 <File 54 <File
51 RelativePath="src\client\windows\sender\crash_report_sen der.h" 55 RelativePath="src\client\windows\sender\crash_report_sen der.h"
52 > 56 >
53 </File> 57 </File>
54 <File 58 <File
55 RelativePath="src\common\windows\http_upload.h" 59 RelativePath="src\common\windows\http_upload.h"
56 > 60 >
57 </File> 61 </File>
58 </Files> 62 </Files>
63 <Globals>
64 </Globals>
59 </VisualStudioProject> 65 </VisualStudioProject>
OLDNEW
« no previous file with comments | « breakpad/breakpad_sender.scons ('k') | google_update/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698