-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDatabaseMigration.sln
More file actions
57 lines (57 loc) · 3.26 KB
/
DatabaseMigration.sln
File metadata and controls
57 lines (57 loc) · 3.26 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Migrator\Service.csproj", "{CF0A1AB3-9213-4DAE-AE9D-6B1BA8E5B78C}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "MigrationDatabase", "MigrationDatabase\MigrationDatabase.sqlproj", "{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MigratorUnitTests", "MigratorUnitTests\MigratorUnitTests.csproj", "{A951D8C3-9083-4DB2-876E-63A4A03F179F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseMigration", "DatabaseMigration\DatabaseMigration.csproj", "{52DB79DD-7634-449B-A2E4-542D68A18B9A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3E1BABC4-2B31-4C07-982B-95872733F01F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHooks", "GitHooks", "{C5BF98FE-55BD-4CA3-92D3-F801E06C7EAB}"
ProjectSection(SolutionItems) = preProject
GitHooks\deploy-database-git-scripts.ps1 = GitHooks\deploy-database-git-scripts.ps1
GitHooks\ReadMe.md = GitHooks\ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF0A1AB3-9213-4DAE-AE9D-6B1BA8E5B78C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0A1AB3-9213-4DAE-AE9D-6B1BA8E5B78C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0A1AB3-9213-4DAE-AE9D-6B1BA8E5B78C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0A1AB3-9213-4DAE-AE9D-6B1BA8E5B78C}.Release|Any CPU.Build.0 = Release|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{72AD2D9A-C48A-468E-B326-9AA7CC3F2FBC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A951D8C3-9083-4DB2-876E-63A4A03F179F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A951D8C3-9083-4DB2-876E-63A4A03F179F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A951D8C3-9083-4DB2-876E-63A4A03F179F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A951D8C3-9083-4DB2-876E-63A4A03F179F}.Release|Any CPU.Build.0 = Release|Any CPU
{52DB79DD-7634-449B-A2E4-542D68A18B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52DB79DD-7634-449B-A2E4-542D68A18B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52DB79DD-7634-449B-A2E4-542D68A18B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52DB79DD-7634-449B-A2E4-542D68A18B9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3695607A-8EF6-4756-9515-D512319AE0DB}
EndGlobalSection
EndGlobal