-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPPWCode.Server.Core.sln
60 lines (60 loc) · 2.8 KB
/
PPWCode.Server.Core.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
55
56
57
58
59
60
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\ppwcode_logo.jpg = assets\ppwcode_logo.jpg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "psake", "psake", "{03541618-E355-4291-8F60-D2EEFAE36DCD}"
ProjectSection(SolutionItems) = preProject
init-psake.ps1 = init-psake.ps1
psakefile.ps1 = psakefile.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution-items", "solution-items", "{4ECF7D6B-D1BF-43C6-B0C4-3C2ED7E7F83E}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\version.props = src\version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "style-cop", "style-cop", "{6B593DB7-7E09-40DE-A2F9-54FF173DC811}"
ProjectSection(SolutionItems) = preProject
src\StyleCop.ruleset = src\StyleCop.ruleset
src\StyleCop-Tests.ruleset = src\StyleCop-Tests.ruleset
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
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