-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRemoteDesktopManager.sln
42 lines (42 loc) · 2.23 KB
/
RemoteDesktopManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{F9AEF51E-73C9-4AEE-A462-B7CE7D300F05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Manager", "Manager\Manager.csproj", "{A57E7FE8-C37F-477F-9910-A99F8760ABB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{99CE6F1C-3F7C-4495-8F73-F5B0A58CB0E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{65E4E9D8-3EC5-495E-92AE-C06C459A9BAE}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9AEF51E-73C9-4AEE-A462-B7CE7D300F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9AEF51E-73C9-4AEE-A462-B7CE7D300F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9AEF51E-73C9-4AEE-A462-B7CE7D300F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9AEF51E-73C9-4AEE-A462-B7CE7D300F05}.Release|Any CPU.Build.0 = Release|Any CPU
{A57E7FE8-C37F-477F-9910-A99F8760ABB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A57E7FE8-C37F-477F-9910-A99F8760ABB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A57E7FE8-C37F-477F-9910-A99F8760ABB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A57E7FE8-C37F-477F-9910-A99F8760ABB7}.Release|Any CPU.Build.0 = Release|Any CPU
{99CE6F1C-3F7C-4495-8F73-F5B0A58CB0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99CE6F1C-3F7C-4495-8F73-F5B0A58CB0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99CE6F1C-3F7C-4495-8F73-F5B0A58CB0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99CE6F1C-3F7C-4495-8F73-F5B0A58CB0E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BEE215F-3C2C-4E66-AE3D-272C07533C3E}
EndGlobalSection
EndGlobal