-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSolarSystem.sln
44 lines (44 loc) · 2.36 KB
/
SolarSystem.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.31806.525
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolarSystem", "SolarSystem\SolarSystem.csproj", "{48731084-8206-4DF6-87E4-F779C1DE8155}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolarSystem.Tests", "SolarSystem.Tests\SolarSystem.Tests.csproj", "{5A475001-7B6F-4F42-BB4D-D4671361AD4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0112A36-763C-416E-A333-A108B76E021D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
testenv.Dockerfile = testenv.Dockerfile
testEnvironments.json = testEnvironments.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitTests", "XUnitTests\XUnitTests.csproj", "{881ED6A9-849C-49C2-8C44-BFBD522E203F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48731084-8206-4DF6-87E4-F779C1DE8155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48731084-8206-4DF6-87E4-F779C1DE8155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48731084-8206-4DF6-87E4-F779C1DE8155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48731084-8206-4DF6-87E4-F779C1DE8155}.Release|Any CPU.Build.0 = Release|Any CPU
{5A475001-7B6F-4F42-BB4D-D4671361AD4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A475001-7B6F-4F42-BB4D-D4671361AD4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A475001-7B6F-4F42-BB4D-D4671361AD4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A475001-7B6F-4F42-BB4D-D4671361AD4F}.Release|Any CPU.Build.0 = Release|Any CPU
{881ED6A9-849C-49C2-8C44-BFBD522E203F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{881ED6A9-849C-49C2-8C44-BFBD522E203F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{881ED6A9-849C-49C2-8C44-BFBD522E203F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{881ED6A9-849C-49C2-8C44-BFBD522E203F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E38070A5-654E-440E-8BBF-9C991C3D9026}
EndGlobalSection
EndGlobal