-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAstroClient.sln
More file actions
47 lines (47 loc) · 2.63 KB
/
AstroClient.sln
File metadata and controls
47 lines (47 loc) · 2.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstroClient", "AstroClient\AstroClient.csproj", "{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01DB654E-745F-48CA-A666-354969B3AF62}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
ErrorCodes.txt = ErrorCodes.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstroClientV2", "AstroClientV2\AstroClientV2.csproj", "{BC42DA8C-32F4-4C89-A312-4D22869D3F12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Offline|Any CPU = Debug_Offline|Any CPU
Debug|Any CPU = Debug|Any CPU
DebugCheetos|Any CPU = DebugCheetos|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Debug_Offline|Any CPU.ActiveCfg = Debug_Offline|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Debug_Offline|Any CPU.Build.0 = Debug_Offline|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.DebugCheetos|Any CPU.ActiveCfg = DebugCheetos|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.DebugCheetos|Any CPU.Build.0 = DebugCheetos|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6506F83F-9665-4EC9-9D7F-6F88E1652BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Debug_Offline|Any CPU.ActiveCfg = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Debug_Offline|Any CPU.Build.0 = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.DebugCheetos|Any CPU.ActiveCfg = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.DebugCheetos|Any CPU.Build.0 = Debug|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC42DA8C-32F4-4C89-A312-4D22869D3F12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FC96533-719D-49B4-81A4-B47B9E523ED8}
EndGlobalSection
EndGlobal