-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBannerlord.RemoveFogOfWar.sln
50 lines (50 loc) · 2.3 KB
/
Bannerlord.RemoveFogOfWar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bannerlord.RemoveFogOfWar", "Bannerlord.RemoveFogOfWar\Bannerlord.RemoveFogOfWar.csproj", "{E240508B-BF70-4754-BA93-714112F4724E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{43ED1318-1E6B-48D8-AB06-EB5F37FBD870}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{A5F842C8-BB2F-45FA-87EA-C00F24E9D686}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{53ABC95F-57E5-4474-8160-A6B30E4D7F2D}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
build\common.targets = build\common.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{924FE15B-041E-4F2F-A2B7-D0A846469DB6}"
ProjectSection(SolutionItems) = preProject
supported-game-versions.txt = supported-game-versions.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E240508B-BF70-4754-BA93-714112F4724E}.Debug|x64.ActiveCfg = Beta_Debug|x64
{E240508B-BF70-4754-BA93-714112F4724E}.Debug|x64.Build.0 = Beta_Debug|x64
{E240508B-BF70-4754-BA93-714112F4724E}.Release|x64.ActiveCfg = Release|x64
{E240508B-BF70-4754-BA93-714112F4724E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A5F842C8-BB2F-45FA-87EA-C00F24E9D686} = {43ED1318-1E6B-48D8-AB06-EB5F37FBD870}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB39AD42-84CB-4ABD-8E8C-FB45597AA329}
EndGlobalSection
EndGlobal