-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSky.sln
35 lines (35 loc) · 1.82 KB
/
Sky.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sky", "Sky\Sky.csproj", "{C972FED7-04AE-44DD-B166-95397B529B19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sky.SignalR", "Sky.SignalR\Sky.SignalR.csproj", "{3DB71B15-BC35-4992-BE98-1FD5EC88B71C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SkySetup", "SkySetup\SkySetup.vdproj", "{311A61C7-C865-46F4-8CFC-39B541A5BB4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C972FED7-04AE-44DD-B166-95397B529B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C972FED7-04AE-44DD-B166-95397B529B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C972FED7-04AE-44DD-B166-95397B529B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C972FED7-04AE-44DD-B166-95397B529B19}.Release|Any CPU.Build.0 = Release|Any CPU
{3DB71B15-BC35-4992-BE98-1FD5EC88B71C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DB71B15-BC35-4992-BE98-1FD5EC88B71C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DB71B15-BC35-4992-BE98-1FD5EC88B71C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DB71B15-BC35-4992-BE98-1FD5EC88B71C}.Release|Any CPU.Build.0 = Release|Any CPU
{311A61C7-C865-46F4-8CFC-39B541A5BB4B}.Debug|Any CPU.ActiveCfg = Debug
{311A61C7-C865-46F4-8CFC-39B541A5BB4B}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D93A2995-DB39-4F14-9363-EA55642E1470}
EndGlobalSection
EndGlobal