-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDistributedLock.sln
More file actions
37 lines (37 loc) · 2.13 KB
/
DistributedLock.sln
File metadata and controls
37 lines (37 loc) · 2.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLock.Sample", "DistributedLock.Sample\DistributedLock.Sample.csproj", "{FA64B804-6D02-44E3-8F04-FDF081BE397A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DistributedLock.Mongo.Tests", "DistributedLock.Mongo.Tests\DistributedLock.Mongo.Tests.csproj", "{2F7F3EC3-3E4F-464B-8072-13973F91DB6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedLock.Mongo", "DistributedLock.Mongo\DistributedLock.Mongo.csproj", "{FC8EF5FF-C88B-4F0F-9CA0-E883D3BC14EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA64B804-6D02-44E3-8F04-FDF081BE397A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA64B804-6D02-44E3-8F04-FDF081BE397A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA64B804-6D02-44E3-8F04-FDF081BE397A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA64B804-6D02-44E3-8F04-FDF081BE397A}.Release|Any CPU.Build.0 = Release|Any CPU
{2F7F3EC3-3E4F-464B-8072-13973F91DB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F7F3EC3-3E4F-464B-8072-13973F91DB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F7F3EC3-3E4F-464B-8072-13973F91DB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F7F3EC3-3E4F-464B-8072-13973F91DB6F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC8EF5FF-C88B-4F0F-9CA0-E883D3BC14EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC8EF5FF-C88B-4F0F-9CA0-E883D3BC14EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC8EF5FF-C88B-4F0F-9CA0-E883D3BC14EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC8EF5FF-C88B-4F0F-9CA0-E883D3BC14EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B46B7F34-BB58-417A-8FFB-ACC03FB7EA6F}
EndGlobalSection
EndGlobal