-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuperBankWeb.sln
31 lines (31 loc) · 1.33 KB
/
SuperBankWeb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SuperBankWeb", "SuperBankWeb\SuperBankWeb.vbproj", "{6BD4BA8A-1B9D-4912-8A78-3B1A37CAE70A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{432A1C3F-CBE1-48FB-85A3-564327F2851F}"
ProjectSection(SolutionItems) = preProject
CreateDB.sql = CreateDB.sql
Intro.sql = Intro.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6BD4BA8A-1B9D-4912-8A78-3B1A37CAE70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD4BA8A-1B9D-4912-8A78-3B1A37CAE70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD4BA8A-1B9D-4912-8A78-3B1A37CAE70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD4BA8A-1B9D-4912-8A78-3B1A37CAE70A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1EBA98B-661E-4F49-94C6-2451B6EF80D1}
EndGlobalSection
EndGlobal