media/webrtc/trunk/testing/gtest/msvc/gtest_prod_test.vcproj

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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

mercurial