-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDB_Schema_Export_Tool_Console.sln
36 lines (36 loc) · 1.88 KB
/
DB_Schema_Export_Tool_Console.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DB_Schema_Export_Tool_Console", "DB_Schema_Export_Tool_Console.csproj", "{2A5BA9B9-32ED-4E3B-9094-CF5D5A71D5E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A13B8D45-3963-4294-9A44-5E8C80F90E86}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TableNameMapContainer", "TableNameMapContainer\TableNameMapContainer.csproj", "{10CC3F92-4187-46B0-BFD4-E14F60E30A99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A5BA9B9-32ED-4E3B-9094-CF5D5A71D5E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A5BA9B9-32ED-4E3B-9094-CF5D5A71D5E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5BA9B9-32ED-4E3B-9094-CF5D5A71D5E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5BA9B9-32ED-4E3B-9094-CF5D5A71D5E9}.Release|Any CPU.Build.0 = Release|Any CPU
{10CC3F92-4187-46B0-BFD4-E14F60E30A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CC3F92-4187-46B0-BFD4-E14F60E30A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CC3F92-4187-46B0-BFD4-E14F60E30A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CC3F92-4187-46B0-BFD4-E14F60E30A99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D2F6AFB-453C-41C2-8379-5730B9C9E581}
EndGlobalSection
EndGlobal