forked from VladimirRybalko/CSharpMongoMigrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharpMongoMigrations.sln
59 lines (59 loc) · 3.57 KB
/
CSharpMongoMigrations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpMongoMigrations.Demo", "src\CSharpMongoMigrations.Demo\CSharpMongoMigrations.Demo.csproj", "{9F8EA935-AE93-474F-B86E-F83ED3C45789}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpMongoMigrations.Tests", "test\CSharpMongoMigrations.Tests\CSharpMongoMigrations.Tests.csproj", "{E862FF52-5809-4455-B0E1-BDD5408E83C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpMongoMigrations", "src\CSharpMongoMigrations\CSharpMongoMigrations.csproj", "{310926BA-E1A8-487C-B968-58E3916DBB66}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC1AA5F3-9070-4A13-B8FB-5DA86ECDA7F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F9C3004D-9578-45DD-8838-9E64C3379B30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-mongodb", "src\dotnet-mongodb\dotnet-mongodb.csproj", "{4565AF1C-6645-4428-AD32-0C67CE07F64F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACC23326-C728-484A-B285-0B5848A0D030}"
ProjectSection(SolutionItems) = preProject
src\build_nuget.bat = src\build_nuget.bat
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F8EA935-AE93-474F-B86E-F83ED3C45789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F8EA935-AE93-474F-B86E-F83ED3C45789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F8EA935-AE93-474F-B86E-F83ED3C45789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F8EA935-AE93-474F-B86E-F83ED3C45789}.Release|Any CPU.Build.0 = Release|Any CPU
{E862FF52-5809-4455-B0E1-BDD5408E83C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E862FF52-5809-4455-B0E1-BDD5408E83C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E862FF52-5809-4455-B0E1-BDD5408E83C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E862FF52-5809-4455-B0E1-BDD5408E83C8}.Release|Any CPU.Build.0 = Release|Any CPU
{310926BA-E1A8-487C-B968-58E3916DBB66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{310926BA-E1A8-487C-B968-58E3916DBB66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{310926BA-E1A8-487C-B968-58E3916DBB66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{310926BA-E1A8-487C-B968-58E3916DBB66}.Release|Any CPU.Build.0 = Release|Any CPU
{4565AF1C-6645-4428-AD32-0C67CE07F64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4565AF1C-6645-4428-AD32-0C67CE07F64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4565AF1C-6645-4428-AD32-0C67CE07F64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4565AF1C-6645-4428-AD32-0C67CE07F64F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F8EA935-AE93-474F-B86E-F83ED3C45789} = {F9C3004D-9578-45DD-8838-9E64C3379B30}
{E862FF52-5809-4455-B0E1-BDD5408E83C8} = {F9C3004D-9578-45DD-8838-9E64C3379B30}
{310926BA-E1A8-487C-B968-58E3916DBB66} = {BC1AA5F3-9070-4A13-B8FB-5DA86ECDA7F6}
{4565AF1C-6645-4428-AD32-0C67CE07F64F} = {BC1AA5F3-9070-4A13-B8FB-5DA86ECDA7F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3635FA5-E590-4219-A057-5A5685E68FEF}
EndGlobalSection
EndGlobal