-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIamTC_SQL-Database.sln
More file actions
40 lines (40 loc) · 2.1 KB
/
IamTC_SQL-Database.sln
File metadata and controls
40 lines (40 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34302.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "PersonDB", "PersonDB\PersonDB.sqlproj", "{A8EA13C0-4567-44E7-8DFB-1B048F822332}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC5C77D2-FD76-4B17-BBAD-0F514EE9A36E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Import_OrderDB", "Import_OrderDB\Import_OrderDB.sqlproj", "{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Release|Any CPU.Build.0 = Release|Any CPU
{A8EA13C0-4567-44E7-8DFB-1B048F822332}.Release|Any CPU.Deploy.0 = Release|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Release|Any CPU.Build.0 = Release|Any CPU
{1E71C4A6-FE3C-49D3-930E-07CDFD226C6A}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D575C5E-2782-418A-B7E6-374E4004594D}
EndGlobalSection
EndGlobal