-
Notifications
You must be signed in to change notification settings - Fork 0
/
cell-cms.sln
54 lines (54 loc) · 2.8 KB
/
cell-cms.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CellCms.Api", "src\CellCms.Api\CellCms.Api.csproj", "{7AF2B023-0855-43F0-8A55-DD42D4E5FC4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{7BC768B5-A7C2-4DEF-AFE5-EC972AD54F66}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8655BD4C-91FD-418B-9396-193D1A445B89}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{B50D21C9-B1EA-4537-B5FA-11D3C73D6822}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8CF2F6D9-10C5-4540-A9AB-BC7E29F75B29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellCms.Tests.Unit", "tests\CellCms.Tests.Unit\CellCms.Tests.Unit.csproj", "{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7AF2B023-0855-43F0-8A55-DD42D4E5FC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AF2B023-0855-43F0-8A55-DD42D4E5FC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AF2B023-0855-43F0-8A55-DD42D4E5FC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AF2B023-0855-43F0-8A55-DD42D4E5FC4E}.Release|Any CPU.Build.0 = Release|Any CPU
{B50D21C9-B1EA-4537-B5FA-11D3C73D6822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B50D21C9-B1EA-4537-B5FA-11D3C73D6822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B50D21C9-B1EA-4537-B5FA-11D3C73D6822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B50D21C9-B1EA-4537-B5FA-11D3C73D6822}.Release|Any CPU.Build.0 = Release|Any CPU
{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC4AB192-74D0-4EC4-925A-8CA5C0F197F9} = {8CF2F6D9-10C5-4540-A9AB-BC7E29F75B29}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73978819-853E-4FDE-A6F6-7C4A900A6471}
EndGlobalSection
EndGlobal