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

Side by Side Diff: src/client/windows/sender/crash_report_sender.vcproj

Issue 1687018: Replacing solutions with gyp files. Moving tests for windows clients in unitt... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 10 years, 7 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="crash_report_sender"
6 ProjectGUID="{9946A048-043B-4F8F-9E07-9297B204714C}"
7 RootNamespace="crash_report_sender"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="4"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\.."
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WIN32 _LEAN_AND_MEAN"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="4"
50 Detect64BitPortabilityProblems="false"
51 DebugInformationFormat="4"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84 IntermediateDirectory="$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="1"
87 WholeProgramOptimization="1"
88 >
89 <Tool
90 Name="VCPreBuildEventTool"
91 />
92 <Tool
93 Name="VCCustomBuildTool"
94 />
95 <Tool
96 Name="VCXMLDataGeneratorTool"
97 />
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
100 />
101 <Tool
102 Name="VCMIDLTool"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
106 AdditionalIncludeDirectories="..\..\.."
107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32 _LEAN_AND_MEAN"
108 RuntimeLibrary="2"
109 UsePrecompiledHeader="0"
110 WarningLevel="3"
111 Detect64BitPortabilityProblems="true"
112 DebugInformationFormat="3"
113 />
114 <Tool
115 Name="VCManagedResourceCompilerTool"
116 />
117 <Tool
118 Name="VCResourceCompilerTool"
119 />
120 <Tool
121 Name="VCPreLinkEventTool"
122 />
123 <Tool
124 Name="VCLibrarianTool"
125 />
126 <Tool
127 Name="VCALinkTool"
128 />
129 <Tool
130 Name="VCXDCMakeTool"
131 />
132 <Tool
133 Name="VCBscMakeTool"
134 />
135 <Tool
136 Name="VCFxCopTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 />
141 </Configuration>
142 <Configuration
143 Name="DebugStaticCRT|Win32"
144 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
145 IntermediateDirectory="$(ConfigurationName)"
146 ConfigurationType="4"
147 CharacterSet="1"
148 >
149 <Tool
150 Name="VCPreBuildEventTool"
151 />
152 <Tool
153 Name="VCCustomBuildTool"
154 />
155 <Tool
156 Name="VCXMLDataGeneratorTool"
157 />
158 <Tool
159 Name="VCWebServiceProxyGeneratorTool"
160 />
161 <Tool
162 Name="VCMIDLTool"
163 />
164 <Tool
165 Name="VCCLCompilerTool"
166 Optimization="0"
167 AdditionalIncludeDirectories="..\..\.."
168 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WIN32 _LEAN_AND_MEAN"
169 MinimalRebuild="true"
170 BasicRuntimeChecks="3"
171 RuntimeLibrary="1"
172 UsePrecompiledHeader="0"
173 WarningLevel="3"
174 Detect64BitPortabilityProblems="true"
175 DebugInformationFormat="4"
176 />
177 <Tool
178 Name="VCManagedResourceCompilerTool"
179 />
180 <Tool
181 Name="VCResourceCompilerTool"
182 />
183 <Tool
184 Name="VCPreLinkEventTool"
185 />
186 <Tool
187 Name="VCLibrarianTool"
188 />
189 <Tool
190 Name="VCALinkTool"
191 />
192 <Tool
193 Name="VCXDCMakeTool"
194 />
195 <Tool
196 Name="VCBscMakeTool"
197 />
198 <Tool
199 Name="VCFxCopTool"
200 />
201 <Tool
202 Name="VCPostBuildEventTool"
203 />
204 </Configuration>
205 <Configuration
206 Name="ReleaseStaticCRT|Win32"
207 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
208 IntermediateDirectory="$(ConfigurationName)"
209 ConfigurationType="4"
210 CharacterSet="1"
211 WholeProgramOptimization="1"
212 >
213 <Tool
214 Name="VCPreBuildEventTool"
215 />
216 <Tool
217 Name="VCCustomBuildTool"
218 />
219 <Tool
220 Name="VCXMLDataGeneratorTool"
221 />
222 <Tool
223 Name="VCWebServiceProxyGeneratorTool"
224 />
225 <Tool
226 Name="VCMIDLTool"
227 />
228 <Tool
229 Name="VCCLCompilerTool"
230 AdditionalIncludeDirectories="..\..\.."
231 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32 _LEAN_AND_MEAN"
232 RuntimeLibrary="0"
233 UsePrecompiledHeader="0"
234 WarningLevel="3"
235 Detect64BitPortabilityProblems="true"
236 DebugInformationFormat="3"
237 />
238 <Tool
239 Name="VCManagedResourceCompilerTool"
240 />
241 <Tool
242 Name="VCResourceCompilerTool"
243 />
244 <Tool
245 Name="VCPreLinkEventTool"
246 />
247 <Tool
248 Name="VCLibrarianTool"
249 />
250 <Tool
251 Name="VCALinkTool"
252 />
253 <Tool
254 Name="VCXDCMakeTool"
255 />
256 <Tool
257 Name="VCBscMakeTool"
258 />
259 <Tool
260 Name="VCFxCopTool"
261 />
262 <Tool
263 Name="VCPostBuildEventTool"
264 />
265 </Configuration>
266 </Configurations>
267 <References>
268 </References>
269 <Files>
270 <Filter
271 Name="Source Files"
272 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
273 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
274 >
275 <File
276 RelativePath=".\crash_report_sender.cc"
277 >
278 </File>
279 <File
280 RelativePath="..\..\..\common\windows\http_uploa d.cc"
281 >
282 </File>
283 </Filter>
284 <Filter
285 Name="Header Files"
286 Filter="h;hpp;hxx;hm;inl;inc;xsd"
287 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
288 >
289 <File
290 RelativePath=".\crash_report_sender.h"
291 >
292 </File>
293 <File
294 RelativePath="..\..\..\common\windows\http_uploa d.h"
295 >
296 </File>
297 </Filter>
298 <Filter
299 Name="Resource Files"
300 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
301 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
302 >
303 </Filter>
304 </Files>
305 <Globals>
306 </Globals>
307 </VisualStudioProject>
OLDNEW
« no previous file with comments | « src/client/windows/sender/crash_report_sender.gyp ('k') | src/client/windows/unittests/client_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698