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

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

Issue 115846: Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « testing/gmock/msvc/gmock_config.vsprops ('k') | testing/gmock/msvc/gmock_main.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_link_test"
6 ProjectGUID="{ED597847-A714-4327-B569-70029D2311F0}"
7 RootNamespace="gmock_link_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="$(OutDir)\$(ProjectName)"
22 ConfigurationType="1"
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;_CONSOLE"
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="VCLinkerTool"
65 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="1"
68 TargetMachine="1"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCManifestTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCFxCopTool"
84 />
85 <Tool
86 Name="VCAppVerifierTool"
87 />
88 <Tool
89 Name="VCWebDeploymentTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="$(OutDir)\$(ProjectName)"
99 ConfigurationType="1"
100 InheritedPropertySheets=".\gmock_config.vsprops"
101 CharacterSet="1"
102 WholeProgramOptimization="1"
103 >
104 <Tool
105 Name="VCPreBuildEventTool"
106 />
107 <Tool
108 Name="VCCustomBuildTool"
109 />
110 <Tool
111 Name="VCXMLDataGeneratorTool"
112 />
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
115 />
116 <Tool
117 Name="VCMIDLTool"
118 />
119 <Tool
120 Name="VCCLCompilerTool"
121 AdditionalIncludeDirectories="../include;.."
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123 RuntimeLibrary="0"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 Detect64BitPortabilityProblems="true"
127 DebugInformationFormat="3"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 LinkIncremental="1"
141 GenerateDebugInformation="true"
142 SubSystem="1"
143 OptimizeReferences="2"
144 EnableCOMDATFolding="2"
145 TargetMachine="1"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCManifestTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCAppVerifierTool"
164 />
165 <Tool
166 Name="VCWebDeploymentTool"
167 />
168 <Tool
169 Name="VCPostBuildEventTool"
170 />
171 </Configuration>
172 </Configurations>
173 <References>
174 <ProjectReference
175 ReferencedProjectIdentifier="{E4EF614B-30DF-4954-8C53-58 0A0BF6B589}"
176 RelativePathToProject=".\gmock_main.vcproj"
177 />
178 </References>
179 <Files>
180 <Filter
181 Name="Source Files"
182 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
183 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
184 >
185 <File
186 RelativePath="..\test\gmock_link2_test.cc"
187 >
188 </File>
189 <File
190 RelativePath="..\test\gmock_link_test.cc"
191 >
192 </File>
193 </Filter>
194 <Filter
195 Name="Header Files"
196 Filter="h;hpp;hxx;hm;inl;inc;xsd"
197 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
198 >
199 </Filter>
200 </Files>
201 <Globals>
202 </Globals>
203 </VisualStudioProject>
OLDNEW
« no previous file with comments | « testing/gmock/msvc/gmock_config.vsprops ('k') | testing/gmock/msvc/gmock_main.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698