-
Notifications
You must be signed in to change notification settings - Fork 9
/
O21.sln
90 lines (89 loc) · 4.68 KB
/
O21.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C826048-177C-41D2-ABB1-89B4DF2D132E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{85EB6EE2-17F9-4087-885A-7372F988DADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1B0FDDDC-F087-4ABC-9E6D-3862560986B1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "O21.Game", "O21.Game\O21.Game.fsproj", "{26A002F1-A77B-4339-99D7-866BDF4BC1E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{ED5D37B9-3F2A-4C8C-9625-B6FA1152AF02}"
ProjectSection(SolutionItems) = preProject
docs\resources.md = docs\resources.md
docs\screenshot.png = docs\screenshot.png
docs\screenshot.png.license = docs\screenshot.png.license
docs\command-line.md = docs\command-line.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{58DB85EB-D5FC-4D30-9FC7-BDD95AFE31EB}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "O21.Tests", "O21.Tests\O21.Tests.fsproj", "{B6EA3A68-E715-4762-BEBB-69F8E9FA8494}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{2CE77AD3-3D08-48EA-B13C-660932CFA8E4}"
ProjectSection(SolutionItems) = preProject
Scripts\Verify-Translations.ps1 = Scripts\Verify-Translations.ps1
Scripts\Test-Encoding.ps1 = Scripts\Test-Encoding.ps1
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "O21.CommandLine", "O21.CommandLine\O21.CommandLine.fsproj", "{82E5BCA2-7215-4BF1-9651-986505FF6054}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "O21.CommandLine.Tests", "O21.CommandLine.Tests\O21.CommandLine.Tests.fsproj", "{54E96E09-F46C-4B8A-8746-965E87C3F36B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LICENSES", "LICENSES", "{9A4A292D-A1CF-4848-BF4C-46CAE24BC601}"
ProjectSection(SolutionItems) = preProject
LICENSES\CC-BY-4.0.txt = LICENSES\CC-BY-4.0.txt
LICENSES\MIT.txt = LICENSES\MIT.txt
LICENSES\OFL-1.1.txt = LICENSES\OFL-1.1.txt
LICENSES\WTFPL.txt = LICENSES\WTFPL.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26A002F1-A77B-4339-99D7-866BDF4BC1E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26A002F1-A77B-4339-99D7-866BDF4BC1E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26A002F1-A77B-4339-99D7-866BDF4BC1E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A002F1-A77B-4339-99D7-866BDF4BC1E6}.Release|Any CPU.Build.0 = Release|Any CPU
{B6EA3A68-E715-4762-BEBB-69F8E9FA8494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6EA3A68-E715-4762-BEBB-69F8E9FA8494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6EA3A68-E715-4762-BEBB-69F8E9FA8494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6EA3A68-E715-4762-BEBB-69F8E9FA8494}.Release|Any CPU.Build.0 = Release|Any CPU
{82E5BCA2-7215-4BF1-9651-986505FF6054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E5BCA2-7215-4BF1-9651-986505FF6054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E5BCA2-7215-4BF1-9651-986505FF6054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E5BCA2-7215-4BF1-9651-986505FF6054}.Release|Any CPU.Build.0 = Release|Any CPU
{54E96E09-F46C-4B8A-8746-965E87C3F36B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54E96E09-F46C-4B8A-8746-965E87C3F36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54E96E09-F46C-4B8A-8746-965E87C3F36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54E96E09-F46C-4B8A-8746-965E87C3F36B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1B0FDDDC-F087-4ABC-9E6D-3862560986B1} = {85EB6EE2-17F9-4087-885A-7372F988DADF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0582F8D2-019C-4624-B044-7BE149EE3534}
EndGlobalSection
EndGlobal