-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsoleApp1.sln
86 lines (86 loc) · 5.64 KB
/
ConsoleApp1.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{1902964A-B0BC-4890-B981-5FEAA842B68C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirlocksControl", "AirlocksControl\AirlocksControl.csproj", "{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedProject1", "SharedProject1\SharedProject1.shproj", "{D6C6E95C-9D79-4509-86F3-6978471A39B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlPanel", "ControlPanel\ControlPanel.csproj", "{CC2E8A39-4514-4A3B-B09F-B80F56175045}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnergyDisplay", "EnergyDisplay\EnergyDisplay.csproj", "{2BC812EA-3646-4291-80E5-FCF42497E3C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceDisplay", "ResourceDisplay\ResourceDisplay.csproj", "{01F50899-99DA-4CA9-B069-84F683ADFE0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestScript", "TestScript\TestScript.csproj", "{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject1\SharedProject1.projitems*{01f50899-99da-4ca9-b069-84f683adfe0a}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{1902964a-b0bc-4890-b981-5feaa842b68c}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{2bc812ea-3646-4291-80e5-fcf42497e3c2}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{9820f7f9-15db-4e55-80e9-4bb2663f6b68}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{cc2e8a39-4514-4a3b-b09f-b80f56175045}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{d6c6e95c-9d79-4509-86f3-6978471a39b5}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Debug|x64.ActiveCfg = Debug|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Debug|x64.Build.0 = Debug|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Release|Any CPU.Build.0 = Release|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Release|x64.ActiveCfg = Release|Any CPU
{1902964A-B0BC-4890-B981-5FEAA842B68C}.Release|x64.Build.0 = Release|Any CPU
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Debug|Any CPU.ActiveCfg = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Debug|x64.ActiveCfg = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Debug|x64.Build.0 = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Release|Any CPU.ActiveCfg = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Release|Any CPU.Build.0 = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Release|x64.ActiveCfg = Debug|x64
{9820F7F9-15DB-4E55-80E9-4BB2663F6B68}.Release|x64.Build.0 = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Debug|Any CPU.ActiveCfg = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Debug|x64.ActiveCfg = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Debug|x64.Build.0 = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Release|Any CPU.ActiveCfg = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Release|Any CPU.Build.0 = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Release|x64.ActiveCfg = Debug|x64
{CC2E8A39-4514-4A3B-B09F-B80F56175045}.Release|x64.Build.0 = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Debug|Any CPU.ActiveCfg = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Debug|x64.ActiveCfg = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Debug|x64.Build.0 = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Release|Any CPU.ActiveCfg = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Release|Any CPU.Build.0 = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Release|x64.ActiveCfg = Debug|x64
{2BC812EA-3646-4291-80E5-FCF42497E3C2}.Release|x64.Build.0 = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Debug|Any CPU.ActiveCfg = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Debug|x64.ActiveCfg = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Debug|x64.Build.0 = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Release|Any CPU.ActiveCfg = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Release|Any CPU.Build.0 = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Release|x64.ActiveCfg = Debug|x64
{01F50899-99DA-4CA9-B069-84F683ADFE0A}.Release|x64.Build.0 = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Debug|Any CPU.ActiveCfg = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Debug|x64.ActiveCfg = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Debug|x64.Build.0 = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Release|Any CPU.ActiveCfg = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Release|Any CPU.Build.0 = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Release|x64.ActiveCfg = Debug|x64
{A198A08F-FDE2-4C04-8C18-9D7E7B48139F}.Release|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE2CD643-6BA5-4D13-A157-5C3A1455CD94}
EndGlobalSection
EndGlobal