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

Side by Side Diff: src/client/windows/crash_generation/crash_generation.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_generation"
6 ProjectGUID="{A820AF62-6239-4693-8430-4F516C1838F4}"
7 RootNamespace="CrashGenerationServer"
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;_WIN32_WINNT=0x0500"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="4"
50 Detect64BitPortabilityProblems="true"
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;_WIN32_WINNT=0x0500"
108 RuntimeLibrary="2"
109 UsePrecompiledHeader="0"
110 WarningLevel="4"
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;_WIN32_WINNT=0x0500"
169 MinimalRebuild="true"
170 BasicRuntimeChecks="3"
171 RuntimeLibrary="1"
172 UsePrecompiledHeader="0"
173 WarningLevel="4"
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;_WIN32_WINNT=0x0500"
232 RuntimeLibrary="0"
233 UsePrecompiledHeader="0"
234 WarningLevel="4"
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=".\client_info.cc"
277 >
278 </File>
279 <File
280 RelativePath=".\crash_generation_client.cc"
281 >
282 </File>
283 <File
284 RelativePath=".\crash_generation_server.cc"
285 >
286 </File>
287 <File
288 RelativePath="..\..\..\common\windows\guid_strin g.cc"
289 >
290 </File>
291 <File
292 RelativePath=".\minidump_generator.cc"
293 >
294 </File>
295 </Filter>
296 <Filter
297 Name="Header Files"
298 Filter="h;hpp;hxx;hm;inl;inc;xsd"
299 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
300 >
301 <File
302 RelativePath="..\common\auto_critical_section.h"
303 >
304 </File>
305 <File
306 RelativePath=".\client_info.h"
307 >
308 </File>
309 <File
310 RelativePath=".\crash_generation_client.h"
311 >
312 </File>
313 <File
314 RelativePath=".\crash_generation_server.h"
315 >
316 </File>
317 <File
318 RelativePath="..\common\ipc_protocol.h"
319 >
320 </File>
321 <File
322 RelativePath="..\..\..\google_breakpad\common\mi nidump_format.h"
323 >
324 </File>
325 <File
326 RelativePath=".\minidump_generator.h"
327 >
328 </File>
329 <File
330 RelativePath="..\..\..\common\windows\string_uti ls-inl.h"
331 >
332 </File>
333 </Filter>
334 <Filter
335 Name="Resource Files"
336 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
337 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
338 >
339 </Filter>
340 <File
341 RelativePath=".\ReadMe.txt"
342 >
343 </File>
344 </Files>
345 <Globals>
346 </Globals>
347 </VisualStudioProject>
OLDNEW
« no previous file with comments | « src/client/windows/crash_generation/crash_generation.gyp ('k') | src/client/windows/handler/exception_handler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698