-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlasgowAstro.Obsy.sln
60 lines (60 loc) · 3.86 KB
/
GlasgowAstro.Obsy.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlasgowAstro.Obsy.Api", "GlasgowAstro.Obsy.Api\GlasgowAstro.Obsy.Api.csproj", "{FE6289F8-86FE-4542-A290-C73291C705B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlasgowAstro.Obsy.Bot", "GlasgowAstro.Obsy.Bot\GlasgowAstro.Obsy.Bot.csproj", "{2FD34972-818F-4AF8-8F26-CF2AC4017D71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlasgowAstro.Obsy.Services", "GlasgowAstro.Obsy.Services\GlasgowAstro.Obsy.Services.csproj", "{19EBAB32-B573-414B-9489-76CE68C742D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlasgowAstro.Obsy.Services.Tests", "GlasgowAstro.Obsy.Tests\GlasgowAstro.Obsy.Services.Tests.csproj", "{3D184DB9-46D7-4420-9329-33BE94EB6BA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C3561B73-F9EA-46CB-ACED-C0A18B802B7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1D9A10A8-0C63-4998-81EF-58AE3E6F1381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlasgowAstro.Obsy.Bot.Tests", "GlasgowAstro.Obsy.Bot.Tests\GlasgowAstro.Obsy.Bot.Tests.csproj", "{BF84A5F6-68D2-4030-B217-F1ED86B4ED29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE6289F8-86FE-4542-A290-C73291C705B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6289F8-86FE-4542-A290-C73291C705B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6289F8-86FE-4542-A290-C73291C705B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6289F8-86FE-4542-A290-C73291C705B3}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD34972-818F-4AF8-8F26-CF2AC4017D71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD34972-818F-4AF8-8F26-CF2AC4017D71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD34972-818F-4AF8-8F26-CF2AC4017D71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD34972-818F-4AF8-8F26-CF2AC4017D71}.Release|Any CPU.Build.0 = Release|Any CPU
{19EBAB32-B573-414B-9489-76CE68C742D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19EBAB32-B573-414B-9489-76CE68C742D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19EBAB32-B573-414B-9489-76CE68C742D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19EBAB32-B573-414B-9489-76CE68C742D2}.Release|Any CPU.Build.0 = Release|Any CPU
{3D184DB9-46D7-4420-9329-33BE94EB6BA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D184DB9-46D7-4420-9329-33BE94EB6BA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D184DB9-46D7-4420-9329-33BE94EB6BA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D184DB9-46D7-4420-9329-33BE94EB6BA8}.Release|Any CPU.Build.0 = Release|Any CPU
{BF84A5F6-68D2-4030-B217-F1ED86B4ED29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF84A5F6-68D2-4030-B217-F1ED86B4ED29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF84A5F6-68D2-4030-B217-F1ED86B4ED29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF84A5F6-68D2-4030-B217-F1ED86B4ED29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FE6289F8-86FE-4542-A290-C73291C705B3} = {C3561B73-F9EA-46CB-ACED-C0A18B802B7C}
{2FD34972-818F-4AF8-8F26-CF2AC4017D71} = {C3561B73-F9EA-46CB-ACED-C0A18B802B7C}
{19EBAB32-B573-414B-9489-76CE68C742D2} = {C3561B73-F9EA-46CB-ACED-C0A18B802B7C}
{3D184DB9-46D7-4420-9329-33BE94EB6BA8} = {1D9A10A8-0C63-4998-81EF-58AE3E6F1381}
{BF84A5F6-68D2-4030-B217-F1ED86B4ED29} = {1D9A10A8-0C63-4998-81EF-58AE3E6F1381}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1E50C4D-5A74-4E02-9365-7C1CC7EAF647}
EndGlobalSection
EndGlobal