-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentManagementApp.sln
More file actions
29 lines (29 loc) · 1.33 KB
/
StudentManagementApp.sln
File metadata and controls
29 lines (29 loc) · 1.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementApp", "StudentManagementApp\StudentManagementApp.csproj", "{842C92EC-BB98-4E4A-9A34-329CE3C23CEA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71199041-C14D-47C2-A300-A55E6BE5BAAD}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{842C92EC-BB98-4E4A-9A34-329CE3C23CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842C92EC-BB98-4E4A-9A34-329CE3C23CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842C92EC-BB98-4E4A-9A34-329CE3C23CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842C92EC-BB98-4E4A-9A34-329CE3C23CEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09B14C85-6F4C-4C05-9B2F-A52EE3448519}
EndGlobalSection
EndGlobal