OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="9.00" | |
5 Name="gmock-md" | |
6 ProjectGUID="{EE13BA4D-2C1E-406D-A424-56A0CD417DDA}" | |
7 RootNamespace="gmockmd" | |
8 Keyword="Win32Proj" | |
9 TargetFrameworkVersion="196613" | |
10 > | |
11 <Platforms> | |
12 <Platform | |
13 Name="Win32" | |
14 /> | |
15 </Platforms> | |
16 <ToolFiles> | |
17 </ToolFiles> | |
18 <Configurations> | |
19 <Configuration | |
20 Name="Debug|Win32" | |
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
22 IntermediateDirectory="$(ConfigurationName)" | |
23 ConfigurationType="4" | |
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=""$(NACL_SDK_R
OOT)\third_party\gtest\";"$(NACL_SDK_ROOT)\third_party\gtest\include&q
uot;;"$(NACL_SDK_ROOT)\third_party\gmock\";"$(NACL_SDK_ROOT)\thir
d_party\gmock\include"" | |
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |
46 MinimalRebuild="true" | |
47 BasicRuntimeChecks="3" | |
48 RuntimeLibrary="3" | |
49 UsePrecompiledHeader="0" | |
50 WarningLevel="3" | |
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="1" | |
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 Optimization="2" | |
107 EnableIntrinsicFunctions="true" | |
108 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
109 RuntimeLibrary="2" | |
110 EnableFunctionLevelLinking="true" | |
111 UsePrecompiledHeader="2" | |
112 WarningLevel="3" | |
113 DebugInformationFormat="3" | |
114 /> | |
115 <Tool | |
116 Name="VCManagedResourceCompilerTool" | |
117 /> | |
118 <Tool | |
119 Name="VCResourceCompilerTool" | |
120 /> | |
121 <Tool | |
122 Name="VCPreLinkEventTool" | |
123 /> | |
124 <Tool | |
125 Name="VCLinkerTool" | |
126 LinkIncremental="1" | |
127 GenerateDebugInformation="true" | |
128 SubSystem="1" | |
129 OptimizeReferences="2" | |
130 EnableCOMDATFolding="2" | |
131 TargetMachine="1" | |
132 /> | |
133 <Tool | |
134 Name="VCALinkTool" | |
135 /> | |
136 <Tool | |
137 Name="VCManifestTool" | |
138 /> | |
139 <Tool | |
140 Name="VCXDCMakeTool" | |
141 /> | |
142 <Tool | |
143 Name="VCBscMakeTool" | |
144 /> | |
145 <Tool | |
146 Name="VCFxCopTool" | |
147 /> | |
148 <Tool | |
149 Name="VCAppVerifierTool" | |
150 /> | |
151 <Tool | |
152 Name="VCPostBuildEventTool" | |
153 /> | |
154 </Configuration> | |
155 </Configurations> | |
156 <References> | |
157 </References> | |
158 <Files> | |
159 <Filter | |
160 Name="Source Files" | |
161 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
" | |
163 > | |
164 <File | |
165 RelativePath="..\..\..\..\third_party\gmock\src\
gmock-all.cc" | |
166 > | |
167 </File> | |
168 <File | |
169 RelativePath="..\..\..\..\third_party\gtest\src\
gtest-all.cc" | |
170 > | |
171 </File> | |
172 </Filter> | |
173 <Filter | |
174 Name="Header Files" | |
175 Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
176 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}
" | |
177 > | |
178 <File | |
179 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-actions.h" | |
180 > | |
181 </File> | |
182 <File | |
183 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-cardinalities.h" | |
184 > | |
185 </File> | |
186 <File | |
187 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-generated-actions.h" | |
188 > | |
189 </File> | |
190 <File | |
191 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-generated-function-mockers.h" | |
192 > | |
193 </File> | |
194 <File | |
195 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-generated-matchers.h" | |
196 > | |
197 </File> | |
198 <File | |
199 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-generated-nice-strict.h" | |
200 > | |
201 </File> | |
202 <File | |
203 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-matchers.h" | |
204 > | |
205 </File> | |
206 <File | |
207 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-more-actions.h" | |
208 > | |
209 </File> | |
210 <File | |
211 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock-spec-builders.h" | |
212 > | |
213 </File> | |
214 <File | |
215 RelativePath="..\..\..\..\third_party\gmock\incl
ude\gmock\gmock.h" | |
216 > | |
217 </File> | |
218 </Filter> | |
219 <Filter | |
220 Name="Resource Files" | |
221 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;
jpe;resx;tiff;tif;png;wav" | |
222 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
" | |
223 > | |
224 </Filter> | |
225 </Files> | |
226 <Globals> | |
227 </Globals> | |
228 </VisualStudioProject> | |
OLD | NEW |