-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathMongoDB.Entities.sln
44 lines (44 loc) · 2.33 KB
/
MongoDB.Entities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Entities", "MongoDB.Entities\MongoDB.Entities.csproj", "{26A6CEA2-CE12-402D-BEF5-7CD18B71A967}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{4E9A9925-CB0D-40F6-A06E-0DA90678DD79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{0ABF1E1B-4B5D-4362-90C2-954B27D5ABCB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{4E4BE652-4EDC-41B4-9E3F-166ACA544B93}"
ProjectSection(SolutionItems) = preProject
changelog.md = changelog.md
README.md = README.md
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26A6CEA2-CE12-402D-BEF5-7CD18B71A967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26A6CEA2-CE12-402D-BEF5-7CD18B71A967}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26A6CEA2-CE12-402D-BEF5-7CD18B71A967}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A6CEA2-CE12-402D-BEF5-7CD18B71A967}.Release|Any CPU.Build.0 = Release|Any CPU
{4E9A9925-CB0D-40F6-A06E-0DA90678DD79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E9A9925-CB0D-40F6-A06E-0DA90678DD79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E9A9925-CB0D-40F6-A06E-0DA90678DD79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E9A9925-CB0D-40F6-A06E-0DA90678DD79}.Release|Any CPU.Build.0 = Release|Any CPU
{0ABF1E1B-4B5D-4362-90C2-954B27D5ABCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABF1E1B-4B5D-4362-90C2-954B27D5ABCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABF1E1B-4B5D-4362-90C2-954B27D5ABCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABF1E1B-4B5D-4362-90C2-954B27D5ABCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF8BE6B7-E592-4233-AE22-0B17E6FAC2AF}
EndGlobalSection
EndGlobal