media/webrtc/trunk/testing/gtest/msvc/gtest_main-md.vcproj

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 <?xml version="1.0" encoding="Windows-1252"?>
michael@0 2 <VisualStudioProject
michael@0 3 ProjectType="Visual C++"
michael@0 4 Version="7.10"
michael@0 5 Name="gtest_main-md"
michael@0 6 ProjectGUID="{3AF54C8A-10BF-4332-9147-F68ED9862033}"
michael@0 7 Keyword="Win32Proj">
michael@0 8 <Platforms>
michael@0 9 <Platform
michael@0 10 Name="Win32"/>
michael@0 11 </Platforms>
michael@0 12 <Configurations>
michael@0 13 <Configuration
michael@0 14 Name="Debug|Win32"
michael@0 15 OutputDirectory="$(SolutionName)/$(ConfigurationName)"
michael@0 16 IntermediateDirectory="$(OutDir)/$(ProjectName)"
michael@0 17 ConfigurationType="4"
michael@0 18 CharacterSet="2"
michael@0 19 ReferencesPath="">
michael@0 20 <Tool
michael@0 21 Name="VCCLCompilerTool"
michael@0 22 Optimization="0"
michael@0 23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
michael@0 24 MinimalRebuild="TRUE"
michael@0 25 BasicRuntimeChecks="3"
michael@0 26 RuntimeLibrary="3"
michael@0 27 UsePrecompiledHeader="0"
michael@0 28 WarningLevel="3"
michael@0 29 Detect64BitPortabilityProblems="FALSE"
michael@0 30 DebugInformationFormat="4"/>
michael@0 31 <Tool
michael@0 32 Name="VCCustomBuildTool"/>
michael@0 33 <Tool
michael@0 34 Name="VCLibrarianTool"
michael@0 35 OutputFile="$(OutDir)/$(ProjectName)d.lib"/>
michael@0 36 <Tool
michael@0 37 Name="VCMIDLTool"/>
michael@0 38 <Tool
michael@0 39 Name="VCPostBuildEventTool"/>
michael@0 40 <Tool
michael@0 41 Name="VCPreBuildEventTool"/>
michael@0 42 <Tool
michael@0 43 Name="VCPreLinkEventTool"/>
michael@0 44 <Tool
michael@0 45 Name="VCResourceCompilerTool"/>
michael@0 46 <Tool
michael@0 47 Name="VCWebServiceProxyGeneratorTool"/>
michael@0 48 <Tool
michael@0 49 Name="VCXMLDataGeneratorTool"/>
michael@0 50 <Tool
michael@0 51 Name="VCManagedWrapperGeneratorTool"/>
michael@0 52 <Tool
michael@0 53 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
michael@0 54 </Configuration>
michael@0 55 <Configuration
michael@0 56 Name="Release|Win32"
michael@0 57 OutputDirectory="$(SolutionName)/$(ConfigurationName)"
michael@0 58 IntermediateDirectory="$(OutDir)/$(ProjectName)"
michael@0 59 ConfigurationType="4"
michael@0 60 CharacterSet="2"
michael@0 61 ReferencesPath="&quot;..\include&quot;;&quot;..&quot;">
michael@0 62 <Tool
michael@0 63 Name="VCCLCompilerTool"
michael@0 64 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
michael@0 65 RuntimeLibrary="2"
michael@0 66 UsePrecompiledHeader="0"
michael@0 67 WarningLevel="3"
michael@0 68 Detect64BitPortabilityProblems="FALSE"
michael@0 69 DebugInformationFormat="3"/>
michael@0 70 <Tool
michael@0 71 Name="VCCustomBuildTool"/>
michael@0 72 <Tool
michael@0 73 Name="VCLibrarianTool"
michael@0 74 OutputFile="$(OutDir)/$(ProjectName).lib"/>
michael@0 75 <Tool
michael@0 76 Name="VCMIDLTool"/>
michael@0 77 <Tool
michael@0 78 Name="VCPostBuildEventTool"/>
michael@0 79 <Tool
michael@0 80 Name="VCPreBuildEventTool"/>
michael@0 81 <Tool
michael@0 82 Name="VCPreLinkEventTool"/>
michael@0 83 <Tool
michael@0 84 Name="VCResourceCompilerTool"/>
michael@0 85 <Tool
michael@0 86 Name="VCWebServiceProxyGeneratorTool"/>
michael@0 87 <Tool
michael@0 88 Name="VCXMLDataGeneratorTool"/>
michael@0 89 <Tool
michael@0 90 Name="VCManagedWrapperGeneratorTool"/>
michael@0 91 <Tool
michael@0 92 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
michael@0 93 </Configuration>
michael@0 94 </Configurations>
michael@0 95 <References>
michael@0 96 <ProjectReference
michael@0 97 ReferencedProjectIdentifier="{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}"
michael@0 98 Name="gtest-md"/>
michael@0 99 </References>
michael@0 100 <Files>
michael@0 101 <Filter
michael@0 102 Name="Source Files"
michael@0 103 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
michael@0 104 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
michael@0 105 <File
michael@0 106 RelativePath="..\src\gtest_main.cc">
michael@0 107 <FileConfiguration
michael@0 108 Name="Debug|Win32">
michael@0 109 <Tool
michael@0 110 Name="VCCLCompilerTool"
michael@0 111 AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
michael@0 112 </FileConfiguration>
michael@0 113 <FileConfiguration
michael@0 114 Name="Release|Win32">
michael@0 115 <Tool
michael@0 116 Name="VCCLCompilerTool"
michael@0 117 AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
michael@0 118 </FileConfiguration>
michael@0 119 </File>
michael@0 120 </Filter>
michael@0 121 <Filter
michael@0 122 Name="Header Files"
michael@0 123 Filter="h;hpp;hxx;hm;inl;inc;xsd"
michael@0 124 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
michael@0 125 </Filter>
michael@0 126 </Files>
michael@0 127 <Globals>
michael@0 128 </Globals>
michael@0 129 </VisualStudioProject>

mercurial