-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathp5rpc.modloader.sln
92 lines (92 loc) · 6.82 KB
/
p5rpc.modloader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "p5rpc.modloader", "p5rpc.modloader\p5rpc.modloader.csproj", "{6F4B205B-ABF6-4A29-BD48-03E18C769813}"
ProjectSection(ProjectDependencies) = postProject
{425E6521-F58A-46D4-AD08-30006C929C7C} = {425E6521-F58A-46D4-AD08-30006C929C7C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persona.Merger.Common", "Persona.Merger.Common\Persona.Merger.Common.csproj", "{7915AEFD-7E09-4C1A-AF09-14235225975E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persona.Merger.Tests", "Persona.Merger.Tests\Persona.Merger.Tests.csproj", "{73B42473-33C6-42D2-8ECF-7BC9A378E14C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Submodules", "Submodules", "{D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CriFs.V2.Hook.Interfaces", "Submodules\CriFs.V2.Hook.ReloadedII\Interfaces\CriFs.V2.Hook.Interfaces\CriFs.V2.Hook.Interfaces.csproj", "{0873146F-6FA1-42CB-89FD-B0FF5433412F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persona.Merger.Benchmarks", "Persona.Merger.Benchmarks\Persona.Merger.Benchmarks.csproj", "{F29DF666-2A4B-47F5-890F-6032F5DBBD32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BF.File.Emulator.Interfaces", "Submodules\FileEmulationFramework\Emulator\Interfaces\BF.File.Emulator.Interfaces\BF.File.Emulator.Interfaces.csproj", "{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PAK.Stream.Emulator.Interfaces", "Submodules\FileEmulationFramework\Emulator\Interfaces\PAK.Stream.Emulator.Interfaces\PAK.Stream.Emulator.Interfaces.csproj", "{66B0D482-C88B-483F-995F-32F3308C7859}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileEmulationFramework.Lib", "Submodules\FileEmulationFramework\FileEmulationFramework.Lib\FileEmulationFramework.Lib.csproj", "{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPD.File.Emulator.Interfaces", "Submodules\FileEmulationFramework\Emulator\Interfaces\SPD.File.Emulator.Interfaces\SPD.File.Emulator.Interfaces.csproj", "{73CFF175-8E6A-4C31-8D10-D05B8D64755E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BMD.File.Emulator.Interfaces", "Submodules\FileEmulationFramework\Emulator\Interfaces\BMD.File.Emulator.Interfaces\BMD.File.Emulator.Interfaces.csproj", "{7457A314-6852-4ADA-B266-264BD7510C11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F4B205B-ABF6-4A29-BD48-03E18C769813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F4B205B-ABF6-4A29-BD48-03E18C769813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F4B205B-ABF6-4A29-BD48-03E18C769813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F4B205B-ABF6-4A29-BD48-03E18C769813}.Release|Any CPU.Build.0 = Release|Any CPU
{7915AEFD-7E09-4C1A-AF09-14235225975E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7915AEFD-7E09-4C1A-AF09-14235225975E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7915AEFD-7E09-4C1A-AF09-14235225975E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7915AEFD-7E09-4C1A-AF09-14235225975E}.Release|Any CPU.Build.0 = Release|Any CPU
{73B42473-33C6-42D2-8ECF-7BC9A378E14C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73B42473-33C6-42D2-8ECF-7BC9A378E14C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73B42473-33C6-42D2-8ECF-7BC9A378E14C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73B42473-33C6-42D2-8ECF-7BC9A378E14C}.Release|Any CPU.Build.0 = Release|Any CPU
{0873146F-6FA1-42CB-89FD-B0FF5433412F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0873146F-6FA1-42CB-89FD-B0FF5433412F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0873146F-6FA1-42CB-89FD-B0FF5433412F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0873146F-6FA1-42CB-89FD-B0FF5433412F}.Release|Any CPU.Build.0 = Release|Any CPU
{F29DF666-2A4B-47F5-890F-6032F5DBBD32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F29DF666-2A4B-47F5-890F-6032F5DBBD32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F29DF666-2A4B-47F5-890F-6032F5DBBD32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F29DF666-2A4B-47F5-890F-6032F5DBBD32}.Release|Any CPU.Build.0 = Release|Any CPU
{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC}.Release|Any CPU.Build.0 = Release|Any CPU
{66B0D482-C88B-483F-995F-32F3308C7859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B0D482-C88B-483F-995F-32F3308C7859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B0D482-C88B-483F-995F-32F3308C7859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B0D482-C88B-483F-995F-32F3308C7859}.Release|Any CPU.Build.0 = Release|Any CPU
{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00}.Release|Any CPU.Build.0 = Release|Any CPU
{7457A314-6852-4ADA-B266-264BD7510C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7457A314-6852-4ADA-B266-264BD7510C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7457A314-6852-4ADA-B266-264BD7510C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7457A314-6852-4ADA-B266-264BD7510C11}.Release|Any CPU.Build.0 = Release|Any CPU
{73CFF175-8E6A-4C31-8D10-D05B8D64755E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CFF175-8E6A-4C31-8D10-D05B8D64755E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CFF175-8E6A-4C31-8D10-D05B8D64755E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CFF175-8E6A-4C31-8D10-D05B8D64755E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0873146F-6FA1-42CB-89FD-B0FF5433412F} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
{9E0290C1-C8F7-453F-9049-0CDA7E3B80BC} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
{66B0D482-C88B-483F-995F-32F3308C7859} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
{3D9C1C67-FFB1-48D0-87B0-17D15AA93E00} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
{7457A314-6852-4ADA-B266-264BD7510C11} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
{73CFF175-8E6A-4C31-8D10-D05B8D64755E} = {D0885FA9-1AF6-4CB1-8CED-E49AC9F99EC0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56D65FA2-2A48-49CB-BA59-C44FDDB11E8D}
EndGlobalSection
EndGlobal