-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMLVScan.sln
More file actions
83 lines (80 loc) · 5.36 KB
/
MLVScan.sln
File metadata and controls
83 lines (80 loc) · 5.36 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLVScan", "MLVScan.csproj", "{219261F3-C447-4B11-80CA-B4149CECF3BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLVScan.Core", "..\MLVScan.Core\MLVScan.Core.csproj", "{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
MelonLoader|Any CPU = MelonLoader|Any CPU
MelonLoader|x64 = MelonLoader|x64
MelonLoader|x86 = MelonLoader|x86
BepInEx5|Any CPU = BepInEx5|Any CPU
BepInEx5|x64 = BepInEx5|x64
BepInEx5|x86 = BepInEx5|x86
BepInEx6Mono|Any CPU = BepInEx6Mono|Any CPU
BepInEx6Mono|x64 = BepInEx6Mono|x64
BepInEx6Mono|x86 = BepInEx6Mono|x86
BepInEx6IL2CPP|Any CPU = BepInEx6IL2CPP|Any CPU
BepInEx6IL2CPP|x64 = BepInEx6IL2CPP|x64
BepInEx6IL2CPP|x86 = BepInEx6IL2CPP|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|Any CPU.ActiveCfg = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|Any CPU.Build.0 = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|x64.ActiveCfg = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|x64.Build.0 = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|x86.ActiveCfg = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.MelonLoader|x86.Build.0 = MelonLoader|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|Any CPU.ActiveCfg = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|Any CPU.Build.0 = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|x64.ActiveCfg = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|x64.Build.0 = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|x86.ActiveCfg = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx5|x86.Build.0 = BepInEx5|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|Any CPU.ActiveCfg = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|Any CPU.Build.0 = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|x64.ActiveCfg = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|x64.Build.0 = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|x86.ActiveCfg = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6Mono|x86.Build.0 = BepInEx6Mono|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|Any CPU.ActiveCfg = BepInEx6IL2CPP|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|Any CPU.Build.0 = BepInEx6IL2CPP|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|x64.ActiveCfg = BepInEx6IL2CPP|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|x64.Build.0 = BepInEx6IL2CPP|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|x86.ActiveCfg = BepInEx6IL2CPP|Any CPU
{219261F3-C447-4B11-80CA-B4149CECF3BE}.BepInEx6IL2CPP|x86.Build.0 = BepInEx6IL2CPP|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|Any CPU.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|Any CPU.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|x64.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|x64.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|x86.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.MelonLoader|x86.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|Any CPU.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|Any CPU.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|x64.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|x64.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|x86.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx5|x86.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|Any CPU.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|Any CPU.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|x64.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|x64.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|x86.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6Mono|x86.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|Any CPU.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|Any CPU.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|x64.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|x64.Build.0 = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|x86.ActiveCfg = Debug|Any CPU
{35BCC4E8-9FAC-4485-8174-F34E2DFACB31}.BepInEx6IL2CPP|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4BBF263-B7BF-48A3-8CC0-E7EF39C4ABD7}
EndGlobalSection
EndGlobal