-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentAPI.sln
More file actions
55 lines (55 loc) · 3.53 KB
/
StudentAPI.sln
File metadata and controls
55 lines (55 loc) · 3.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAPI.Controllers", "StudentAPI\StudentAPI.Controllers.csproj", "{C354CFAE-A6B6-4955-A8B9-FDBD470587F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAPI.Models", "StudentAPI.Models\StudentAPI.Models.csproj", "{95C5C33B-E211-4CE8-93B9-E2DF8BCBF770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAPI.DALs", "StudentAPI.DALs\StudentAPI.DALs.csproj", "{7B9E7B3D-4DC1-4565-B8D9-7997E89C959D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAPI.Services", "StudentAPI.Services\StudentAPI.Services.csproj", "{A2E30550-9A87-4428-8E90-A0008DCC113F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAPI.DTOs", "StudentAPI.DTOs\StudentAPI.DTOs.csproj", "{D6B4C192-B9C6-4DF7-9819-7968C9FF8484}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentAPI.CQRS", "StudentAPI.CQRS\StudentAPI.CQRS.csproj", "{4B89258B-7F82-4932-A29A-002C53021FB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C354CFAE-A6B6-4955-A8B9-FDBD470587F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C354CFAE-A6B6-4955-A8B9-FDBD470587F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C354CFAE-A6B6-4955-A8B9-FDBD470587F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C354CFAE-A6B6-4955-A8B9-FDBD470587F9}.Release|Any CPU.Build.0 = Release|Any CPU
{95C5C33B-E211-4CE8-93B9-E2DF8BCBF770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95C5C33B-E211-4CE8-93B9-E2DF8BCBF770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95C5C33B-E211-4CE8-93B9-E2DF8BCBF770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95C5C33B-E211-4CE8-93B9-E2DF8BCBF770}.Release|Any CPU.Build.0 = Release|Any CPU
{7B9E7B3D-4DC1-4565-B8D9-7997E89C959D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B9E7B3D-4DC1-4565-B8D9-7997E89C959D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B9E7B3D-4DC1-4565-B8D9-7997E89C959D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B9E7B3D-4DC1-4565-B8D9-7997E89C959D}.Release|Any CPU.Build.0 = Release|Any CPU
{A2E30550-9A87-4428-8E90-A0008DCC113F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2E30550-9A87-4428-8E90-A0008DCC113F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2E30550-9A87-4428-8E90-A0008DCC113F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2E30550-9A87-4428-8E90-A0008DCC113F}.Release|Any CPU.Build.0 = Release|Any CPU
{D6B4C192-B9C6-4DF7-9819-7968C9FF8484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6B4C192-B9C6-4DF7-9819-7968C9FF8484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6B4C192-B9C6-4DF7-9819-7968C9FF8484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6B4C192-B9C6-4DF7-9819-7968C9FF8484}.Release|Any CPU.Build.0 = Release|Any CPU
{4B89258B-7F82-4932-A29A-002C53021FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B89258B-7F82-4932-A29A-002C53021FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B89258B-7F82-4932-A29A-002C53021FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B89258B-7F82-4932-A29A-002C53021FB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {026E599B-3771-42DE-82D2-6456D256C8F9}
EndGlobalSection
EndGlobal