-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBannerlord.EncyclopediaExtender.sln
61 lines (61 loc) · 3.15 KB
/
Bannerlord.EncyclopediaExtender.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
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.EncyclopediaExtender", "Bannerlord.EncyclopediaExtender\Bannerlord.EncyclopediaExtender.csproj", "{FF7E08A2-5216-4705-8D7E-D65E2F004135}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12CCA2B5-A874-47B3-BB43-799275014D7B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
supported-game-versions.txt = supported-game-versions.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CB20C6C8-2857-4B1E-9C00-265893C094E3}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
build\common.targets = build\common.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AE56FFC8-0129-4E0F-83C0-D00011A2B127}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8CBC023C-EB40-415D-8A78-B6B7F82523E9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Beta_Debug|x64 = Beta_Debug|x64
Beta_Release|x64 = Beta_Release|x64
Minimal_Debug|x64 = Minimal_Debug|x64
Minimal_Release|x64 = Minimal_Release|x64
Stable_Debug|x64 = Stable_Debug|x64
Stable_Release|x64 = Stable_Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Beta_Debug|x64.ActiveCfg = Beta_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Beta_Debug|x64.Build.0 = Beta_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Beta_Release|x64.ActiveCfg = Beta_Release|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Beta_Release|x64.Build.0 = Beta_Release|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Minimal_Debug|x64.ActiveCfg = Stable_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Minimal_Debug|x64.Build.0 = Stable_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Minimal_Release|x64.ActiveCfg = Stable_Release|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Minimal_Release|x64.Build.0 = Stable_Release|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Stable_Debug|x64.ActiveCfg = Stable_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Stable_Debug|x64.Build.0 = Stable_Debug|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Stable_Release|x64.ActiveCfg = Stable_Release|x64
{FF7E08A2-5216-4705-8D7E-D65E2F004135}.Stable_Release|x64.Build.0 = Stable_Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8CBC023C-EB40-415D-8A78-B6B7F82523E9} = {AE56FFC8-0129-4E0F-83C0-D00011A2B127}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3D4AB65-9162-4EE2-9413-1867C12DC041}
EndGlobalSection
EndGlobal