This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Browser.sln
49 lines (49 loc) · 2.8 KB
/
Browser.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Browser.OffScreen", "Browser.OffScreen\Browser.OffScreen.csproj", "{90F517C4-149A-4DE2-BB56-AF0867BF219D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Browser", "Browser\Browser.csproj", "{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Browser.Core", "Browser.Core\Browser.Core.csproj", "{0114EAD0-694C-4684-9938-27A8D70E6360}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Debug|Any CPU.ActiveCfg = Debug|x64
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Debug|x64.ActiveCfg = Debug|x64
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Debug|x64.Build.0 = Debug|x64
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Release|Any CPU.ActiveCfg = Release|x64
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Release|x64.ActiveCfg = Release|x64
{90F517C4-149A-4DE2-BB56-AF0867BF219D}.Release|x64.Build.0 = Release|x64
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Debug|x64.ActiveCfg = Debug|x64
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Debug|x64.Build.0 = Debug|x64
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Release|Any CPU.Build.0 = Release|Any CPU
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Release|x64.ActiveCfg = Release|Any CPU
{DA4D4D1C-D1C6-42F2-9441-48154365F7C6}.Release|x64.Build.0 = Release|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Debug|x64.ActiveCfg = Debug|x64
{0114EAD0-694C-4684-9938-27A8D70E6360}.Debug|x64.Build.0 = Debug|x64
{0114EAD0-694C-4684-9938-27A8D70E6360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Release|Any CPU.Build.0 = Release|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Release|x64.ActiveCfg = Release|Any CPU
{0114EAD0-694C-4684-9938-27A8D70E6360}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01984758-2A12-4959-AFFE-D9BA0E248243}
EndGlobalSection
EndGlobal