-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentAccountingSystem.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
Copy pathStudentAccountingSystem.sln
File metadata and controls
37 lines (37 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentAccountingSystem", "StudentAccountingSystem\StudentAccountingSystem.csproj", "{7926C767-6BA9-4FCC-B676-C950344B89AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{35AFE1BC-628A-4A53-B39C-253821E399BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{3B3F5EFD-4613-4142-86C8-C0047D68C6EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7926C767-6BA9-4FCC-B676-C950344B89AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7926C767-6BA9-4FCC-B676-C950344B89AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7926C767-6BA9-4FCC-B676-C950344B89AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7926C767-6BA9-4FCC-B676-C950344B89AD}.Release|Any CPU.Build.0 = Release|Any CPU
{35AFE1BC-628A-4A53-B39C-253821E399BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35AFE1BC-628A-4A53-B39C-253821E399BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35AFE1BC-628A-4A53-B39C-253821E399BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35AFE1BC-628A-4A53-B39C-253821E399BB}.Release|Any CPU.Build.0 = Release|Any CPU
{3B3F5EFD-4613-4142-86C8-C0047D68C6EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3F5EFD-4613-4142-86C8-C0047D68C6EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3F5EFD-4613-4142-86C8-C0047D68C6EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3F5EFD-4613-4142-86C8-C0047D68C6EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B45C027-F087-47F2-A828-3DD5CCC891C0}
EndGlobalSection
EndGlobal