This repository was archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTopCourseWorkBl.sln
More file actions
37 lines (37 loc) · 1.74 KB
/
Copy pathTopCourseWorkBl.sln
File metadata and controls
37 lines (37 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopCourseWorkBl", "TopCourseWorkBl\TopCourseWorkBl.csproj", "{28B511DD-5163-4F21-A5A0-69978EF31770}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{9B91A651-E0CD-4CCF-B367-8FFA8F295BBE}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
.dockerignore = .dockerignore
.gitignore = .gitignore
README.md = README.md
docker-compose.yml = docker-compose.yml
.github\workflows\dev.yml = .github\workflows\dev.yml
.github\workflows\prerelease.yml = .github\workflows\prerelease.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\personal-dev-deploy.yml = .github\workflows\personal-dev-deploy.yml
.env = .env
docker-compose.dev.yml = docker-compose.dev.yml
docker-compose.prod.yml = docker-compose.prod.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{59CE780A-0868-4BC6-AA96-2B83F941EE44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28B511DD-5163-4F21-A5A0-69978EF31770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28B511DD-5163-4F21-A5A0-69978EF31770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28B511DD-5163-4F21-A5A0-69978EF31770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28B511DD-5163-4F21-A5A0-69978EF31770}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28B511DD-5163-4F21-A5A0-69978EF31770} = {59CE780A-0868-4BC6-AA96-2B83F941EE44}
EndGlobalSection
EndGlobal