-
Notifications
You must be signed in to change notification settings - Fork 2
/
NoSql.sln
89 lines (88 loc) · 5.56 KB
/
NoSql.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.Core", "NoSql.Core\NoSql.Core.csproj", "{BAA6A0D6-46C3-4ABE-AA79-7E0763DCCA6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6164BEB3-7171-4988-BFD0-9FAE79B7F161}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.AdaptorTests", "NoSql.AdaptorTests\NoSql.AdaptorTests.csproj", "{DDD000F0-87C3-4933-92C5-1A68D43D79BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.MongoDbDriver", "NoSql.MongoDbDriver\NoSql.MongoDbDriver.csproj", "{9CC7B276-9D6A-4127-BCEE-CA1D66DD9220}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.ServiceStackRedis", "NoSql.ServiceStackRedis\NoSql.ServiceStackRedis.csproj", "{B9210803-BA36-40D9-A51A-24A1A36C6437}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14ED39D8-5103-49E5-8643-28BABB9716C7}"
ProjectSection(SolutionItems) = preProject
.tfignore = .tfignore
Readme.txt = Readme.txt
VersionHistory.txt = VersionHistory.txt
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.Core.NuGet", "NoSql.Core.NuGet\NoSql.Core.NuGet.csproj", "{1F296FCE-9291-4DDF-9074-077DFA1551C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.MongoDbDriver.NuGet", "NoSql.MongoDbDriver.NuGet\NoSql.MongoDbDriver.NuGet.csproj", "{C6D50131-5008-4353-8E54-F39A7CE9B4EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSql.ServiceStackRedis.NuGet", "NoSql.ServiceStackRedis.NuGet\NoSql.ServiceStackRedis.NuGet.csproj", "{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGetPackages", "NuGetPackages", "{BAD49431-7188-414B-A154-DB2C64790C29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B2B1718A-482C-4B23-AA90-7E7585AEE823}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NuGetPack", ".NuGetPack", "{014D1272-5678-4230-A4A1-395B216F81DD}"
ProjectSection(SolutionItems) = preProject
.NuGetPack\NuGet.exe = .NuGetPack\NuGet.exe
.NuGetPack\NuGetPack.exe = .NuGetPack\NuGetPack.exe
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAA6A0D6-46C3-4ABE-AA79-7E0763DCCA6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA6A0D6-46C3-4ABE-AA79-7E0763DCCA6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA6A0D6-46C3-4ABE-AA79-7E0763DCCA6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA6A0D6-46C3-4ABE-AA79-7E0763DCCA6C}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD000F0-87C3-4933-92C5-1A68D43D79BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD000F0-87C3-4933-92C5-1A68D43D79BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD000F0-87C3-4933-92C5-1A68D43D79BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD000F0-87C3-4933-92C5-1A68D43D79BD}.Release|Any CPU.Build.0 = Release|Any CPU
{9CC7B276-9D6A-4127-BCEE-CA1D66DD9220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC7B276-9D6A-4127-BCEE-CA1D66DD9220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC7B276-9D6A-4127-BCEE-CA1D66DD9220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC7B276-9D6A-4127-BCEE-CA1D66DD9220}.Release|Any CPU.Build.0 = Release|Any CPU
{B9210803-BA36-40D9-A51A-24A1A36C6437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9210803-BA36-40D9-A51A-24A1A36C6437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9210803-BA36-40D9-A51A-24A1A36C6437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9210803-BA36-40D9-A51A-24A1A36C6437}.Release|Any CPU.Build.0 = Release|Any CPU
{1F296FCE-9291-4DDF-9074-077DFA1551C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F296FCE-9291-4DDF-9074-077DFA1551C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F296FCE-9291-4DDF-9074-077DFA1551C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F296FCE-9291-4DDF-9074-077DFA1551C6}.Release|Any CPU.Build.0 = Release|Any CPU
{C6D50131-5008-4353-8E54-F39A7CE9B4EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6D50131-5008-4353-8E54-F39A7CE9B4EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6D50131-5008-4353-8E54-F39A7CE9B4EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6D50131-5008-4353-8E54-F39A7CE9B4EC}.Release|Any CPU.Build.0 = Release|Any CPU
{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DDD000F0-87C3-4933-92C5-1A68D43D79BD} = {6164BEB3-7171-4988-BFD0-9FAE79B7F161}
{1F296FCE-9291-4DDF-9074-077DFA1551C6} = {BAD49431-7188-414B-A154-DB2C64790C29}
{C6D50131-5008-4353-8E54-F39A7CE9B4EC} = {BAD49431-7188-414B-A154-DB2C64790C29}
{5EF724BB-13B5-47D0-86E9-CDF19B3A7E2E} = {BAD49431-7188-414B-A154-DB2C64790C29}
EndGlobalSection
EndGlobal