gfx/2d/gfx2d.sln

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 
michael@0 2 Microsoft Visual Studio Solution File, Format Version 11.00
michael@0 3 # Visual Studio 2010
michael@0 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gfx2d", "gfx2d.vcxproj", "{49E973D7-53C9-3D66-BE58-52125FAE193D}"
michael@0 5 EndProject
michael@0 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unittest", "unittest\unittest.vcxproj", "{CCF4BC8B-0CED-47CA-B621-ABF1832527D9}"
michael@0 7 ProjectSection(ProjectDependencies) = postProject
michael@0 8 {49E973D7-53C9-3D66-BE58-52125FAE193D} = {49E973D7-53C9-3D66-BE58-52125FAE193D}
michael@0 9 EndProjectSection
michael@0 10 EndProject
michael@0 11 Global
michael@0 12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
michael@0 13 Debug|Win32 = Debug|Win32
michael@0 14 Release|Win32 = Release|Win32
michael@0 15 EndGlobalSection
michael@0 16 GlobalSection(ProjectConfigurationPlatforms) = postSolution
michael@0 17 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Debug|Win32.ActiveCfg = Debug|Win32
michael@0 18 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Debug|Win32.Build.0 = Debug|Win32
michael@0 19 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Release|Win32.ActiveCfg = Release|Win32
michael@0 20 {49E973D7-53C9-3D66-BE58-52125FAE193D}.Release|Win32.Build.0 = Release|Win32
michael@0 21 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Debug|Win32.ActiveCfg = Debug|Win32
michael@0 22 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Debug|Win32.Build.0 = Debug|Win32
michael@0 23 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Release|Win32.ActiveCfg = Release|Win32
michael@0 24 {CCF4BC8B-0CED-47CA-B621-ABF1832527D9}.Release|Win32.Build.0 = Release|Win32
michael@0 25 EndGlobalSection
michael@0 26 GlobalSection(SolutionProperties) = preSolution
michael@0 27 HideSolutionNode = FALSE
michael@0 28 EndGlobalSection
michael@0 29 EndGlobal

mercurial