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

Side by Side Diff: testing/gmock/msvc/gmock.vcproj

Issue 115846: Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « testing/gmock/msvc/gmock.sln ('k') | testing/gmock/msvc/gmock-spec-builders_test.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="gmock"
6 ProjectGUID="{34681F0D-CE45-415D-B5F2-5C662DFE3BD5}"
7 RootNamespace="gmock"
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="$(OutDir)\$(ProjectName)"
22 ConfigurationType="4"
23 InheritedPropertySheets=".\gmock_config.vsprops"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="../include"
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="true"
52 DebugInformationFormat="3"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85 IntermediateDirectory="$(OutDir)\$(ProjectName)"
86 ConfigurationType="4"
87 InheritedPropertySheets=".\gmock_config.vsprops"
88 CharacterSet="1"
89 WholeProgramOptimization="1"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 AdditionalIncludeDirectories="../include"
109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
110 RuntimeLibrary="0"
111 UsePrecompiledHeader="0"
112 WarningLevel="3"
113 Detect64BitPortabilityProblems="true"
114 DebugInformationFormat="3"
115 />
116 <Tool
117 Name="VCManagedResourceCompilerTool"
118 />
119 <Tool
120 Name="VCResourceCompilerTool"
121 />
122 <Tool
123 Name="VCPreLinkEventTool"
124 />
125 <Tool
126 Name="VCLibrarianTool"
127 />
128 <Tool
129 Name="VCALinkTool"
130 />
131 <Tool
132 Name="VCXDCMakeTool"
133 />
134 <Tool
135 Name="VCBscMakeTool"
136 />
137 <Tool
138 Name="VCFxCopTool"
139 />
140 <Tool
141 Name="VCPostBuildEventTool"
142 />
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
152 >
153 <File
154 RelativePath="..\src\gmock-cardinalities.cc"
155 >
156 </File>
157 <File
158 RelativePath="..\src\gmock-internal-utils.cc"
159 >
160 </File>
161 <File
162 RelativePath="..\src\gmock-matchers.cc"
163 >
164 </File>
165 <File
166 RelativePath="..\src\gmock-printers.cc"
167 >
168 </File>
169 <File
170 RelativePath="..\src\gmock-spec-builders.cc"
171 >
172 </File>
173 <File
174 RelativePath="..\src\gmock.cc"
175 >
176 </File>
177 <File
178 RelativePath="$(GTestDir)\src\gtest-all.cc"
179 >
180 <FileConfiguration
181 Name="Debug|Win32"
182 >
183 <Tool
184 Name="VCCLCompilerTool"
185 AdditionalIncludeDirectories="$( GTestDir)"
186 />
187 </FileConfiguration>
188 <FileConfiguration
189 Name="Release|Win32"
190 >
191 <Tool
192 Name="VCCLCompilerTool"
193 AdditionalIncludeDirectories="$( GTestDir)"
194 />
195 </FileConfiguration>
196 </File>
197 </Filter>
198 <Filter
199 Name="Public Header Files"
200 Filter="h;hpp;hxx;hm;inl;inc;xsd"
201 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
202 >
203 <File
204 RelativePath="..\include\gmock\gmock-actions.h"
205 >
206 </File>
207 <File
208 RelativePath="..\include\gmock\gmock-cardinaliti es.h"
209 >
210 </File>
211 <File
212 RelativePath="..\include\gmock\gmock-generated-a ctions.h"
213 >
214 </File>
215 <File
216 RelativePath="..\include\gmock\gmock-generated-f unction-mockers.h"
217 >
218 </File>
219 <File
220 RelativePath="..\include\gmock\gmock-generated-m atchers.h"
221 >
222 </File>
223 <File
224 RelativePath="..\include\gmock\gmock-generated-n ice-strict.h"
225 >
226 </File>
227 <File
228 RelativePath="..\include\gmock\gmock-matchers.h"
229 >
230 </File>
231 <File
232 RelativePath="..\include\gmock\gmock-printers.h"
233 >
234 </File>
235 <File
236 RelativePath="..\include\gmock\gmock-spec-builde rs.h"
237 >
238 </File>
239 <File
240 RelativePath="..\include\gmock\gmock.h"
241 >
242 </File>
243 </Filter>
244 <Filter
245 Name="Private Header Files"
246 >
247 <File
248 RelativePath="..\include\gmock\internal\gmock-ge nerated-internal-utils.h"
249 >
250 </File>
251 <File
252 RelativePath="..\include\gmock\internal\gmock-in ternal-utils.h"
253 >
254 </File>
255 <File
256 RelativePath="..\include\gmock\internal\gmock-po rt.h"
257 >
258 </File>
259 </Filter>
260 </Files>
261 <Globals>
262 </Globals>
263 </VisualStudioProject>
OLDNEW
« no previous file with comments | « testing/gmock/msvc/gmock.sln ('k') | testing/gmock/msvc/gmock-spec-builders_test.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698