1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/testing/gtest/msvc/gtest_unittest.vcproj Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,147 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="7.10" 1.8 + Name="gtest_unittest" 1.9 + ProjectGUID="{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}" 1.10 + Keyword="Win32Proj"> 1.11 + <Platforms> 1.12 + <Platform 1.13 + Name="Win32"/> 1.14 + </Platforms> 1.15 + <Configurations> 1.16 + <Configuration 1.17 + Name="Debug|Win32" 1.18 + OutputDirectory="$(SolutionName)/$(ConfigurationName)" 1.19 + IntermediateDirectory="$(OutDir)/$(ProjectName)" 1.20 + ConfigurationType="1" 1.21 + CharacterSet="2"> 1.22 + <Tool 1.23 + Name="VCCLCompilerTool" 1.24 + Optimization="0" 1.25 + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 1.26 + MinimalRebuild="TRUE" 1.27 + BasicRuntimeChecks="3" 1.28 + RuntimeLibrary="5" 1.29 + UsePrecompiledHeader="3" 1.30 + WarningLevel="3" 1.31 + Detect64BitPortabilityProblems="FALSE" 1.32 + DebugInformationFormat="4"/> 1.33 + <Tool 1.34 + Name="VCCustomBuildTool"/> 1.35 + <Tool 1.36 + Name="VCLinkerTool" 1.37 + OutputFile="$(OutDir)/gtest_unittest.exe" 1.38 + LinkIncremental="2" 1.39 + GenerateDebugInformation="TRUE" 1.40 + ProgramDatabaseFile="$(OutDir)/gtest_unittest.pdb" 1.41 + SubSystem="1" 1.42 + TargetMachine="1"/> 1.43 + <Tool 1.44 + Name="VCMIDLTool"/> 1.45 + <Tool 1.46 + Name="VCPostBuildEventTool"/> 1.47 + <Tool 1.48 + Name="VCPreBuildEventTool"/> 1.49 + <Tool 1.50 + Name="VCPreLinkEventTool"/> 1.51 + <Tool 1.52 + Name="VCResourceCompilerTool"/> 1.53 + <Tool 1.54 + Name="VCWebServiceProxyGeneratorTool"/> 1.55 + <Tool 1.56 + Name="VCXMLDataGeneratorTool"/> 1.57 + <Tool 1.58 + Name="VCWebDeploymentTool"/> 1.59 + <Tool 1.60 + Name="VCManagedWrapperGeneratorTool"/> 1.61 + <Tool 1.62 + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1.63 + </Configuration> 1.64 + <Configuration 1.65 + Name="Release|Win32" 1.66 + OutputDirectory="$(SolutionName)/$(ConfigurationName)" 1.67 + IntermediateDirectory="$(OutDir)/$(ProjectName)" 1.68 + ConfigurationType="1" 1.69 + CharacterSet="2"> 1.70 + <Tool 1.71 + Name="VCCLCompilerTool" 1.72 + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 1.73 + RuntimeLibrary="4" 1.74 + UsePrecompiledHeader="3" 1.75 + WarningLevel="3" 1.76 + Detect64BitPortabilityProblems="FALSE" 1.77 + DebugInformationFormat="3"/> 1.78 + <Tool 1.79 + Name="VCCustomBuildTool"/> 1.80 + <Tool 1.81 + Name="VCLinkerTool" 1.82 + OutputFile="$(OutDir)/gtest_unittest.exe" 1.83 + LinkIncremental="1" 1.84 + GenerateDebugInformation="TRUE" 1.85 + SubSystem="1" 1.86 + OptimizeReferences="2" 1.87 + EnableCOMDATFolding="2" 1.88 + TargetMachine="1"/> 1.89 + <Tool 1.90 + Name="VCMIDLTool"/> 1.91 + <Tool 1.92 + Name="VCPostBuildEventTool"/> 1.93 + <Tool 1.94 + Name="VCPreBuildEventTool"/> 1.95 + <Tool 1.96 + Name="VCPreLinkEventTool"/> 1.97 + <Tool 1.98 + Name="VCResourceCompilerTool"/> 1.99 + <Tool 1.100 + Name="VCWebServiceProxyGeneratorTool"/> 1.101 + <Tool 1.102 + Name="VCXMLDataGeneratorTool"/> 1.103 + <Tool 1.104 + Name="VCWebDeploymentTool"/> 1.105 + <Tool 1.106 + Name="VCManagedWrapperGeneratorTool"/> 1.107 + <Tool 1.108 + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 1.109 + </Configuration> 1.110 + </Configurations> 1.111 + <References> 1.112 + <ProjectReference 1.113 + ReferencedProjectIdentifier="{3AF54C8A-10BF-4332-9147-F68ED9862032}" 1.114 + Name="gtest_main"/> 1.115 + </References> 1.116 + <Files> 1.117 + <Filter 1.118 + Name="Source Files" 1.119 + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.120 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 1.121 + <File 1.122 + RelativePath="..\test\gtest_unittest.cc"> 1.123 + <FileConfiguration 1.124 + Name="Debug|Win32"> 1.125 + <Tool 1.126 + Name="VCCLCompilerTool" 1.127 + Optimization="1" 1.128 + AdditionalIncludeDirectories=""..";"..\include"" 1.129 + BasicRuntimeChecks="0" 1.130 + UsePrecompiledHeader="0" 1.131 + DebugInformationFormat="3"/> 1.132 + </FileConfiguration> 1.133 + <FileConfiguration 1.134 + Name="Release|Win32"> 1.135 + <Tool 1.136 + Name="VCCLCompilerTool" 1.137 + AdditionalIncludeDirectories=""..";"..\include"" 1.138 + UsePrecompiledHeader="0"/> 1.139 + </FileConfiguration> 1.140 + </File> 1.141 + </Filter> 1.142 + <Filter 1.143 + Name="Header Files" 1.144 + Filter="h;hpp;hxx;hm;inl;inc;xsd" 1.145 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 1.146 + </Filter> 1.147 + </Files> 1.148 + <Globals> 1.149 + </Globals> 1.150 +</VisualStudioProject>