-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPPWCode.Server.Core.sln
More file actions
63 lines (63 loc) · 3.02 KB
/
PPWCode.Server.Core.sln
File metadata and controls
63 lines (63 loc) · 3.02 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "package", "package", "{A029CC2D-8617-4657-BD27-C876F7A7D5C9}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
NOTICE = NOTICE
README.md = README.md
assets\ppw-logo-2.png = assets\ppw-logo-2.png
assets\ppw-logo.png = assets\ppw-logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-items", "solution-items", "{4ECF7D6B-D1BF-43C6-B0C4-3C2ED7E7F83E}"
ProjectSection(SolutionItems) = preProject
src\common-tests.props = src\common-tests.props
src\common.props = src\common.props
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Packages.props = src\Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PPWCode.Server.Core", "src\PPWCode.Server.Core\PPWCode.Server.Core.csproj", "{5402A083-6C2C-407A-8AEB-FD6181875130}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "analyzers", "analyzers", "{C86B4C4B-01E3-40A6-A22A-44C1E37B6D1B}"
ProjectSection(SolutionItems) = preProject
src\Analyzer-Tests.ruleset = src\Analyzer-Tests.ruleset
src\Analyzer.ruleset = src\Analyzer.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build-pipeline", "build-pipeline", "{205F9D93-8EAF-4B81-83FC-E45B113634C7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|x64.ActiveCfg = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|x64.Build.0 = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|x86.ActiveCfg = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Debug|x86.Build.0 = Debug|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|Any CPU.Build.0 = Release|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|x64.ActiveCfg = Release|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|x64.Build.0 = Release|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|x86.ActiveCfg = Release|Any CPU
{5402A083-6C2C-407A-8AEB-FD6181875130}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal