-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMetatron.sln
81 lines (81 loc) · 5.12 KB
/
Metatron.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Metatron", "Metatron\Metatron.csproj", "{A3BB5112-ECEE-4839-B042-27A292797BBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Metatron.Core", "Metatron.Core\Metatron.Core.csproj", "{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "isxGamesPatcher", "isxGamesPatcher\isxGamesPatcher.csproj", "{482928E5-CE0E-4E49-B4FD-B6F89940309A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{D6252933-C317-4C2C-8EE8-BDB61296F87B}"
ProjectSection(SolutionItems) = preProject
Metatron.iss = Metatron.iss
.github\workflows\Release.yaml = .github\workflows\Release.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{E07D08CE-E0EE-49A9-9CC5-8A736F392835}"
ProjectSection(SolutionItems) = preProject
PatcherManifests\isxGamesPatcher_Metatron.xml = PatcherManifests\isxGamesPatcher_Metatron.xml
PatcherManifests\isxGamesPatcher_MissionDatabase.xml = PatcherManifests\isxGamesPatcher_MissionDatabase.xml
PatcherManifests\isxGamesPatcher_NpcBounties.xml = PatcherManifests\isxGamesPatcher_NpcBounties.xml
PatcherManifests\isxGamesPatcher_PossibleEwarNpcNames.xml = PatcherManifests\isxGamesPatcher_PossibleEwarNpcNames.xml
Data\MissionDatabase.xml = Data\MissionDatabase.xml
Data\PossibleEwarNpcNames.xml = Data\PossibleEwarNpcNames.xml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
ISXEVE Beta|Any CPU = ISXEVE Beta|Any CPU
ISXEVE Beta|x64 = ISXEVE Beta|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Debug|x64.ActiveCfg = Debug|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Debug|x64.Build.0 = Debug|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.ISXEVE Beta|Any CPU.ActiveCfg = ISXEVE Beta|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.ISXEVE Beta|Any CPU.Build.0 = ISXEVE Beta|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.ISXEVE Beta|x64.ActiveCfg = ISXEVE Beta|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.ISXEVE Beta|x64.Build.0 = ISXEVE Beta|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Release|x64.ActiveCfg = Release|Any CPU
{A3BB5112-ECEE-4839-B042-27A292797BBE}.Release|x64.Build.0 = Release|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Debug|x64.ActiveCfg = Debug|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Debug|x64.Build.0 = Debug|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.ISXEVE Beta|Any CPU.ActiveCfg = ISXEVE Beta|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.ISXEVE Beta|Any CPU.Build.0 = ISXEVE Beta|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.ISXEVE Beta|x64.ActiveCfg = ISXEVE Beta|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.ISXEVE Beta|x64.Build.0 = ISXEVE Beta|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Release|Any CPU.Build.0 = Release|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Release|x64.ActiveCfg = Release|Any CPU
{2B36BE89-E070-4F3D-BB2B-A3E1ABEAB2BB}.Release|x64.Build.0 = Release|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Debug|x64.ActiveCfg = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Debug|x64.Build.0 = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.ISXEVE Beta|Any CPU.ActiveCfg = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.ISXEVE Beta|Any CPU.Build.0 = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.ISXEVE Beta|x64.ActiveCfg = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.ISXEVE Beta|x64.Build.0 = Debug|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Release|Any CPU.Build.0 = Release|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Release|x64.ActiveCfg = Release|Any CPU
{482928E5-CE0E-4E49-B4FD-B6F89940309A}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9806D574-95F4-4DCD-A288-D66D276227E3}
EndGlobalSection
EndGlobal