-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRemoteWebBrowser.sln
34 lines (34 loc) · 1.97 KB
/
RemoteWebBrowser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteWebBrowserServer", "RemoteWebBrowserServer\RemoteWebBrowserServer.csproj", "{2D7DA974-14FB-4F9A-9C16-15022579135C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteWebBrowser", "RemoteWebBrowser\RemoteWebBrowser.csproj", "{54218053-9402-4ABE-99E1-A7F83410198E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteWebBrowserClient", "RemoteWebBrowserClient\RemoteWebBrowserClient.csproj", "{0E2EE8B8-CEA1-45C9-BC97-A35FB87FAA9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D7DA974-14FB-4F9A-9C16-15022579135C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D7DA974-14FB-4F9A-9C16-15022579135C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D7DA974-14FB-4F9A-9C16-15022579135C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D7DA974-14FB-4F9A-9C16-15022579135C}.Release|Any CPU.Build.0 = Release|Any CPU
{54218053-9402-4ABE-99E1-A7F83410198E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54218053-9402-4ABE-99E1-A7F83410198E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54218053-9402-4ABE-99E1-A7F83410198E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54218053-9402-4ABE-99E1-A7F83410198E}.Release|Any CPU.Build.0 = Release|Any CPU
{0E2EE8B8-CEA1-45C9-BC97-A35FB87FAA9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2EE8B8-CEA1-45C9-BC97-A35FB87FAA9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2EE8B8-CEA1-45C9-BC97-A35FB87FAA9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2EE8B8-CEA1-45C9-BC97-A35FB87FAA9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal