forked from mongodb/mongo-csharp-driver-jsondotnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MongoDB.Integrations.JsonDotNet.sln
36 lines (36 loc) · 2.03 KB
/
MongoDB.Integrations.JsonDotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Integrations.JsonDotNet", "src\MongoDB.Integrations.JsonDotNet\MongoDB.Integrations.JsonDotNet.csproj", "{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Integrations.JsonDotNet.Tests", "tests\MongoDB.Integrations.JsonDotNet.Tests\MongoDB.Integrations.JsonDotNet.Tests.csproj", "{FC8172BA-9BF4-411A-8149-7887321A13BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C5830C65-B9F3-4BD4-BDC9-E8F617E9FD2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{857B0FAE-568A-4BAC-AE77-0704F282DB97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E}.Release|Any CPU.Build.0 = Release|Any CPU
{FC8172BA-9BF4-411A-8149-7887321A13BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC8172BA-9BF4-411A-8149-7887321A13BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC8172BA-9BF4-411A-8149-7887321A13BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC8172BA-9BF4-411A-8149-7887321A13BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BD207CF4-7494-4873-9D08-0FCE1A6A3B3E} = {C5830C65-B9F3-4BD4-BDC9-E8F617E9FD2F}
{FC8172BA-9BF4-411A-8149-7887321A13BC} = {857B0FAE-568A-4BAC-AE77-0704F282DB97}
EndGlobalSection
EndGlobal