-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRemoteControl.sln
43 lines (43 loc) · 2.32 KB
/
RemoteControl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{E30A20E5-E5C5-4C79-B1FC-C71ABB6CA852}"
ProjectSection(ProjectDependencies) = postProject
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9} = {F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{C43E872B-C1E3-4A15-963D-E69C8376647F}"
ProjectSection(ProjectDependencies) = postProject
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9} = {F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E30A20E5-E5C5-4C79-B1FC-C71ABB6CA852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E30A20E5-E5C5-4C79-B1FC-C71ABB6CA852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E30A20E5-E5C5-4C79-B1FC-C71ABB6CA852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E30A20E5-E5C5-4C79-B1FC-C71ABB6CA852}.Release|Any CPU.Build.0 = Release|Any CPU
{C43E872B-C1E3-4A15-963D-E69C8376647F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C43E872B-C1E3-4A15-963D-E69C8376647F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C43E872B-C1E3-4A15-963D-E69C8376647F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C43E872B-C1E3-4A15-963D-E69C8376647F}.Release|Any CPU.Build.0 = Release|Any CPU
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7320CE2-0135-4C4F-B7B2-2AB8F249D9F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {099D06DC-B584-4EF1-B004-008EDEA25BC6}
EndGlobalSection
EndGlobal