-
Notifications
You must be signed in to change notification settings - Fork 0
/
RocketstationAtmospherics.sln
51 lines (51 loc) · 2.95 KB
/
RocketstationAtmospherics.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RocketstationAtmospherics", "RocketstationAtmospherics\RocketstationAtmospherics.csproj", "{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A05BDFA-E27C-4018-9D6F-1E435F363937}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PressureRegulatorTest", "PressureRegulatorTest\PressureRegulatorTest.csproj", "{E97719B6-EA31-4638-A78C-11A3D16A2411}"
ProjectSection(ProjectDependencies) = postProject
{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5} = {3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceTest", "DeviceTest\DeviceTest.csproj", "{03E8D396-DCE1-4ABD-A3B2-2C25D54868E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtmosphericsPatch", "AtmosphericsPatch\AtmosphericsPatch.csproj", "{A2BB5779-48EB-41E1-8322-A81B52EA1297}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F99B4BF-A43A-4CCF-9570-8E54F9AF6DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{E97719B6-EA31-4638-A78C-11A3D16A2411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E97719B6-EA31-4638-A78C-11A3D16A2411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E97719B6-EA31-4638-A78C-11A3D16A2411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E97719B6-EA31-4638-A78C-11A3D16A2411}.Release|Any CPU.Build.0 = Release|Any CPU
{03E8D396-DCE1-4ABD-A3B2-2C25D54868E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E8D396-DCE1-4ABD-A3B2-2C25D54868E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E8D396-DCE1-4ABD-A3B2-2C25D54868E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E8D396-DCE1-4ABD-A3B2-2C25D54868E3}.Release|Any CPU.Build.0 = Release|Any CPU
{A2BB5779-48EB-41E1-8322-A81B52EA1297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2BB5779-48EB-41E1-8322-A81B52EA1297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2BB5779-48EB-41E1-8322-A81B52EA1297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2BB5779-48EB-41E1-8322-A81B52EA1297}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D5C66CA-65E6-4A38-B111-BFA4AF7A7351}
EndGlobalSection
EndGlobal