-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMunq.Redis.sln
More file actions
61 lines (61 loc) · 3.5 KB
/
Munq.Redis.sln
File metadata and controls
61 lines (61 loc) · 3.5 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
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9A048BD-3BED-4805-AB88-9C32258F3C50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{218B01BD-0DB0-440E-8F02-BDEEE447BB2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39010506-4FFC-4202-B461-357E4D59BD11}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Munq.Redis.Client", "src\Munq.Redis.Client\Munq.Redis.Client.csproj", "{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Munq.Redis.Client.XunitTests", "test\Munq.Redis.Client.XunitTests\Munq.Redis.Client.XunitTests.csproj", "{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|x64.ActiveCfg = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|x64.Build.0 = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|x86.ActiveCfg = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Debug|x86.Build.0 = Debug|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|Any CPU.Build.0 = Release|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|x64.ActiveCfg = Release|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|x64.Build.0 = Release|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|x86.ActiveCfg = Release|Any CPU
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A}.Release|x86.Build.0 = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|x64.ActiveCfg = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|x64.Build.0 = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Debug|x86.Build.0 = Debug|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|Any CPU.Build.0 = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|x64.ActiveCfg = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|x64.Build.0 = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|x86.ActiveCfg = Release|Any CPU
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{82873A6F-74B5-4A5F-9CC2-0C0763334A0A} = {A9A048BD-3BED-4805-AB88-9C32258F3C50}
{D4C3029E-1DB9-49E5-9D1C-03E508FE44FB} = {218B01BD-0DB0-440E-8F02-BDEEE447BB2E}
EndGlobalSection
EndGlobal