This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlueSky.sln
44 lines (44 loc) · 2.34 KB
/
BlueSky.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueSky", "BlueSky.csproj", "{6FCFA29A-1A64-4323-A264-3C443CFD1F92}"
ProjectSection(ProjectDependencies) = postProject
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3} = {454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueSky.Updater", "BlueSky.Updater\BlueSky.Updater.csproj", "{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Debug|x64.ActiveCfg = Debug|x64
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Debug|x64.Build.0 = Debug|x64
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Release|Any CPU.Build.0 = Release|Any CPU
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Release|x64.ActiveCfg = Release|x64
{6FCFA29A-1A64-4323-A264-3C443CFD1F92}.Release|x64.Build.0 = Release|x64
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Debug|x64.ActiveCfg = Debug|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Debug|x64.Build.0 = Debug|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Release|Any CPU.Build.0 = Release|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Release|x64.ActiveCfg = Release|Any CPU
{454E28F5-EF7C-45EC-8F22-D07E3C9F80D3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {714ADA5F-9452-461C-9B57-D634D469F877}
EndGlobalSection
EndGlobal