-
Notifications
You must be signed in to change notification settings - Fork 0
/
LabCenter.sln
78 lines (78 loc) · 5.12 KB
/
LabCenter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.0.0
MinimumVisualStudioVersion = 16.0.0.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabCenter.Server", "Server\LabCenter.Server.csproj", "{86D75A43-2C76-4748-A51C-C9F326006BD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabCenter.Client", "Client\LabCenter.Client.csproj", "{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabCenter.Shared", "Shared\LabCenter.Shared.csproj", "{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LabCenter.Tests", "Tests\LabCenter.Tests.csproj", "{B8FB4047-6819-4B01-98A9-B898640BEE33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|x64.ActiveCfg = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|x64.Build.0 = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|x86.ActiveCfg = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Debug|x86.Build.0 = Debug|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|Any CPU.Build.0 = Release|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|x64.ActiveCfg = Release|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|x64.Build.0 = Release|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|x86.ActiveCfg = Release|Any CPU
{86D75A43-2C76-4748-A51C-C9F326006BD7}.Release|x86.Build.0 = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|x64.ActiveCfg = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|x64.Build.0 = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|x86.ActiveCfg = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Debug|x86.Build.0 = Debug|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|Any CPU.Build.0 = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|x64.ActiveCfg = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|x64.Build.0 = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|x86.ActiveCfg = Release|Any CPU
{397312A9-E9B5-47B2-8CA9-C6FA34A2C31F}.Release|x86.Build.0 = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|x64.ActiveCfg = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|x64.Build.0 = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|x86.ActiveCfg = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Debug|x86.Build.0 = Debug|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|Any CPU.Build.0 = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|x64.ActiveCfg = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|x64.Build.0 = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|x86.ActiveCfg = Release|Any CPU
{D27AE2B4-09CB-4CC5-847B-7F5F750228CA}.Release|x86.Build.0 = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|x64.ActiveCfg = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|x64.Build.0 = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|x86.ActiveCfg = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Debug|x86.Build.0 = Debug|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|Any CPU.Build.0 = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|x64.ActiveCfg = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|x64.Build.0 = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|x86.ActiveCfg = Release|Any CPU
{B8FB4047-6819-4B01-98A9-B898640BEE33}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17298242-ED43-4358-A66E-941915EAD9C6}
EndGlobalSection
EndGlobal