-
Notifications
You must be signed in to change notification settings - Fork 1
/
redlock-cs.sln
43 lines (43 loc) · 2.15 KB
/
redlock-cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67E6E906-E4E0-494E-AD81-7336ABE07D04}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{90F61C0F-155F-4D30-A663-768FA215987D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "redlock-cs", "src\redlock-cs\redlock-cs.csproj", "{343BBE75-CF73-4428-9460-8B41C21E4D82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "redlock-cs-tests", "tests\redlock-cs-tests\redlock-cs-tests.csproj", "{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{343BBE75-CF73-4428-9460-8B41C21E4D82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{343BBE75-CF73-4428-9460-8B41C21E4D82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{343BBE75-CF73-4428-9460-8B41C21E4D82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{343BBE75-CF73-4428-9460-8B41C21E4D82}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A9B435FD-3120-4D8F-B17D-AE0DE15A29F1} = {90F61C0F-155F-4D30-A663-768FA215987D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B68CCF2-D15F-4583-8B6D-388444ABA039}
EndGlobalSection
EndGlobal