-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevHorizons.MongoORM.sln
37 lines (37 loc) · 1.72 KB
/
DevHorizons.MongoORM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A3F02C02-40CF-4EDB-A6D3-0A476AA0603F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FFA7BA66-55E8-40F4-964C-7243ED12E9A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{355DE3EB-2085-41FD-9A38-1A72E3AD17AE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevHorizons.MongoORM", "src\DevHorizons.MongoORM\DevHorizons.MongoORM.csproj", "{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8CFD96B2-F310-4DCD-9D48-D55C7CD49F0D} = {A3F02C02-40CF-4EDB-A6D3-0A476AA0603F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8031D71-5FFD-4199-A39B-4E27484804E8}
EndGlobalSection
EndGlobal