-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdamServer.sln
55 lines (55 loc) · 3.6 KB
/
AdamServer.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.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdamServer", "AdamServer.csproj", "{98EDA520-3E4E-44C1-B7ED-2B345F22E71C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdamServer.Interfaces", "AdamServer.Interfaces\AdamServer.Interfaces.csproj", "{928A56F0-ECCC-427F-A857-6E52A52B0C12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamServer.Services.Common", "AdamServer.Services.Common\AdamServer.Services.Common.csproj", "{A2329456-61F5-429D-8394-B5FBBB93659F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamServer.Core", "AdamServer.Core\AdamServer.Core.csproj", "{A9A45B17-7D00-479A-8598-5291B54817FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamServer.Services.Linux", "AdamServer.Services.Linux\AdamServer.Services.Linux.csproj", "{CA619A5E-BE0A-454F-8181-00C0DA07BBAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamServer.Services.Windows", "AdamServer.Services.Windows\AdamServer.Services.Windows.csproj", "{7C73CE87-43F2-4CF4-B43C-2AFAAA6CC170}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98EDA520-3E4E-44C1-B7ED-2B345F22E71C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98EDA520-3E4E-44C1-B7ED-2B345F22E71C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98EDA520-3E4E-44C1-B7ED-2B345F22E71C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98EDA520-3E4E-44C1-B7ED-2B345F22E71C}.Release|Any CPU.Build.0 = Release|Any CPU
{928A56F0-ECCC-427F-A857-6E52A52B0C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{928A56F0-ECCC-427F-A857-6E52A52B0C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{928A56F0-ECCC-427F-A857-6E52A52B0C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{928A56F0-ECCC-427F-A857-6E52A52B0C12}.Release|Any CPU.Build.0 = Release|Any CPU
{A2329456-61F5-429D-8394-B5FBBB93659F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2329456-61F5-429D-8394-B5FBBB93659F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2329456-61F5-429D-8394-B5FBBB93659F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2329456-61F5-429D-8394-B5FBBB93659F}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A45B17-7D00-479A-8598-5291B54817FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A45B17-7D00-479A-8598-5291B54817FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A45B17-7D00-479A-8598-5291B54817FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A45B17-7D00-479A-8598-5291B54817FE}.Release|Any CPU.Build.0 = Release|Any CPU
{CA619A5E-BE0A-454F-8181-00C0DA07BBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA619A5E-BE0A-454F-8181-00C0DA07BBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA619A5E-BE0A-454F-8181-00C0DA07BBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA619A5E-BE0A-454F-8181-00C0DA07BBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{7C73CE87-43F2-4CF4-B43C-2AFAAA6CC170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C73CE87-43F2-4CF4-B43C-2AFAAA6CC170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C73CE87-43F2-4CF4-B43C-2AFAAA6CC170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C73CE87-43F2-4CF4-B43C-2AFAAA6CC170}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5C70599-6B23-49E1-982B-DF432900061A}
EndGlobalSection
EndGlobal