-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathInstrumentControl.sln
55 lines (55 loc) · 3.46 KB
/
InstrumentControl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkflowServer", "WorkflowServer\WorkflowServer.csproj", "{7989657B-6BE1-42AC-A77A-EBE537AAB710}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientServerCommLibrary", "ClientServerCommunication\ClientServerCommLibrary.csproj", "{0E9B5801-5167-44CC-90D3-C8CAF1DF8F6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessStarter", "ProcessStarter\ProcessStarter.csproj", "{1B8ADE4F-6900-448B-A08B-4C314FAB0A34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{C1A15BB3-6B34-41E3-834D-8C85CEBBF99F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GUI", "GUI\GUI.csproj", "{D86E89C2-4A6D-463A-B5EC-56616A7B0104}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstrumentClient", "InstrumentClient\InstrumentClient.csproj", "{2920D894-D01A-44AE-B2B7-EB7626782147}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7989657B-6BE1-42AC-A77A-EBE537AAB710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7989657B-6BE1-42AC-A77A-EBE537AAB710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7989657B-6BE1-42AC-A77A-EBE537AAB710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7989657B-6BE1-42AC-A77A-EBE537AAB710}.Release|Any CPU.Build.0 = Release|Any CPU
{0E9B5801-5167-44CC-90D3-C8CAF1DF8F6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9B5801-5167-44CC-90D3-C8CAF1DF8F6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9B5801-5167-44CC-90D3-C8CAF1DF8F6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9B5801-5167-44CC-90D3-C8CAF1DF8F6A}.Release|Any CPU.Build.0 = Release|Any CPU
{1B8ADE4F-6900-448B-A08B-4C314FAB0A34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B8ADE4F-6900-448B-A08B-4C314FAB0A34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B8ADE4F-6900-448B-A08B-4C314FAB0A34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B8ADE4F-6900-448B-A08B-4C314FAB0A34}.Release|Any CPU.Build.0 = Release|Any CPU
{C1A15BB3-6B34-41E3-834D-8C85CEBBF99F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A15BB3-6B34-41E3-834D-8C85CEBBF99F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A15BB3-6B34-41E3-834D-8C85CEBBF99F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A15BB3-6B34-41E3-834D-8C85CEBBF99F}.Release|Any CPU.Build.0 = Release|Any CPU
{D86E89C2-4A6D-463A-B5EC-56616A7B0104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D86E89C2-4A6D-463A-B5EC-56616A7B0104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86E89C2-4A6D-463A-B5EC-56616A7B0104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86E89C2-4A6D-463A-B5EC-56616A7B0104}.Release|Any CPU.Build.0 = Release|Any CPU
{2920D894-D01A-44AE-B2B7-EB7626782147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2920D894-D01A-44AE-B2B7-EB7626782147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2920D894-D01A-44AE-B2B7-EB7626782147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2920D894-D01A-44AE-B2B7-EB7626782147}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAE43141-596F-40BC-A8E9-DB22938D5668}
EndGlobalSection
EndGlobal