-
Notifications
You must be signed in to change notification settings - Fork 0
/
NeuroSpeech.EFCoreAutomaticMigration.sln
54 lines (54 loc) · 3.37 KB
/
NeuroSpeech.EFCoreAutomaticMigration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.EFCoreAutomaticMigration", "NeuroSpeech.EFCoreAutomaticMigration\NeuroSpeech.EFCoreAutomaticMigration.csproj", "{963A3244-96BF-423E-93A4-1F2B66B42F32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomaticMigrationConsole", "AutomaticMigrationConsole\AutomaticMigrationConsole.csproj", "{B815E304-F342-49E8-8082-98E29CB9BB56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeuroSpeech.EFCoreAutomaticMigration.PostGreSql", "PostGreSql\NeuroSpeech.EFCoreAutomaticMigration.PostGreSql\NeuroSpeech.EFCoreAutomaticMigration.PostGreSql.csproj", "{75942E58-8306-4971-BAE6-A8948E676D1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PostGreSql", "PostGreSql", "{B71AE9A5-9212-4A50-B558-A60F9FEE48FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostGreSqlAutomaticMigrationConsole", "PostGreSql\PostGreSqlMigrationConsole\PostGreSqlAutomaticMigrationConsole.csproj", "{303D73A9-BA85-42AC-A0D2-7B5D4B998404}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{633316B3-2372-420E-AB39-A2B6809B69BA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{963A3244-96BF-423E-93A4-1F2B66B42F32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{963A3244-96BF-423E-93A4-1F2B66B42F32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{963A3244-96BF-423E-93A4-1F2B66B42F32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{963A3244-96BF-423E-93A4-1F2B66B42F32}.Release|Any CPU.Build.0 = Release|Any CPU
{B815E304-F342-49E8-8082-98E29CB9BB56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B815E304-F342-49E8-8082-98E29CB9BB56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B815E304-F342-49E8-8082-98E29CB9BB56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B815E304-F342-49E8-8082-98E29CB9BB56}.Release|Any CPU.Build.0 = Release|Any CPU
{75942E58-8306-4971-BAE6-A8948E676D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75942E58-8306-4971-BAE6-A8948E676D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75942E58-8306-4971-BAE6-A8948E676D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75942E58-8306-4971-BAE6-A8948E676D1C}.Release|Any CPU.Build.0 = Release|Any CPU
{303D73A9-BA85-42AC-A0D2-7B5D4B998404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{303D73A9-BA85-42AC-A0D2-7B5D4B998404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{303D73A9-BA85-42AC-A0D2-7B5D4B998404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{303D73A9-BA85-42AC-A0D2-7B5D4B998404}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{75942E58-8306-4971-BAE6-A8948E676D1C} = {B71AE9A5-9212-4A50-B558-A60F9FEE48FD}
{303D73A9-BA85-42AC-A0D2-7B5D4B998404} = {B71AE9A5-9212-4A50-B558-A60F9FEE48FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {156E3275-44A5-4A09-A4EE-87E4414412EB}
EndGlobalSection
EndGlobal