-
Notifications
You must be signed in to change notification settings - Fork 0
/
SourcePawnManager.sln
88 lines (88 loc) · 4.79 KB
/
SourcePawnManager.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcePawnManager", "SourcePawnManager\SourcePawnManager.csproj", "{FC497D9C-E5A4-4443-9D6F-84AC61C078C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcePawnManager.Core", "SourcePawnManager.Core\SourcePawnManager.Core.csproj", "{CB4BF5F4-F2EB-4537-A6A4-9C68EBF73B81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcePawnManager.Core.Tests", "SourcePawnManager.Core.Tests\SourcePawnManager.Core.Tests.csproj", "{068C34D5-6CB6-4F82-AF65-D3DFCBCA4357}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{28BA7FA8-9014-4327-A03C-306B672E751F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
COPYING = COPYING
Dockerfile = Dockerfile
install-spm-template.ps1 = install-spm-template.ps1
licensing.txt = licensing.txt
NOTICE = NOTICE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{4DCF9E95-A74E-4961-AD9F-978F63220027}"
ProjectSection(SolutionItems) = preProject
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Action", "Action", "{4DA6385E-96EE-4347-B78F-4500C95118CE}"
ProjectSection(SolutionItems) = preProject
action.sh = action.sh
action.yml = action.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflow", "Workflow", "{1F6D7A5B-BF75-4D6B-81ED-06C124DBD8E3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-test-deploy.yml = .github\workflows\build-test-deploy.yml
.github\workflows\build-test.yml = .github\workflows\build-test.yml
.github\workflows\maint.yml = .github\workflows\maint.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcePawnManager.Core.CliTests", "SourcePawnManager.Core.CliTests\SourcePawnManager.Core.CliTests.csproj", "{CB357EB0-31C8-4196-B7BF-DFA75C64A98A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{7533578A-0376-4742-AE10-FE92184B0147}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC497D9C-E5A4-4443-9D6F-84AC61C078C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC497D9C-E5A4-4443-9D6F-84AC61C078C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC497D9C-E5A4-4443-9D6F-84AC61C078C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC497D9C-E5A4-4443-9D6F-84AC61C078C5}.Release|Any CPU.Build.0 = Release|Any CPU
{CB4BF5F4-F2EB-4537-A6A4-9C68EBF73B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4BF5F4-F2EB-4537-A6A4-9C68EBF73B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4BF5F4-F2EB-4537-A6A4-9C68EBF73B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4BF5F4-F2EB-4537-A6A4-9C68EBF73B81}.Release|Any CPU.Build.0 = Release|Any CPU
{068C34D5-6CB6-4F82-AF65-D3DFCBCA4357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{068C34D5-6CB6-4F82-AF65-D3DFCBCA4357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{068C34D5-6CB6-4F82-AF65-D3DFCBCA4357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{068C34D5-6CB6-4F82-AF65-D3DFCBCA4357}.Release|Any CPU.Build.0 = Release|Any CPU
{CB357EB0-31C8-4196-B7BF-DFA75C64A98A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB357EB0-31C8-4196-B7BF-DFA75C64A98A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB357EB0-31C8-4196-B7BF-DFA75C64A98A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB357EB0-31C8-4196-B7BF-DFA75C64A98A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4DA6385E-96EE-4347-B78F-4500C95118CE} = {4DCF9E95-A74E-4961-AD9F-978F63220027}
{1F6D7A5B-BF75-4D6B-81ED-06C124DBD8E3} = {4DCF9E95-A74E-4961-AD9F-978F63220027}
{7533578A-0376-4742-AE10-FE92184B0147} = {4DCF9E95-A74E-4961-AD9F-978F63220027}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F167DA1-63A9-477D-9BA6-E9FA37F30C06}
EndGlobalSection
EndGlobal