-
Notifications
You must be signed in to change notification settings - Fork 0
/
bank system.sln
30 lines (30 loc) · 1.3 KB
/
bank system.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "bank system", "bank system\bank system.vbproj", "{EDB11B04-F74F-4A5E-A3E1-EA7C03068529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EBE70F34-57C4-4E18-B7D7-33BEC11EEAE3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDB11B04-F74F-4A5E-A3E1-EA7C03068529}.Debug|x86.ActiveCfg = Debug|x86
{EDB11B04-F74F-4A5E-A3E1-EA7C03068529}.Debug|x86.Build.0 = Debug|x86
{EDB11B04-F74F-4A5E-A3E1-EA7C03068529}.Release|x86.ActiveCfg = Release|x86
{EDB11B04-F74F-4A5E-A3E1-EA7C03068529}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5984DDA-CC09-4AE3-A979-2EC5602A162E}
EndGlobalSection
EndGlobal