-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGenova.SolarSystem.sln
More file actions
49 lines (49 loc) · 3.09 KB
/
Genova.SolarSystem.sln
File metadata and controls
49 lines (49 loc) · 3.09 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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36705.20 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarSystem", "SolarSystem\SolarSystem.csproj", "{1FE10879-9F0C-47F1-8D19-FBFC566FEBDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarSystem.Terminal", "SolarSystem.Terminal\SolarSystem.Terminal.csproj", "{BDCE9310-8AC9-4ED7-95BD-E839A8F77E9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarSystem.Training", "SolarSystem.Training\SolarSystem.Training.csproj", "{C10A4042-16A2-4235-A560-B53CDE32F12D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarSystem.QualityTests", "SolarSystem.QualityTests\SolarSystem.QualityTests.csproj", "{1653D3E1-BF15-45FF-AFE8-1FD0E0BE9919}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarSystem.UnitTests", "SolarSystem.UnitTests\SolarSystem.UnitTests.csproj", "{7342144E-98F3-4146-AE09-1DDD4138EB4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FE10879-9F0C-47F1-8D19-FBFC566FEBDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FE10879-9F0C-47F1-8D19-FBFC566FEBDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE10879-9F0C-47F1-8D19-FBFC566FEBDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE10879-9F0C-47F1-8D19-FBFC566FEBDC}.Release|Any CPU.Build.0 = Release|Any CPU
{BDCE9310-8AC9-4ED7-95BD-E839A8F77E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDCE9310-8AC9-4ED7-95BD-E839A8F77E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDCE9310-8AC9-4ED7-95BD-E839A8F77E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDCE9310-8AC9-4ED7-95BD-E839A8F77E9C}.Release|Any CPU.Build.0 = Release|Any CPU
{C10A4042-16A2-4235-A560-B53CDE32F12D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C10A4042-16A2-4235-A560-B53CDE32F12D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C10A4042-16A2-4235-A560-B53CDE32F12D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C10A4042-16A2-4235-A560-B53CDE32F12D}.Release|Any CPU.Build.0 = Release|Any CPU
{1653D3E1-BF15-45FF-AFE8-1FD0E0BE9919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1653D3E1-BF15-45FF-AFE8-1FD0E0BE9919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1653D3E1-BF15-45FF-AFE8-1FD0E0BE9919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1653D3E1-BF15-45FF-AFE8-1FD0E0BE9919}.Release|Any CPU.Build.0 = Release|Any CPU
{7342144E-98F3-4146-AE09-1DDD4138EB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7342144E-98F3-4146-AE09-1DDD4138EB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7342144E-98F3-4146-AE09-1DDD4138EB4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7342144E-98F3-4146-AE09-1DDD4138EB4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4ADFB801-6EA6-4541-B247-47328C976AAB}
EndGlobalSection
EndGlobal