tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

MSBuild.sln (3600B)


      1 Microsoft Visual Studio Solution File, Format Version 11.00
      2 # Visual Studio 2010 or later
      3 #
      4 # You can build FreeType with MSBuild as follows
      5 #
      6 #    MSBuild.exe -t:Rebuild
      7 #                -p:Configuration=Debug
      8 #                -p:Platform=x64
      9 #                -p:UserDefines=FT_DEBUG_LOGGING
     10 #                   MSBuild.sln
     11 #
     12 # or with different appropriate switches. The library file
     13 # freetype.dll and/or freetype.lib should appear in the objs/
     14 # folder. A copy should be sent to ../freetype-demos/bin/
     15 # to be used with the demo programs.
     16 #
     17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "builds\windows\vc2010\freetype.vcxproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
     18 EndProject
     19 Global
     20 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
     21 		Debug|x64 = Debug|x64
     22 		Debug|ARM64 = Debug|ARM64
     23 		Debug|Win32 = Debug|Win32
     24 		Debug Static|x64 = Debug Static|x64
     25 		Debug Static|ARM64 = Debug Static|ARM64
     26 		Debug Static|Win32 = Debug Static|Win32
     27 		Release|x64 = Release|x64
     28 		Release|ARM64 = Release|ARM64
     29 		Release|Win32 = Release|Win32
     30 		Release Static|x64 = Release Static|x64
     31 		Release Static|ARM64 = Release Static|ARM64
     32 		Release Static|Win32 = Release Static|Win32
     33 	EndGlobalSection
     34 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
     35 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.ActiveCfg = Debug|x64
     36 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|x64.Build.0 = Debug|x64
     37 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|ARM64.ActiveCfg = Debug|ARM64
     38 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|ARM64.Build.0 = Debug|ARM64
     39 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.ActiveCfg = Debug|Win32
     40 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.Build.0 = Debug|Win32
     41 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.ActiveCfg = Debug Static|x64
     42 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.Build.0 = Debug Static|x64
     43 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.ActiveCfg = Debug Static|ARM64
     44 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|ARM64.Build.0 = Debug Static|ARM64
     45 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
     46 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
     47 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.ActiveCfg = Release|x64
     48 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|x64.Build.0 = Release|x64
     49 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|ARM64.ActiveCfg = Release|ARM64
     50 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|ARM64.Build.0 = Release|ARM64
     51 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.ActiveCfg = Release|Win32
     52 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.Build.0 = Release|Win32
     53 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|x64.ActiveCfg = Release Static|x64
     54 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|x64.Build.0 = Release Static|x64
     55 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|ARM64.ActiveCfg = Release Static|ARM64
     56 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|ARM64.Build.0 = Release Static|ARM64
     57 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
     58 		{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
     59 	EndGlobalSection
     60 	GlobalSection(SolutionProperties) = preSolution
     61 		HideSolutionNode = FALSE
     62 	EndGlobalSection
     63 	GlobalSection(ExtensibilityGlobals) = postSolution
     64 		SolutionGuid = {90811697-0889-4381-80BC-C3FE8FA4931F}
     65 	EndGlobalSection
     66 EndGlobal