-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDllLoader.sln
More file actions
63 lines (63 loc) · 3.92 KB
/
DllLoader.sln
File metadata and controls
63 lines (63 loc) · 3.92 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.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllLoader", "DllLoader\DllLoader.csproj", "{D842BFA8-C8F7-4D77-824B-9892ED1532FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllLoader.Test.Assembly1", "DllLoader.Test.Assembly1\DllLoader.Test.Assembly1.csproj", "{2BDE9DB1-3168-4EA1-9E67-FACCC24E534A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllLoader.Test.Assembly2", "DllLoader.Test.Assembly2\DllLoader.Test.Assembly2.csproj", "{EA5D6D9E-C22B-4D0B-B541-03F6DC46F8E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Oxide.Libs", "Oxide.Libs", "{017A6006-608F-4009-B88D-38866E233C69}"
ProjectSection(SolutionItems) = preProject
Oxide.Libs\Oxide.Core.dll = Oxide.Libs\Oxide.Core.dll
Oxide.Libs\Oxide.CSharp.dll = Oxide.Libs\Oxide.CSharp.dll
Oxide.Libs\Oxide.References.dll = Oxide.Libs\Oxide.References.dll
Oxide.Libs\Oxide.Rust.dll = Oxide.Libs\Oxide.Rust.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DllLoader.Test.Uncompiled", "DllLoader.Test.Uncompiled", "{1B314364-A649-4E85-829F-CA7A99F1553A}"
ProjectSection(SolutionItems) = preProject
DllLoader.Test.Uncompiled\RefAACross.cs = DllLoader.Test.Uncompiled\RefAACross.cs
DllLoader.Test.Uncompiled\RefADCircularCross.cs = DllLoader.Test.Uncompiled\RefADCircularCross.cs
DllLoader.Test.Uncompiled\RefJCircular.cs = DllLoader.Test.Uncompiled\RefJCircular.cs
DllLoader.Test.Uncompiled\RefKCircular.cs = DllLoader.Test.Uncompiled\RefKCircular.cs
DllLoader.Test.Uncompiled\RefMDeepCross.cs = DllLoader.Test.Uncompiled\RefMDeepCross.cs
DllLoader.Test.Uncompiled\RefODeepCross.cs = DllLoader.Test.Uncompiled\RefODeepCross.cs
DllLoader.Test.Uncompiled\RefQDeepCross.cs = DllLoader.Test.Uncompiled\RefQDeepCross.cs
DllLoader.Test.Uncompiled\RefYCross.cs = DllLoader.Test.Uncompiled\RefYCross.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllLoader.Tester", "DllLoader.Tester\DllLoader.Tester.csproj", "{F82993FB-3800-470C-AA05-0F2BDEFF37D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D842BFA8-C8F7-4D77-824B-9892ED1532FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D842BFA8-C8F7-4D77-824B-9892ED1532FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D842BFA8-C8F7-4D77-824B-9892ED1532FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D842BFA8-C8F7-4D77-824B-9892ED1532FA}.Release|Any CPU.Build.0 = Release|Any CPU
{2BDE9DB1-3168-4EA1-9E67-FACCC24E534A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BDE9DB1-3168-4EA1-9E67-FACCC24E534A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BDE9DB1-3168-4EA1-9E67-FACCC24E534A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BDE9DB1-3168-4EA1-9E67-FACCC24E534A}.Release|Any CPU.Build.0 = Release|Any CPU
{EA5D6D9E-C22B-4D0B-B541-03F6DC46F8E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA5D6D9E-C22B-4D0B-B541-03F6DC46F8E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA5D6D9E-C22B-4D0B-B541-03F6DC46F8E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA5D6D9E-C22B-4D0B-B541-03F6DC46F8E0}.Release|Any CPU.Build.0 = Release|Any CPU
{F82993FB-3800-470C-AA05-0F2BDEFF37D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F82993FB-3800-470C-AA05-0F2BDEFF37D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F82993FB-3800-470C-AA05-0F2BDEFF37D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F82993FB-3800-470C-AA05-0F2BDEFF37D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F534C895-7E22-4780-B8A4-D999C12E7AEE}
EndGlobalSection
EndGlobal