OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="gtest" | |
6 ProjectGUID="{429392EB-55A9-4344-913C-DEE5F02B538D}" | |
7 RootNamespace="gtest" | |
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 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm" | |
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="../..;../../src;..
/../vsprojects" | |
45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" | |
46 MinimalRebuild="true" | |
47 BasicRuntimeChecks="3" | |
48 RuntimeLibrary="3" | |
49 DefaultCharIsUnsigned="true" | |
50 UsePrecompiledHeader="0" | |
51 ProgramDataBaseFileName="$(IntDir)\$(ProjectName
).pdb" | |
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="VCLibrarianTool" | |
67 /> | |
68 <Tool | |
69 Name="VCALinkTool" | |
70 /> | |
71 <Tool | |
72 Name="VCXDCMakeTool" | |
73 /> | |
74 <Tool | |
75 Name="VCBscMakeTool" | |
76 /> | |
77 <Tool | |
78 Name="VCFxCopTool" | |
79 /> | |
80 <Tool | |
81 Name="VCPostBuildEventTool" | |
82 /> | |
83 </Configuration> | |
84 <Configuration | |
85 Name="Release|Win32" | |
86 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
87 IntermediateDirectory="$(ConfigurationName)" | |
88 ConfigurationType="4" | |
89 CharacterSet="1" | |
90 WholeProgramOptimization="1" | |
91 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm" | |
92 > | |
93 <Tool | |
94 Name="VCPreBuildEventTool" | |
95 /> | |
96 <Tool | |
97 Name="VCCustomBuildTool" | |
98 /> | |
99 <Tool | |
100 Name="VCXMLDataGeneratorTool" | |
101 /> | |
102 <Tool | |
103 Name="VCWebServiceProxyGeneratorTool" | |
104 /> | |
105 <Tool | |
106 Name="VCMIDLTool" | |
107 /> | |
108 <Tool | |
109 Name="VCCLCompilerTool" | |
110 AdditionalIncludeDirectories="../..;../../src;..
/../vsprojects" | |
111 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" | |
112 RuntimeLibrary="2" | |
113 DefaultCharIsUnsigned="true" | |
114 UsePrecompiledHeader="0" | |
115 ProgramDataBaseFileName="$(IntDir)\$(ProjectName
).pdb" | |
116 WarningLevel="3" | |
117 Detect64BitPortabilityProblems="true" | |
118 DebugInformationFormat="3" | |
119 /> | |
120 <Tool | |
121 Name="VCManagedResourceCompilerTool" | |
122 /> | |
123 <Tool | |
124 Name="VCResourceCompilerTool" | |
125 /> | |
126 <Tool | |
127 Name="VCPreLinkEventTool" | |
128 /> | |
129 <Tool | |
130 Name="VCLibrarianTool" | |
131 /> | |
132 <Tool | |
133 Name="VCALinkTool" | |
134 /> | |
135 <Tool | |
136 Name="VCXDCMakeTool" | |
137 /> | |
138 <Tool | |
139 Name="VCBscMakeTool" | |
140 /> | |
141 <Tool | |
142 Name="VCFxCopTool" | |
143 /> | |
144 <Tool | |
145 Name="VCPostBuildEventTool" | |
146 /> | |
147 </Configuration> | |
148 </Configurations> | |
149 <References> | |
150 </References> | |
151 <Files> | |
152 <Filter | |
153 Name="Source Files" | |
154 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
155 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}
" | |
156 > | |
157 <File | |
158 RelativePath="..\..\src\gtest\gtest-death-test.c
c" | |
159 > | |
160 </File> | |
161 <File | |
162 RelativePath="..\..\src\gtest\gtest-filepath.cc" | |
163 > | |
164 </File> | |
165 <File | |
166 RelativePath="..\..\src\gtest\gtest-port.cc" | |
167 > | |
168 </File> | |
169 <File | |
170 RelativePath="..\..\src\gtest\gtest.cc" | |
171 > | |
172 </File> | |
173 <File | |
174 RelativePath="..\..\src\gtest\gtest_main.cc" | |
175 > | |
176 </File> | |
177 </Filter> | |
178 <Filter | |
179 Name="Header Files" | |
180 Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
181 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}
" | |
182 > | |
183 <File | |
184 RelativePath="..\..\src\gtest\internal\gtest-dea
th-test-internal.h" | |
185 > | |
186 </File> | |
187 <File | |
188 RelativePath="..\..\src\gtest\gtest-death-test.h
" | |
189 > | |
190 </File> | |
191 <File | |
192 RelativePath="..\..\src\gtest\internal\gtest-fil
epath.h" | |
193 > | |
194 </File> | |
195 <File | |
196 RelativePath="..\..\src\gtest\src\gtest-internal
-inl.h" | |
197 > | |
198 </File> | |
199 <File | |
200 RelativePath="..\..\src\gtest\internal\gtest-int
ernal.h" | |
201 > | |
202 </File> | |
203 <File | |
204 RelativePath="..\..\src\gtest\gtest-message.h" | |
205 > | |
206 </File> | |
207 <File | |
208 RelativePath="..\..\src\gtest\internal\gtest-por
t.h" | |
209 > | |
210 </File> | |
211 <File | |
212 RelativePath="..\..\src\gtest\gtest-spi.h" | |
213 > | |
214 </File> | |
215 <File | |
216 RelativePath="..\..\src\gtest\internal\gtest-str
ing.h" | |
217 > | |
218 </File> | |
219 <File | |
220 RelativePath="..\..\src\gtest\gtest.h" | |
221 > | |
222 </File> | |
223 <File | |
224 RelativePath="..\..\src\gtest\gtest_pred_impl.h" | |
225 > | |
226 </File> | |
227 <File | |
228 RelativePath="..\..\src\gtest\gtest_prod.h" | |
229 > | |
230 </File> | |
231 </Filter> | |
232 <Filter | |
233 Name="Resource Files" | |
234 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;
jpe;resx;tiff;tif;png;wav" | |
235 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
" | |
236 > | |
237 </Filter> | |
238 </Files> | |
239 <Globals> | |
240 </Globals> | |
241 </VisualStudioProject> | |
OLD | NEW |