This repository was archived by the owner on Jun 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPluginLoader2.sln
More file actions
63 lines (63 loc) · 3.83 KB
/
PluginLoader2.sln
File metadata and controls
63 lines (63 loc) · 3.83 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginLoader2", "PluginLoader2\PluginLoader2.csproj", "{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginLoader2.Loader", "PluginLoader2.Loader\PluginLoader2.Loader.csproj", "{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE14B8F8-7724-48AC-862C-B955A6D013EB}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginLoader2.Init", "PluginLoader2.Init\PluginLoader2.Init.csproj", "{7011A77D-303E-4E6E-A19B-BCE4A377C15B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "PluginLoader2.Shared", "PluginLoader2.Shared\PluginLoader2.Shared.shproj", "{1AB9C5C3-51D3-4731-9632-60696F1B2B6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Debug|x64.ActiveCfg = Debug|x64
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Debug|x64.Build.0 = Debug|x64
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Release|Any CPU.Build.0 = Release|Any CPU
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Release|x64.ActiveCfg = Release|x64
{EDF09CA9-7C9D-4F44-B1AB-6740D334C95A}.Release|x64.Build.0 = Release|x64
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Debug|x64.ActiveCfg = Debug|x64
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Debug|x64.Build.0 = Debug|x64
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Release|x64.ActiveCfg = Release|x64
{0BB7C975-32A5-40B6-A77F-C9911C0DDA6C}.Release|x64.Build.0 = Release|x64
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Debug|x64.ActiveCfg = Debug|x64
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Debug|x64.Build.0 = Debug|x64
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Release|Any CPU.Build.0 = Release|Any CPU
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Release|x64.ActiveCfg = Release|x64
{7011A77D-303E-4E6E-A19B-BCE4A377C15B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49427534-5F14-41E2-8C46-979D3680FCFE}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
PluginLoader2.Shared\PluginLoader2.Shared.projitems*{0bb7c975-32a5-40b6-a77f-c9911c0dda6c}*SharedItemsImports = 5
PluginLoader2.Shared\PluginLoader2.Shared.projitems*{1ab9c5c3-51d3-4731-9632-60696f1b2b6e}*SharedItemsImports = 13
PluginLoader2.Shared\PluginLoader2.Shared.projitems*{edf09ca9-7c9d-4f44-b1ab-6740d334c95a}*SharedItemsImports = 5
EndGlobalSection
EndGlobal