-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourse-management-system.sln
More file actions
44 lines (44 loc) · 2.31 KB
/
Course-management-system.sln
File metadata and controls
44 lines (44 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{1AB22BEE-1C67-4697-A3F2-076F74B99C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API.IntegrationTests", "API.IntegrationTests\API.IntegrationTests.csproj", "{7B4F0261-3D40-43C5-B001-A8768D2389BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API.Tests", "API.Tests\API.Tests.csproj", "{DDC6453B-2A06-4D08-A8D5-D399D8CA1649}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA64BE2F-D862-4CD1-8AB9-C788DA85D3C3}"
ProjectSection(SolutionItems) = preProject
API\Dockerfile = API\Dockerfile
README.md = README.md
docker-compose.yml = docker-compose.yml
Makefile = Makefile
swagger.json = swagger.json
docker-compose.override.yml = docker-compose.override.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AB22BEE-1C67-4697-A3F2-076F74B99C98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB22BEE-1C67-4697-A3F2-076F74B99C98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB22BEE-1C67-4697-A3F2-076F74B99C98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB22BEE-1C67-4697-A3F2-076F74B99C98}.Release|Any CPU.Build.0 = Release|Any CPU
{7B4F0261-3D40-43C5-B001-A8768D2389BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B4F0261-3D40-43C5-B001-A8768D2389BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B4F0261-3D40-43C5-B001-A8768D2389BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B4F0261-3D40-43C5-B001-A8768D2389BB}.Release|Any CPU.Build.0 = Release|Any CPU
{DDC6453B-2A06-4D08-A8D5-D399D8CA1649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDC6453B-2A06-4D08-A8D5-D399D8CA1649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDC6453B-2A06-4D08-A8D5-D399D8CA1649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDC6453B-2A06-4D08-A8D5-D399D8CA1649}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal