-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMongoData.sln
54 lines (54 loc) · 2.92 KB
/
MongoData.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DF755A65-DC12-4C09-A9DD-6C454BB30C9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F63BDE9A-D772-44B2-9465-EBAB917AE037}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoData", "src\MongoData\MongoData.csproj", "{A627945E-FDC4-4468-8B8B-A771900CDD44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{28FF9312-0BD8-4AE3-8394-57907F14DF2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoData.Tests", "test\MongoData.Tests\MongoData.Tests.csproj", "{BC95A208-2210-471F-99BB-E574A59DDFBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoData.ConsoleTests", "test\MongoData.ConsoleTests\MongoData.ConsoleTests.csproj", "{16121742-046C-4D40-8CCE-4C8C00B5F6F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A627945E-FDC4-4468-8B8B-A771900CDD44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A627945E-FDC4-4468-8B8B-A771900CDD44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A627945E-FDC4-4468-8B8B-A771900CDD44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A627945E-FDC4-4468-8B8B-A771900CDD44}.Release|Any CPU.Build.0 = Release|Any CPU
{BC95A208-2210-471F-99BB-E574A59DDFBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC95A208-2210-471F-99BB-E574A59DDFBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC95A208-2210-471F-99BB-E574A59DDFBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC95A208-2210-471F-99BB-E574A59DDFBB}.Release|Any CPU.Build.0 = Release|Any CPU
{16121742-046C-4D40-8CCE-4C8C00B5F6F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16121742-046C-4D40-8CCE-4C8C00B5F6F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16121742-046C-4D40-8CCE-4C8C00B5F6F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16121742-046C-4D40-8CCE-4C8C00B5F6F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A627945E-FDC4-4468-8B8B-A771900CDD44} = {DF755A65-DC12-4C09-A9DD-6C454BB30C9E}
{BC95A208-2210-471F-99BB-E574A59DDFBB} = {28FF9312-0BD8-4AE3-8394-57907F14DF2D}
{16121742-046C-4D40-8CCE-4C8C00B5F6F5} = {28FF9312-0BD8-4AE3-8394-57907F14DF2D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D38ECBC-E3EB-4D46-AFEE-6F5A39F339CB}
EndGlobalSection
EndGlobal