-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScorpionEngine.sln
84 lines (84 loc) · 4.96 KB
/
ScorpionEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScorpTestGame", "ScorpTestGame\ScorpTestGame.csproj", "{47CD6544-B970-4F7A-A508-0CCC1F306FB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScorpionEngine", "ScorpionEngine\ScorpionEngine.csproj", "{EAA8F5F1-929B-4FF2-9292-6FCF7850A478}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{C12F7941-E834-4C6A-B3F6-E4DD58FF0CC8}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
Testing\ScorpionEngine.runsettings = Testing\ScorpionEngine.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScorpionEngineTests", "Testing\ScorpionEngineTests\ScorpionEngineTests.csproj", "{9400C56B-2543-455F-B349-F878B0EEC4FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzureDevOps", "AzureDevOps", "{39784F7E-7E67-44A9-9052-0FF0A47DCD6D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines-develop.yml = azure-pipelines-develop.yml
azure-pipelines-master.yml = azure-pipelines-master.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3E70C554-DFDF-4258-BE0F-B23A9B56DC19}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
README.md = README.md
RELEASENOTES.md = RELEASENOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PullRequestTemplates", "PullRequestTemplates", "{0F491F57-9C6F-4049-A241-21F8C93BDF26}"
ProjectSection(SolutionItems) = preProject
pull_request_template\feature_to_develop.md = pull_request_template\feature_to_develop.md
pull_request_template\release_to_develop.md = pull_request_template\release_to_develop.md
pull_request_template\release_to_master.md = pull_request_template\release_to_master.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{16EB796E-F89D-4FEF-B77D-191B60120E8B}"
ProjectSection(SolutionItems) = preProject
AzureDevOps\pipelines\scorpion-engine-pipeline.yml = AzureDevOps\pipelines\scorpion-engine-pipeline.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{E18E16B7-16F1-4658-9886-888DBB56A8AF}"
ProjectSection(SolutionItems) = preProject
AzureDevOps\pipelines\templates\build-tasks-template.yml = AzureDevOps\pipelines\templates\build-tasks-template.yml
AzureDevOps\pipelines\templates\publish-tasks-template.yml = AzureDevOps\pipelines\templates\publish-tasks-template.yml
AzureDevOps\pipelines\templates\setup-nuget-tasks-template.yml = AzureDevOps\pipelines\templates\setup-nuget-tasks-template.yml
AzureDevOps\pipelines\templates\test-tasks-template.yml = AzureDevOps\pipelines\templates\test-tasks-template.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug-Win|Any CPU = Debug-Win|Any CPU
Release-Win|Any CPU = Release-Win|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47CD6544-B970-4F7A-A508-0CCC1F306FB0}.Debug-Win|Any CPU.ActiveCfg = Debug-Win|Any CPU
{47CD6544-B970-4F7A-A508-0CCC1F306FB0}.Debug-Win|Any CPU.Build.0 = Debug-Win|Any CPU
{47CD6544-B970-4F7A-A508-0CCC1F306FB0}.Release-Win|Any CPU.ActiveCfg = Release-Win|Any CPU
{47CD6544-B970-4F7A-A508-0CCC1F306FB0}.Release-Win|Any CPU.Build.0 = Release-Win|Any CPU
{EAA8F5F1-929B-4FF2-9292-6FCF7850A478}.Debug-Win|Any CPU.ActiveCfg = Debug-Win|Any CPU
{EAA8F5F1-929B-4FF2-9292-6FCF7850A478}.Debug-Win|Any CPU.Build.0 = Debug-Win|Any CPU
{EAA8F5F1-929B-4FF2-9292-6FCF7850A478}.Release-Win|Any CPU.ActiveCfg = Release-Win|Any CPU
{EAA8F5F1-929B-4FF2-9292-6FCF7850A478}.Release-Win|Any CPU.Build.0 = Release-Win|Any CPU
{9400C56B-2543-455F-B349-F878B0EEC4FC}.Debug-Win|Any CPU.ActiveCfg = Debug-Win|Any CPU
{9400C56B-2543-455F-B349-F878B0EEC4FC}.Debug-Win|Any CPU.Build.0 = Debug-Win|Any CPU
{9400C56B-2543-455F-B349-F878B0EEC4FC}.Release-Win|Any CPU.ActiveCfg = Release-Win|Any CPU
{9400C56B-2543-455F-B349-F878B0EEC4FC}.Release-Win|Any CPU.Build.0 = Release-Win|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9400C56B-2543-455F-B349-F878B0EEC4FC} = {C12F7941-E834-4C6A-B3F6-E4DD58FF0CC8}
{0F491F57-9C6F-4049-A241-21F8C93BDF26} = {39784F7E-7E67-44A9-9052-0FF0A47DCD6D}
{16EB796E-F89D-4FEF-B77D-191B60120E8B} = {39784F7E-7E67-44A9-9052-0FF0A47DCD6D}
{E18E16B7-16F1-4658-9886-888DBB56A8AF} = {16EB796E-F89D-4FEF-B77D-191B60120E8B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EA680D2-B81C-4C51-8F00-1D3B38E53609}
EndGlobalSection
EndGlobal