focus on your browsing
browser web-browser
at main 28 lines 1.5 kB view raw
1 2Microsoft Visual Studio Solution File, Format Version 12.00 3# Visual Studio Version 17 4VisualStudioVersion = 17.0.31903.59 5MinimumVisualStudioVersion = 10.0.40219.1 6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OuchBrowser", "OuchBrowser\OuchBrowser.csproj", "{160EA71C-2DBF-43C7-98B7-3CAD025DBC9F}" 7EndProject 8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OuchBrowser.Plugins", "OuchBrowser.Plugins\OuchBrowser.Plugins.csproj", "{0A71C683-D229-40C7-8EB9-B51987C010E9}" 9EndProject 10Global 11 GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 Debug|Any CPU = Debug|Any CPU 13 Release|Any CPU = Release|Any CPU 14 EndGlobalSection 15 GlobalSection(SolutionProperties) = preSolution 16 HideSolutionNode = FALSE 17 EndGlobalSection 18 GlobalSection(ProjectConfigurationPlatforms) = postSolution 19 {160EA71C-2DBF-43C7-98B7-3CAD025DBC9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 20 {160EA71C-2DBF-43C7-98B7-3CAD025DBC9F}.Debug|Any CPU.Build.0 = Debug|Any CPU 21 {160EA71C-2DBF-43C7-98B7-3CAD025DBC9F}.Release|Any CPU.ActiveCfg = Release|Any CPU 22 {160EA71C-2DBF-43C7-98B7-3CAD025DBC9F}.Release|Any CPU.Build.0 = Release|Any CPU 23 {0A71C683-D229-40C7-8EB9-B51987C010E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 24 {0A71C683-D229-40C7-8EB9-B51987C010E9}.Debug|Any CPU.Build.0 = Debug|Any CPU 25 {0A71C683-D229-40C7-8EB9-B51987C010E9}.Release|Any CPU.ActiveCfg = Release|Any CPU 26 {0A71C683-D229-40C7-8EB9-B51987C010E9}.Release|Any CPU.Build.0 = Release|Any CPU 27 EndGlobalSection 28EndGlobal