-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCmsEngine.sln
52 lines (52 loc) · 2.89 KB
/
CmsEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{5C4438C1-7278-44BF-8473-0F1655DA512B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmsEngine.Core", "src\CmsEngine.Core\CmsEngine.Core.csproj", "{0DCFFE7F-6BF0-40F5-B8ED-B0A213B415C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmsEngine.Data", "src\CmsEngine.Data\CmsEngine.Data.csproj", "{9D472F52-7D5D-4956-9DE2-DB5546262DAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmsEngine.Application", "src\CmsEngine.Application\CmsEngine.Application.csproj", "{081C9102-37CB-4873-97D2-0A5063FFA4A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CmsEngine.Ui", "src\CmsEngine.Ui\CmsEngine.Ui.csproj", "{AEED8BDE-0C8A-43BC-91B8-77B967511921}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DCFFE7F-6BF0-40F5-B8ED-B0A213B415C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DCFFE7F-6BF0-40F5-B8ED-B0A213B415C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DCFFE7F-6BF0-40F5-B8ED-B0A213B415C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DCFFE7F-6BF0-40F5-B8ED-B0A213B415C4}.Release|Any CPU.Build.0 = Release|Any CPU
{9D472F52-7D5D-4956-9DE2-DB5546262DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D472F52-7D5D-4956-9DE2-DB5546262DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D472F52-7D5D-4956-9DE2-DB5546262DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D472F52-7D5D-4956-9DE2-DB5546262DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{081C9102-37CB-4873-97D2-0A5063FFA4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081C9102-37CB-4873-97D2-0A5063FFA4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081C9102-37CB-4873-97D2-0A5063FFA4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081C9102-37CB-4873-97D2-0A5063FFA4A3}.Release|Any CPU.Build.0 = Release|Any CPU
{AEED8BDE-0C8A-43BC-91B8-77B967511921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEED8BDE-0C8A-43BC-91B8-77B967511921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEED8BDE-0C8A-43BC-91B8-77B967511921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEED8BDE-0C8A-43BC-91B8-77B967511921}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0EB67BE0-B210-4352-8C85-01C9D6CA3E15}
EndGlobalSection
EndGlobal