-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebAPI_.NET6_StudentManagementSystem.sln
49 lines (49 loc) · 3.34 KB
/
WebAPI_.NET6_StudentManagementSystem.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechSol.StudentManagementSystem.API", "TechSol.StudentManagementSystem.API\TechSol.StudentManagementSystem.API.csproj", "{B88A87EE-BB77-40F9-BDDD-603BDA9FFA02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechSol.StudentManagementSystem.BL", "TechSol.StudentManagementSystem.BL\TechSol.StudentManagementSystem.BL.csproj", "{8CBB1BBF-6F25-4CFE-AB81-2569CCE0C879}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechSol.StudentManagementSystem.DAL", "TechSol.StudentManagementSystem.DAL\TechSol.StudentManagementSystem.DAL.csproj", "{2A6EF4D1-D448-4606-937C-9E5F768A83C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechSol.StudentManagementSystem.Models", "TechSol.StudentManagementSystem.Models\TechSol.StudentManagementSystem.Models.csproj", "{225E5489-01AF-42AD-8894-4FFD073DEB87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechSol.StudentManagementSystem.Utility", "TechSol.StudentManagementSystem.Utility\TechSol.StudentManagementSystem.Utility.csproj", "{5AF5C7F5-C83B-404E-8F1E-ED946BE6119B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B88A87EE-BB77-40F9-BDDD-603BDA9FFA02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B88A87EE-BB77-40F9-BDDD-603BDA9FFA02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B88A87EE-BB77-40F9-BDDD-603BDA9FFA02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B88A87EE-BB77-40F9-BDDD-603BDA9FFA02}.Release|Any CPU.Build.0 = Release|Any CPU
{8CBB1BBF-6F25-4CFE-AB81-2569CCE0C879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CBB1BBF-6F25-4CFE-AB81-2569CCE0C879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CBB1BBF-6F25-4CFE-AB81-2569CCE0C879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CBB1BBF-6F25-4CFE-AB81-2569CCE0C879}.Release|Any CPU.Build.0 = Release|Any CPU
{2A6EF4D1-D448-4606-937C-9E5F768A83C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A6EF4D1-D448-4606-937C-9E5F768A83C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A6EF4D1-D448-4606-937C-9E5F768A83C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A6EF4D1-D448-4606-937C-9E5F768A83C6}.Release|Any CPU.Build.0 = Release|Any CPU
{225E5489-01AF-42AD-8894-4FFD073DEB87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{225E5489-01AF-42AD-8894-4FFD073DEB87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{225E5489-01AF-42AD-8894-4FFD073DEB87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{225E5489-01AF-42AD-8894-4FFD073DEB87}.Release|Any CPU.Build.0 = Release|Any CPU
{5AF5C7F5-C83B-404E-8F1E-ED946BE6119B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AF5C7F5-C83B-404E-8F1E-ED946BE6119B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AF5C7F5-C83B-404E-8F1E-ED946BE6119B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AF5C7F5-C83B-404E-8F1E-ED946BE6119B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4688F362-7190-437F-9FCF-B0C996ABBA87}
EndGlobalSection
EndGlobal