-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathModer.sln
More file actions
45 lines (45 loc) · 2.68 KB
/
Moder.sln
File metadata and controls
45 lines (45 loc) · 2.68 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
45
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moder.Core", "Moder.Core\Moder.Core.csproj", "{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moder.Hosting", "Moder.Hosting\Moder.Hosting.csproj", "{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moder.Language", "Moder.Language\Moder.Language.csproj", "{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6C7AE719-E30B-43EF-B2D0-306771280EF5}"
ProjectSection(SolutionItems) = preProject
.csharpierrc = .csharpierrc
.editorconfig = .editorconfig
build.ps1 = build.ps1
LICENSE.txt = LICENSE.txt
README.md = README.md
Docs\README.zh-CN.md = Docs\README.zh-CN.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug-Linux|Any CPU = Debug-Linux|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Release|Any CPU.Build.0 = Release|Any CPU
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Debug-Linux|Any CPU.ActiveCfg = Debug-Linux|Any CPU
{89F4F0B1-6E69-47B0-B09D-11BF3EB86AF7}.Debug-Linux|Any CPU.Build.0 = Debug-Linux|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Release|Any CPU.Build.0 = Release|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Debug-Linux|Any CPU.ActiveCfg = Debug-Linux|Any CPU
{6FB995FB-9461-40FC-B6F3-FCF69ECA68E6}.Debug-Linux|Any CPU.Build.0 = Debug-Linux|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Release|Any CPU.Build.0 = Release|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Debug-Linux|Any CPU.ActiveCfg = Debug-Linux|Any CPU
{CAF06FA9-ADEC-4C06-8E99-D9E875B393AE}.Debug-Linux|Any CPU.Build.0 = Debug-Linux|Any CPU
EndGlobalSection
EndGlobal