-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathHosted.sln
More file actions
64 lines (64 loc) · 3.94 KB
/
Hosted.sln
File metadata and controls
64 lines (64 loc) · 3.94 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.0.0
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosted.Server", "Server\Hosted.Server.csproj", "{64D27625-DB0A-4A7D-98C3-88953B008C48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosted.Client", "Client\Hosted.Client.csproj", "{62A3C917-7C4F-4BBC-87B1-236E597BBE45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hosted.Shared", "Shared\Hosted.Shared.csproj", "{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|x64.ActiveCfg = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|x64.Build.0 = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|x86.ActiveCfg = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Debug|x86.Build.0 = Debug|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|Any CPU.Build.0 = Release|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|x64.ActiveCfg = Release|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|x64.Build.0 = Release|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|x86.ActiveCfg = Release|Any CPU
{64D27625-DB0A-4A7D-98C3-88953B008C48}.Release|x86.Build.0 = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|x64.ActiveCfg = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|x64.Build.0 = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|x86.ActiveCfg = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Debug|x86.Build.0 = Debug|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|Any CPU.Build.0 = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|x64.ActiveCfg = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|x64.Build.0 = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|x86.ActiveCfg = Release|Any CPU
{62A3C917-7C4F-4BBC-87B1-236E597BBE45}.Release|x86.Build.0 = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|x64.ActiveCfg = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|x64.Build.0 = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|x86.ActiveCfg = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Debug|x86.Build.0 = Debug|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|Any CPU.Build.0 = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|x64.ActiveCfg = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|x64.Build.0 = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|x86.ActiveCfg = Release|Any CPU
{F20DAF83-D5E4-45BB-BE1C-61BCAAD55F27}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {503624C3-949C-4855-8389-FA2D95ADF95A}
EndGlobalSection
EndGlobal