forked from madelson/DistributedLock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDistributedLock.sln
More file actions
38 lines (38 loc) · 2.28 KB
/
DistributedLock.sln
File metadata and controls
38 lines (38 loc) · 2.28 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLock", "DistributedLock\DistributedLock.csproj", "{C1F56B68-C2EE-48E5-A99B-B40D397AE34F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedLock.Tests", "DistributedLock.Tests\DistributedLock.Tests.csproj", "{DDAD6899-3EF5-49BC-A41D-D46F50751457}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedLockTaker", "DistributedLockTaker\DistributedLockTaker.csproj", "{6219CF2C-A3F8-4453-BE20-79EFC32987D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1F56B68-C2EE-48E5-A99B-B40D397AE34F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F56B68-C2EE-48E5-A99B-B40D397AE34F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F56B68-C2EE-48E5-A99B-B40D397AE34F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F56B68-C2EE-48E5-A99B-B40D397AE34F}.Release|Any CPU.Build.0 = Release|Any CPU
{DDAD6899-3EF5-49BC-A41D-D46F50751457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDAD6899-3EF5-49BC-A41D-D46F50751457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDAD6899-3EF5-49BC-A41D-D46F50751457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDAD6899-3EF5-49BC-A41D-D46F50751457}.Release|Any CPU.Build.0 = Release|Any CPU
{6219CF2C-A3F8-4453-BE20-79EFC32987D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6219CF2C-A3F8-4453-BE20-79EFC32987D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6219CF2C-A3F8-4453-BE20-79EFC32987D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6219CF2C-A3F8-4453-BE20-79EFC32987D9}.Release|Any CPU.Build.0 = Release|Any CPU
{DE234924-70AD-4675-9BFD-D08017126CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE234924-70AD-4675-9BFD-D08017126CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE234924-70AD-4675-9BFD-D08017126CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE234924-70AD-4675-9BFD-D08017126CA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal