-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DatabaseMigrateExtSolution.sln
48 lines (48 loc) · 2.67 KB
/
DatabaseMigrateExtSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseMigrateExt", "Src\DatabaseMigrateExt\DatabaseMigrateExt.csproj", "{5573E2B7-A629-47B0-AD6A-39233CC3C289}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E1E4B28F-54C5-4C6C-9641-F6926FA7896F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{849F76E0-F520-485F-9CE4-9914808EEE3A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseMigrateRunner", "Samples\DatabaseMigrateRunner\DatabaseMigrateRunner.csproj", "{69079B8B-3D35-499E-AC67-F8F0D75FD58B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoLog.Serilog", "Samples\DemoLog.Serilog\DemoLog.Serilog.csproj", "{40B575B5-2C47-4606-92D1-FEE0BE8F9B91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5573E2B7-A629-47B0-AD6A-39233CC3C289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5573E2B7-A629-47B0-AD6A-39233CC3C289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5573E2B7-A629-47B0-AD6A-39233CC3C289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5573E2B7-A629-47B0-AD6A-39233CC3C289}.Release|Any CPU.Build.0 = Release|Any CPU
{69079B8B-3D35-499E-AC67-F8F0D75FD58B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69079B8B-3D35-499E-AC67-F8F0D75FD58B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69079B8B-3D35-499E-AC67-F8F0D75FD58B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69079B8B-3D35-499E-AC67-F8F0D75FD58B}.Release|Any CPU.Build.0 = Release|Any CPU
{40B575B5-2C47-4606-92D1-FEE0BE8F9B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40B575B5-2C47-4606-92D1-FEE0BE8F9B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40B575B5-2C47-4606-92D1-FEE0BE8F9B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40B575B5-2C47-4606-92D1-FEE0BE8F9B91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69079B8B-3D35-499E-AC67-F8F0D75FD58B} = {E1E4B28F-54C5-4C6C-9641-F6926FA7896F}
{40B575B5-2C47-4606-92D1-FEE0BE8F9B91} = {E1E4B28F-54C5-4C6C-9641-F6926FA7896F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFFC62F6-DBE1-4AE5-9898-149CCF76367C}
EndGlobalSection
EndGlobal