forked from BlueshiftSoftware/EntityFrameworkCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFCore-MongoDB.sln
104 lines (104 loc) · 6.3 KB
/
EFCore-MongoDB.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{FAF9C31C-A1AF-42A9-9306-EC190DCACCC7}"
ProjectSection(SolutionItems) = preProject
build\dependencies.props = build\dependencies.props
build\repo.beforecommon.props = build\repo.beforecommon.props
build\repo.props = build\repo.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Globals", "Globals", "{6841D576-C833-4614-89D8-4CF4DECD1CFA}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
korebuild-lock.txt = korebuild-lock.txt
korebuild.json = korebuild.json
NuGet.config = NuGet.config
README.md = README.md
run.cmd = run.cmd
run.ps1 = run.ps1
run.sh = run.sh
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{258D5057-81B9-40EC-A872-D21E27452749}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{2B598BE4-9107-4F65-90E7-749F3A41F9D6}"
ProjectSection(SolutionItems) = preProject
src\Shared\Check.cs = src\Shared\Check.cs
src\Shared\CodeAnnotations.cs = src\Shared\CodeAnnotations.cs
src\Shared\MemberInfoExtensions.cs = src\Shared\MemberInfoExtensions.cs
src\Shared\PropertyInfoExtensions.cs = src\Shared\PropertyInfoExtensions.cs
src\Shared\SharedTypeExtensions.cs = src\Shared\SharedTypeExtensions.cs
src\Shared\StringBuilderExtensions.cs = src\Shared\StringBuilderExtensions.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.EntityFrameworkCore.MongoDB", "src\Blueshift.EntityFrameworkCore.MongoDB\Blueshift.EntityFrameworkCore.MongoDB.csproj", "{E0841FBC-A266-41BF-AA5F-4514692D2161}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.EntityFrameworkCore.MongoDB.SampleDomain", "src\Blueshift.EntityFrameworkCore.MongoDB.SampleDomain\Blueshift.EntityFrameworkCore.MongoDB.SampleDomain.csproj", "{169261F6-0B97-47A5-98B8-E6AA084FF6A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.EntityFrameworkCore.MongoDB.Tests", "test\Blueshift.EntityFrameworkCore.MongoDB.Tests\Blueshift.EntityFrameworkCore.MongoDB.Tests.csproj", "{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.Identity.MongoDB", "src\Blueshift.Identity.MongoDB\Blueshift.Identity.MongoDB.csproj", "{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.Identity.MongoDB.Tests", "test\Blueshift.Identity.MongoDB.Tests\Blueshift.Identity.MongoDB.Tests.csproj", "{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blueshift.MongoDB.Tests.Shared", "src\Blueshift.MongoDB.Tests.Shared\Blueshift.MongoDB.Tests.Shared.csproj", "{5EAA5630-0DB1-4277-8ABE-404D336AA921}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0841FBC-A266-41BF-AA5F-4514692D2161}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0841FBC-A266-41BF-AA5F-4514692D2161}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0841FBC-A266-41BF-AA5F-4514692D2161}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0841FBC-A266-41BF-AA5F-4514692D2161}.Release|Any CPU.Build.0 = Release|Any CPU
{169261F6-0B97-47A5-98B8-E6AA084FF6A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{169261F6-0B97-47A5-98B8-E6AA084FF6A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{169261F6-0B97-47A5-98B8-E6AA084FF6A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{169261F6-0B97-47A5-98B8-E6AA084FF6A4}.Release|Any CPU.Build.0 = Release|Any CPU
{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8}.Release|Any CPU.Build.0 = Release|Any CPU
{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE}.Release|Any CPU.Build.0 = Release|Any CPU
{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25}.Release|Any CPU.Build.0 = Release|Any CPU
{5EAA5630-0DB1-4277-8ABE-404D336AA921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EAA5630-0DB1-4277-8ABE-404D336AA921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EAA5630-0DB1-4277-8ABE-404D336AA921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EAA5630-0DB1-4277-8ABE-404D336AA921}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B598BE4-9107-4F65-90E7-749F3A41F9D6} = {CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}
{E0841FBC-A266-41BF-AA5F-4514692D2161} = {CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}
{169261F6-0B97-47A5-98B8-E6AA084FF6A4} = {CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}
{314B80D1-CBB7-4EF5-A5BD-3AD9F14069E8} = {258D5057-81B9-40EC-A872-D21E27452749}
{85A1B2BB-BF46-445A-85C3-CFB1CCCB33CE} = {CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}
{E7AF1BE9-6017-4FDF-BDEC-B3FAC1888A25} = {258D5057-81B9-40EC-A872-D21E27452749}
{5EAA5630-0DB1-4277-8ABE-404D336AA921} = {CE6B50B2-34AE-44C9-940A-4E48C3E1B3BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA7DD3E1-6124-4D69-A1C3-E4D643A5C4D5}
EndGlobalSection
EndGlobal