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="../..;../../gtest;../../gtest/include;../../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="../..;../../gtest;../../gtest/include;../../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="..\..\gtest\src\gtest-death-test.cc" 159 > 160 </File> 161 <File 162 RelativePath="..\..\gtest\src\gtest-filepath.cc" 163 > 164 </File> 165 <File 166 RelativePath="..\..\gtest\src\gtest-port.cc" 167 > 168 </File> 169 <File 170 RelativePath="..\..\gtest\src\gtest-test-part.cc" 171 > 172 </File> 173 <File 174 RelativePath="..\..\gtest\src\gtest.cc" 175 > 176 </File> 177 <File 178 RelativePath="..\..\gtest\src\gtest_main.cc" 179 > 180 </File> 181 </Filter> 182 <Filter 183 Name="Header Files" 184 Filter="h;hpp;hxx;hm;inl;inc;xsd" 185 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 186 > 187 <File 188 RelativePath="..\..\gtest\include\gtest\internal\gtest-death-test-internal.h" 189 > 190 </File> 191 <File 192 RelativePath="..\..\gtest\include\gtest\gtest-death-test.h" 193 > 194 </File> 195 <File 196 RelativePath="..\..\gtest\include\gtest\internal\gtest-filepath.h" 197 > 198 </File> 199 <File 200 RelativePath="..\..\gtest\src\gtest-internal-inl.h" 201 > 202 </File> 203 <File 204 RelativePath="..\..\gtest\include\gtest\internal\gtest-internal.h" 205 > 206 </File> 207 <File 208 RelativePath="..\..\gtest\include\gtest\internal\gtest-linked_ptr.h" 209 > 210 </File> 211 <File 212 RelativePath="..\..\gtest\include\gtest\gtest-message.h" 213 > 214 </File> 215 <File 216 RelativePath="..\..\gtest\include\gtest-param-test.h" 217 > 218 </File> 219 <File 220 RelativePath="..\..\gtest\include\gtest\internal\gtest-param-util-generated.h" 221 > 222 </File> 223 <File 224 RelativePath="..\..\gtest\include\gtest\internal\gtest-param-util.h" 225 > 226 </File> 227 <File 228 RelativePath="..\..\gtest\include\gtest\internal\gtest-port.h" 229 > 230 </File> 231 <File 232 RelativePath="..\..\gtest\include\gtest\gtest-spi.h" 233 > 234 </File> 235 <File 236 RelativePath="..\..\gtest\include\gtest\internal\gtest-string.h" 237 > 238 </File> 239 <File 240 RelativePath="..\..\gtest\include\gtest\gtest-test-part.h" 241 > 242 </File> 243 <File 244 RelativePath="..\..\gtest\include\gtest\internal\gtest-type-util.h" 245 > 246 </File> 247 <File 248 RelativePath="..\..\gtest\include\gtest\gtest-typed-test.h" 249 > 250 </File> 251 <File 252 RelativePath="..\..\gtest\include\gtest\gtest.h" 253 > 254 </File> 255 <File 256 RelativePath="..\..\gtest\include\gtest\gtest_pred_impl.h" 257 > 258 </File> 259 <File 260 RelativePath="..\..\gtest\include\gtest\gtest_prod.h" 261 > 262 </File> 263 <File 264 RelativePath="..\..\gtest\include\gtest\gtest_tuple.h" 265 > 266 </File> 267 </Filter> 268 <Filter 269 Name="Resource Files" 270 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 271 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 272 > 273 </Filter> 274 </Files> 275 <Globals> 276 </Globals> 277</VisualStudioProject> 278