-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAstronomyTesting.sln
More file actions
43 lines (43 loc) · 2.62 KB
/
AstronomyTesting.sln
File metadata and controls
43 lines (43 loc) · 2.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AstronomyTesting.Api", "AstronomyTesting.Api\AstronomyTesting.Api.csproj", "{C96F843B-FFFD-4FF4-A24B-1536A7832E79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstronomyTesting.Response", "AstronomyTesting.Response\AstronomyTesting.Response.csproj", "{E37D2A41-81D8-4523-B8E6-5B937797CB8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AstronomyTesting.Model", "AstronomyTesting.Model\AstronomyTesting.Model.csproj", "{36AEBE6E-2A6A-472B-92C4-CDF94578FEB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstronomyTesting.WPF", "AstronomyTesting.WPF\AstronomyTesting.WPF.csproj", "{283E9B1E-0636-4D75-BAD8-C71877B38EC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C96F843B-FFFD-4FF4-A24B-1536A7832E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C96F843B-FFFD-4FF4-A24B-1536A7832E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C96F843B-FFFD-4FF4-A24B-1536A7832E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C96F843B-FFFD-4FF4-A24B-1536A7832E79}.Release|Any CPU.Build.0 = Release|Any CPU
{E37D2A41-81D8-4523-B8E6-5B937797CB8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E37D2A41-81D8-4523-B8E6-5B937797CB8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E37D2A41-81D8-4523-B8E6-5B937797CB8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E37D2A41-81D8-4523-B8E6-5B937797CB8D}.Release|Any CPU.Build.0 = Release|Any CPU
{36AEBE6E-2A6A-472B-92C4-CDF94578FEB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36AEBE6E-2A6A-472B-92C4-CDF94578FEB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36AEBE6E-2A6A-472B-92C4-CDF94578FEB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36AEBE6E-2A6A-472B-92C4-CDF94578FEB6}.Release|Any CPU.Build.0 = Release|Any CPU
{283E9B1E-0636-4D75-BAD8-C71877B38EC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{283E9B1E-0636-4D75-BAD8-C71877B38EC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{283E9B1E-0636-4D75-BAD8-C71877B38EC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{283E9B1E-0636-4D75-BAD8-C71877B38EC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {143DE559-6198-4761-A3CF-FAB05F9E502B}
EndGlobalSection
EndGlobal