-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDBMegreat.sln
54 lines (53 loc) · 3.27 KB
/
DBMegreat.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 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93193CD6-8CCF-4D58-9FFD-45FF7029823D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B53A1936-1F70-488A-A00B-EF88F1A9F50D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMegreat.MigrationTools", "src\DBMegreat.MigrationTools\DBMegreat.MigrationTools.csproj", "{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMegreat.MigrationTools.Test", "test\DBMegreat.MigrationTools.Test\DBMegreat.MigrationTools.Test.csproj", "{9586E763-8771-426C-886A-F83F10E90437}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMegreat.MigrationTools.Integration.Test", "test\DBMegreat.MigrationTools.Integration.Test\DBMegreat.MigrationTools.Integration.Test.csproj", "{658D6E42-3CDB-4137-B783-8C248F277413}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBMegreat.ConsoleApp", "src\DBMegreat.ConsoleApp\DBMegreat.ConsoleApp.csproj", "{01ABED64-E56F-4E96-B2EB-23FEAC2181A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D}.Release|Any CPU.Build.0 = Release|Any CPU
{9586E763-8771-426C-886A-F83F10E90437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9586E763-8771-426C-886A-F83F10E90437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9586E763-8771-426C-886A-F83F10E90437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9586E763-8771-426C-886A-F83F10E90437}.Release|Any CPU.Build.0 = Release|Any CPU
{658D6E42-3CDB-4137-B783-8C248F277413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{658D6E42-3CDB-4137-B783-8C248F277413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{658D6E42-3CDB-4137-B783-8C248F277413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{658D6E42-3CDB-4137-B783-8C248F277413}.Release|Any CPU.Build.0 = Release|Any CPU
{01ABED64-E56F-4E96-B2EB-23FEAC2181A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01ABED64-E56F-4E96-B2EB-23FEAC2181A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01ABED64-E56F-4E96-B2EB-23FEAC2181A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01ABED64-E56F-4E96-B2EB-23FEAC2181A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4DEA9EB-E86B-46AC-B0A9-ED9E0D05928D} = {93193CD6-8CCF-4D58-9FFD-45FF7029823D}
{9586E763-8771-426C-886A-F83F10E90437} = {B53A1936-1F70-488A-A00B-EF88F1A9F50D}
{658D6E42-3CDB-4137-B783-8C248F277413} = {B53A1936-1F70-488A-A00B-EF88F1A9F50D}
{01ABED64-E56F-4E96-B2EB-23FEAC2181A8} = {93193CD6-8CCF-4D58-9FFD-45FF7029823D}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.TabsToSpaces = True
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal