-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDistributedKVStore.sln
49 lines (49 loc) · 3.01 KB
/
DistributedKVStore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkLayer", "NetworkLayer\NetworkLayer.csproj", "{FAA8D00C-68CA-4F75-8F3F-19C9C2D231F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coordinator", "Coordinator\Coordinator.csproj", "{B12D276E-C449-4716-B424-85EF4150D6D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationLayer", "ApplicationLayer\ApplicationLayer.csproj", "{60043454-420C-49DA-A075-B6C180923104}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationUtilities", "ApplicationUtilities\ApplicationUtilities.csproj", "{BD954D0A-46F5-465D-81CF-EA78361BB65A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{8422B72D-FB01-4A12-A06E-514D711FA448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAA8D00C-68CA-4F75-8F3F-19C9C2D231F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAA8D00C-68CA-4F75-8F3F-19C9C2D231F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAA8D00C-68CA-4F75-8F3F-19C9C2D231F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAA8D00C-68CA-4F75-8F3F-19C9C2D231F5}.Release|Any CPU.Build.0 = Release|Any CPU
{B12D276E-C449-4716-B424-85EF4150D6D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B12D276E-C449-4716-B424-85EF4150D6D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B12D276E-C449-4716-B424-85EF4150D6D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B12D276E-C449-4716-B424-85EF4150D6D0}.Release|Any CPU.Build.0 = Release|Any CPU
{60043454-420C-49DA-A075-B6C180923104}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60043454-420C-49DA-A075-B6C180923104}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60043454-420C-49DA-A075-B6C180923104}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60043454-420C-49DA-A075-B6C180923104}.Release|Any CPU.Build.0 = Release|Any CPU
{BD954D0A-46F5-465D-81CF-EA78361BB65A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD954D0A-46F5-465D-81CF-EA78361BB65A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD954D0A-46F5-465D-81CF-EA78361BB65A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD954D0A-46F5-465D-81CF-EA78361BB65A}.Release|Any CPU.Build.0 = Release|Any CPU
{8422B72D-FB01-4A12-A06E-514D711FA448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8422B72D-FB01-4A12-A06E-514D711FA448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8422B72D-FB01-4A12-A06E-514D711FA448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8422B72D-FB01-4A12-A06E-514D711FA448}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E06149B-BD08-41B6-98AB-C0E12F42575E}
EndGlobalSection
EndGlobal