-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDistLock.sln
More file actions
58 lines (58 loc) · 3.07 KB
/
DistLock.sln
File metadata and controls
58 lines (58 loc) · 3.07 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{42ECCEF4-B356-4361-98B1-9547382736C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9332B62F-57C1-4CD8-8FB8-C6517C494CFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BED5AAF7-8B94-4A34-88DF-EA0E7465316F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A8EEEE70-1A59-4BEC-909D-F868988C5E46}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistLock.Entity", "src\DistLock.Entity\DistLock.Entity.csproj", "{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistLock.Locker", "src\DistLock.Locker\DistLock.Locker.csproj", "{F1CA2D54-22FD-4370-B931-FF8B68D8B428}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LockTest", "test\LockTest\LockTest.csproj", "{105DDF21-908C-4CEF-BEB6-36942A198787}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9}.Release|Any CPU.Build.0 = Release|Any CPU
{F1CA2D54-22FD-4370-B931-FF8B68D8B428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1CA2D54-22FD-4370-B931-FF8B68D8B428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1CA2D54-22FD-4370-B931-FF8B68D8B428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1CA2D54-22FD-4370-B931-FF8B68D8B428}.Release|Any CPU.Build.0 = Release|Any CPU
{105DDF21-908C-4CEF-BEB6-36942A198787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105DDF21-908C-4CEF-BEB6-36942A198787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105DDF21-908C-4CEF-BEB6-36942A198787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105DDF21-908C-4CEF-BEB6-36942A198787}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8AAE2510-4EBB-4F57-AAE2-DF182CFA5DA9} = {42ECCEF4-B356-4361-98B1-9547382736C9}
{F1CA2D54-22FD-4370-B931-FF8B68D8B428} = {42ECCEF4-B356-4361-98B1-9547382736C9}
{105DDF21-908C-4CEF-BEB6-36942A198787} = {9332B62F-57C1-4CD8-8FB8-C6517C494CFC}
EndGlobalSection
EndGlobal