-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentsWebApp.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
StudentsWebApp.sln
File metadata and controls
43 lines (43 loc) · 2.54 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWA.DataAccess", "SWA.DataAccess\SWA.DataAccess.csproj", "{1391020B-4971-45E0-9867-6F88A906D9E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWA.APITests", "SWA.APITests\SWA.APITests.csproj", "{64B41095-5E69-41B7-8484-8948375AE6B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWA.WebAPIService", "SWA.WebAPIService\SWA.WebAPIService.csproj", "{005FE422-D7F6-43F9-AE77-FECC7E3F4759}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWA.StudentsApp", "SWA.StudentsApp\SWA.StudentsApp.csproj", "{9547264A-9488-4454-977B-3994F8313BF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1391020B-4971-45E0-9867-6F88A906D9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1391020B-4971-45E0-9867-6F88A906D9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1391020B-4971-45E0-9867-6F88A906D9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1391020B-4971-45E0-9867-6F88A906D9E7}.Release|Any CPU.Build.0 = Release|Any CPU
{64B41095-5E69-41B7-8484-8948375AE6B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B41095-5E69-41B7-8484-8948375AE6B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B41095-5E69-41B7-8484-8948375AE6B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B41095-5E69-41B7-8484-8948375AE6B6}.Release|Any CPU.Build.0 = Release|Any CPU
{005FE422-D7F6-43F9-AE77-FECC7E3F4759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{005FE422-D7F6-43F9-AE77-FECC7E3F4759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{005FE422-D7F6-43F9-AE77-FECC7E3F4759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{005FE422-D7F6-43F9-AE77-FECC7E3F4759}.Release|Any CPU.Build.0 = Release|Any CPU
{9547264A-9488-4454-977B-3994F8313BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9547264A-9488-4454-977B-3994F8313BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9547264A-9488-4454-977B-3994F8313BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9547264A-9488-4454-977B-3994F8313BF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E52F0E0C-AE4A-4DEF-BA02-076D8087AA3F}
EndGlobalSection
EndGlobal