1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="gtest_prod_test" 6 ProjectGUID="{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="$(SolutionName)/$(ConfigurationName)" 16 IntermediateDirectory="$(OutDir)/$(ProjectName)" 17 ConfigurationType="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 23 MinimalRebuild="TRUE" 24 BasicRuntimeChecks="3" 25 RuntimeLibrary="3" 26 UsePrecompiledHeader="3" 27 WarningLevel="3" 28 Detect64BitPortabilityProblems="FALSE" 29 DebugInformationFormat="4"/> 30 <Tool 31 Name="VCCustomBuildTool"/> 32 <Tool 33 Name="VCLinkerTool" 34 OutputFile="$(OutDir)/gtest_prod_test.exe" 35 LinkIncremental="2" 36 GenerateDebugInformation="TRUE" 37 ProgramDatabaseFile="$(OutDir)/gtest_prod_test.pdb" 38 SubSystem="1" 39 TargetMachine="1"/> 40 <Tool 41 Name="VCMIDLTool"/> 42 <Tool 43 Name="VCPostBuildEventTool"/> 44 <Tool 45 Name="VCPreBuildEventTool"/> 46 <Tool 47 Name="VCPreLinkEventTool"/> 48 <Tool 49 Name="VCResourceCompilerTool"/> 50 <Tool 51 Name="VCWebServiceProxyGeneratorTool"/> 52 <Tool 53 Name="VCXMLDataGeneratorTool"/> 54 <Tool 55 Name="VCWebDeploymentTool"/> 56 <Tool 57 Name="VCManagedWrapperGeneratorTool"/> 58 <Tool 59 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 60 </Configuration> 61 <Configuration 62 Name="Release|Win32" 63 OutputDirectory="$(SolutionName)/$(ConfigurationName)" 64 IntermediateDirectory="$(OutDir)/$(ProjectName)" 65 ConfigurationType="1" 66 CharacterSet="2"> 67 <Tool 68 Name="VCCLCompilerTool" 69 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 70 RuntimeLibrary="2" 71 UsePrecompiledHeader="3" 72 WarningLevel="3" 73 Detect64BitPortabilityProblems="FALSE" 74 DebugInformationFormat="3"/> 75 <Tool 76 Name="VCCustomBuildTool"/> 77 <Tool 78 Name="VCLinkerTool" 79 OutputFile="$(OutDir)/gtest_prod_test.exe" 80 LinkIncremental="1" 81 GenerateDebugInformation="TRUE" 82 SubSystem="1" 83 OptimizeReferences="2" 84 EnableCOMDATFolding="2" 85 TargetMachine="1"/> 86 <Tool 87 Name="VCMIDLTool"/> 88 <Tool 89 Name="VCPostBuildEventTool"/> 90 <Tool 91 Name="VCPreBuildEventTool"/> 92 <Tool 93 Name="VCPreLinkEventTool"/> 94 <Tool 95 Name="VCResourceCompilerTool"/> 96 <Tool 97 Name="VCWebServiceProxyGeneratorTool"/> 98 <Tool 99 Name="VCXMLDataGeneratorTool"/> 100 <Tool 101 Name="VCWebDeploymentTool"/> 102 <Tool 103 Name="VCManagedWrapperGeneratorTool"/> 104 <Tool 105 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 106 </Configuration> 107 </Configurations> 108 <References> 109 <ProjectReference 110 ReferencedProjectIdentifier="{3AF54C8A-10BF-4332-9147-F68ED9862032}" 111 Name="gtest_main"/> 112 </References> 113 <Files> 114 <Filter 115 Name="Source Files" 116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 117 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 118 <File 119 RelativePath="..\test\gtest_prod_test.cc"> 120 <FileConfiguration 121 Name="Debug|Win32"> 122 <Tool 123 Name="VCCLCompilerTool" 124 AdditionalIncludeDirectories=""..";"..\include"" 125 UsePrecompiledHeader="0"/> 126 </FileConfiguration> 127 <FileConfiguration 128 Name="Release|Win32"> 129 <Tool 130 Name="VCCLCompilerTool" 131 AdditionalIncludeDirectories=""..";"..\include"" 132 UsePrecompiledHeader="0"/> 133 </FileConfiguration> 134 </File> 135 <File 136 RelativePath="..\test\production.cc"> 137 <FileConfiguration 138 Name="Debug|Win32"> 139 <Tool 140 Name="VCCLCompilerTool" 141 AdditionalIncludeDirectories=""..";"..\include"" 142 UsePrecompiledHeader="0"/> 143 </FileConfiguration> 144 <FileConfiguration 145 Name="Release|Win32"> 146 <Tool 147 Name="VCCLCompilerTool" 148 AdditionalIncludeDirectories=""..";"..\include"" 149 UsePrecompiledHeader="0"/> 150 </FileConfiguration> 151 </File> 152 </Filter> 153 <Filter 154 Name="Header Files" 155 Filter="h;hpp;hxx;hm;inl;inc;xsd" 156 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 157 <File 158 RelativePath="..\test\production.h"> 159 </File> 160 </Filter> 161 </Files> 162 <Globals> 163 </Globals> 164 </VisualStudioProject> 165