-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Helldivers-2.sln
102 lines (102 loc) · 5.87 KB
/
Helldivers-2.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Helldivers-2-API", "src\Helldivers-2-API\Helldivers-2-API.csproj", "{7E23AA66-93C0-495D-A5FB-9956965F33DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0ECDBEB-FC7B-4F3C-AF8F-D0961BD22F61}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
fly.toml = fly.toml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Helldivers-2-Models", "src\Helldivers-2-Models\Helldivers-2-Models.csproj", "{9B017849-C756-4B98-9B98-885AEBE9EAD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helldivers-2-Sync", "src\Helldivers-2-Sync\Helldivers-2-Sync.csproj", "{CB53B78C-7AB2-4B39-98B0-394778AF882F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helldivers-2-Core", "src\Helldivers-2-Core\Helldivers-2-Core.csproj", "{939EFFA5-462B-4F5F-969A-61B4C424407A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{154421CC-393F-4BDC-8D6D-7EECB28FD874}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helldivers-2-SourceGen", "src\Helldivers-2-SourceGen\Helldivers-2-SourceGen.csproj", "{32AE19FB-7D9E-4AC7-A0A5-80DED3680369}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{18D4A0EA-02CE-4FEA-A641-848A13603040}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{9D663AC9-2CD8-4114-A802-D12284662FF0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\fly.yml = .github\workflows\fly.yml
.github\workflows\pages.yml = .github\workflows\pages.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{FD5B9284-4689-48BE-B520-633C7269F97C}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.yml = .github\ISSUE_TEMPLATE\bug_report.yml
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenApi", "OpenApi", "{1A2CFD82-2D8E-4DA3-97A3-403BB478B6EB}"
ProjectSection(SolutionItems) = preProject
docs\openapi\Helldivers-2-API.json = docs\openapi\Helldivers-2-API.json
docs\openapi\Helldivers-2-API_arrowhead.json = docs\openapi\Helldivers-2-API_arrowhead.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E23AA66-93C0-495D-A5FB-9956965F33DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E23AA66-93C0-495D-A5FB-9956965F33DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E23AA66-93C0-495D-A5FB-9956965F33DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E23AA66-93C0-495D-A5FB-9956965F33DA}.Release|Any CPU.Build.0 = Release|Any CPU
{9B017849-C756-4B98-9B98-885AEBE9EAD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B017849-C756-4B98-9B98-885AEBE9EAD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B017849-C756-4B98-9B98-885AEBE9EAD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B017849-C756-4B98-9B98-885AEBE9EAD4}.Release|Any CPU.Build.0 = Release|Any CPU
{CB53B78C-7AB2-4B39-98B0-394778AF882F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB53B78C-7AB2-4B39-98B0-394778AF882F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB53B78C-7AB2-4B39-98B0-394778AF882F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB53B78C-7AB2-4B39-98B0-394778AF882F}.Release|Any CPU.Build.0 = Release|Any CPU
{939EFFA5-462B-4F5F-969A-61B4C424407A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939EFFA5-462B-4F5F-969A-61B4C424407A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939EFFA5-462B-4F5F-969A-61B4C424407A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939EFFA5-462B-4F5F-969A-61B4C424407A}.Release|Any CPU.Build.0 = Release|Any CPU
{32AE19FB-7D9E-4AC7-A0A5-80DED3680369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32AE19FB-7D9E-4AC7-A0A5-80DED3680369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32AE19FB-7D9E-4AC7-A0A5-80DED3680369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32AE19FB-7D9E-4AC7-A0A5-80DED3680369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B017849-C756-4B98-9B98-885AEBE9EAD4} = {154421CC-393F-4BDC-8D6D-7EECB28FD874}
{CB53B78C-7AB2-4B39-98B0-394778AF882F} = {154421CC-393F-4BDC-8D6D-7EECB28FD874}
{939EFFA5-462B-4F5F-969A-61B4C424407A} = {154421CC-393F-4BDC-8D6D-7EECB28FD874}
{32AE19FB-7D9E-4AC7-A0A5-80DED3680369} = {154421CC-393F-4BDC-8D6D-7EECB28FD874}
{18D4A0EA-02CE-4FEA-A641-848A13603040} = {C0ECDBEB-FC7B-4F3C-AF8F-D0961BD22F61}
{9D663AC9-2CD8-4114-A802-D12284662FF0} = {18D4A0EA-02CE-4FEA-A641-848A13603040}
{FD5B9284-4689-48BE-B520-633C7269F97C} = {18D4A0EA-02CE-4FEA-A641-848A13603040}
{1A2CFD82-2D8E-4DA3-97A3-403BB478B6EB} = {C0ECDBEB-FC7B-4F3C-AF8F-D0961BD22F61}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3511FD7F-508F-4E9A-ABEB-7F7656961728}
EndGlobalSection
EndGlobal