-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cloud.sln
36 lines (36 loc) · 1.86 KB
/
Cloud.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudClient", "CloudClient\CloudClient.csproj", "{1BC014B9-8775-8DAE-106A-87857C1E84B2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CloudServer", "CloudServer\CloudServer.vcxproj", "{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Distribution|x64 = Distribution|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Debug|x64.Build.0 = Debug|Any CPU
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Distribution|x64.ActiveCfg = Distribution|x64
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Distribution|x64.Build.0 = Distribution|x64
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Release|x64.ActiveCfg = Release|x64
{1BC014B9-8775-8DAE-106A-87857C1E84B2}.Release|x64.Build.0 = Release|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Debug|x64.ActiveCfg = Debug|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Debug|x64.Build.0 = Debug|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Distribution|x64.ActiveCfg = Distribution|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Distribution|x64.Build.0 = Distribution|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Release|x64.ActiveCfg = Release|x64
{33D5EDDD-9F8A-66D3-287F-60AA94335DD7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DB92821-2828-4974-A134-48C089BAB97B}
EndGlobalSection
EndGlobal