-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBankSystem.sln
29 lines (29 loc) · 1.38 KB
/
BankSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankSystem", "BankSystem\BankSystem.csproj", "{44456E9B-0B45-42F4-BCCA-B06CF08EE2FE}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "BankSetup", "BankSetup\BankSetup.vdproj", "{7F43065D-935C-4957-B163-94AC493311A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44456E9B-0B45-42F4-BCCA-B06CF08EE2FE}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{44456E9B-0B45-42F4-BCCA-B06CF08EE2FE}.Debug|Any CPU.Build.0 = Release|Any CPU
{44456E9B-0B45-42F4-BCCA-B06CF08EE2FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44456E9B-0B45-42F4-BCCA-B06CF08EE2FE}.Release|Any CPU.Build.0 = Release|Any CPU
{7F43065D-935C-4957-B163-94AC493311A1}.Debug|Any CPU.ActiveCfg = Debug
{7F43065D-935C-4957-B163-94AC493311A1}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3403E8BB-050A-4C2F-885E-4755518FDB0E}
EndGlobalSection
EndGlobal