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

Side by Side Diff: src/client/windows/handler/exception_handler_test/exception_handler_test.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="exception_handler_test"
6 ProjectGUID="{89094A11-CF25-4037-AF43-EACFA751405E}"
7 RootNamespace="exception_handler_test"
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="1"
23 CharacterSet="1"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 Description=""
31 CommandLine=""
32 Outputs=""
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="..\..\..\..\testin g;..\..\..\..\testing\include;..\..\..\..\testing\gtest;..\..\..\..\testing\gtes t\include;..\..\..\..\"
47 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;WIN32 _LEAN_AND_MEAN;_WIN32_WINNT=0x0500"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="3"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="true"
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 LinkIncremental="2"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCWebDeploymentTool"
92 />
93 <Tool
94 Name="VCPostBuildEventTool"
95 Description="Running tests"
96 CommandLine="$(OutDir)\$(ProjectName).exe"
97 />
98 </Configuration>
99 <Configuration
100 Name="Release|Win32"
101 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
102 IntermediateDirectory="$(ConfigurationName)"
103 ConfigurationType="1"
104 CharacterSet="1"
105 WholeProgramOptimization="1"
106 >
107 <Tool
108 Name="VCPreBuildEventTool"
109 />
110 <Tool
111 Name="VCCustomBuildTool"
112 />
113 <Tool
114 Name="VCXMLDataGeneratorTool"
115 />
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"
118 />
119 <Tool
120 Name="VCMIDLTool"
121 />
122 <Tool
123 Name="VCCLCompilerTool"
124 AdditionalIncludeDirectories="..\..\..\..\testin g;..\..\..\..\testing\include;..\..\..\..\testing\gtest;..\..\..\..\testing\gtes t\include;..\..\..\..\"
125 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;W IN32_LEAN_AND_MEAN;_WIN32_WINNT=0x0500"
126 RuntimeLibrary="2"
127 UsePrecompiledHeader="0"
128 WarningLevel="3"
129 Detect64BitPortabilityProblems="true"
130 DebugInformationFormat="3"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLinkerTool"
143 LinkIncremental="1"
144 GenerateDebugInformation="true"
145 SubSystem="1"
146 OptimizeReferences="2"
147 EnableCOMDATFolding="2"
148 TargetMachine="1"
149 />
150 <Tool
151 Name="VCALinkTool"
152 />
153 <Tool
154 Name="VCManifestTool"
155 />
156 <Tool
157 Name="VCXDCMakeTool"
158 />
159 <Tool
160 Name="VCBscMakeTool"
161 />
162 <Tool
163 Name="VCFxCopTool"
164 />
165 <Tool
166 Name="VCAppVerifierTool"
167 />
168 <Tool
169 Name="VCWebDeploymentTool"
170 />
171 <Tool
172 Name="VCPostBuildEventTool"
173 Description="Running tests"
174 CommandLine="$(OutDir)\$(ProjectName).exe"
175 />
176 </Configuration>
177 </Configurations>
178 <References>
179 </References>
180 <Files>
181 <Filter
182 Name="Source Files"
183 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
184 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
185 >
186 <File
187 RelativePath="..\..\crash_generation\client_info .cc"
188 >
189 </File>
190 <File
191 RelativePath="..\..\crash_generation\crash_gener ation_client.cc"
192 >
193 </File>
194 <File
195 RelativePath="..\..\crash_generation\crash_gener ation_server.cc"
196 >
197 </File>
198 <File
199 RelativePath="..\exception_handler.cc"
200 >
201 </File>
202 <File
203 RelativePath=".\exception_handler_test.cc"
204 >
205 </File>
206 <File
207 RelativePath="..\..\..\..\testing\gtest\src\gtes t-all.cc"
208 >
209 </File>
210 <File
211 RelativePath="..\..\..\..\testing\gtest\src\gtes t_main.cc"
212 >
213 </File>
214 <File
215 RelativePath="..\..\..\..\common\windows\guid_st ring.cc"
216 >
217 </File>
218 <File
219 RelativePath="..\..\crash_generation\minidump_ge nerator.cc"
220 >
221 </File>
222 </Filter>
223 <Filter
224 Name="Header Files"
225 Filter="h;hpp;hxx;hm;inl;inc;xsd"
226 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
227 >
228 <File
229 RelativePath="..\..\crash_generation\client_info .h"
230 >
231 </File>
232 <File
233 RelativePath="..\..\crash_generation\crash_gener ation_client.h"
234 >
235 </File>
236 <File
237 RelativePath="..\..\crash_generation\crash_gener ation_server.h"
238 >
239 </File>
240 <File
241 RelativePath="..\exception_handler.h"
242 >
243 </File>
244 <File
245 RelativePath="..\..\..\..\common\windows\guid_st ring.h"
246 >
247 </File>
248 <File
249 RelativePath="..\..\crash_generation\minidump_ge nerator.h"
250 >
251 </File>
252 </Filter>
253 <Filter
254 Name="Resource Files"
255 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
256 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
257 >
258 </Filter>
259 <File
260 RelativePath=".\ReadMe.txt"
261 >
262 </File>
263 </Files>
264 <Globals>
265 </Globals>
266 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698