-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMongoDriver.Facade.sln
More file actions
46 lines (46 loc) · 2.63 KB
/
MongoDriver.Facade.sln
File metadata and controls
46 lines (46 loc) · 2.63 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDriver.Facade", "src\MongoDriver.Facade\MongoDriver.Facade.csproj", "{653DF981-91A2-41CF-8899-AC8EDB35ADDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5728A9A4-29C6-4C5F-9E15-59C2B0DB7E25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1DACF3D5-A480-42AF-AEE5-1749D28FCD88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDriver.Facade.TestApi", "tests\MongoDriver.Facade.TestApi\MongoDriver.Facade.TestApi.csproj", "{68378CC3-E380-43CA-AA7A-9BA52A63C91C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "tests\UnitTest\Test.csproj", "{D86DBAC0-B459-4327-856C-3714EFF6495B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{653DF981-91A2-41CF-8899-AC8EDB35ADDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{653DF981-91A2-41CF-8899-AC8EDB35ADDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{653DF981-91A2-41CF-8899-AC8EDB35ADDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{653DF981-91A2-41CF-8899-AC8EDB35ADDC}.Release|Any CPU.Build.0 = Release|Any CPU
{68378CC3-E380-43CA-AA7A-9BA52A63C91C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68378CC3-E380-43CA-AA7A-9BA52A63C91C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68378CC3-E380-43CA-AA7A-9BA52A63C91C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68378CC3-E380-43CA-AA7A-9BA52A63C91C}.Release|Any CPU.Build.0 = Release|Any CPU
{D86DBAC0-B459-4327-856C-3714EFF6495B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D86DBAC0-B459-4327-856C-3714EFF6495B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86DBAC0-B459-4327-856C-3714EFF6495B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86DBAC0-B459-4327-856C-3714EFF6495B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{653DF981-91A2-41CF-8899-AC8EDB35ADDC} = {5728A9A4-29C6-4C5F-9E15-59C2B0DB7E25}
{68378CC3-E380-43CA-AA7A-9BA52A63C91C} = {1DACF3D5-A480-42AF-AEE5-1749D28FCD88}
{D86DBAC0-B459-4327-856C-3714EFF6495B} = {1DACF3D5-A480-42AF-AEE5-1749D28FCD88}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C90DA400-E3F3-43DB-B355-8512B46687CE}
EndGlobalSection
EndGlobal