Merge pull request #4 from kafeijao/main

Moved harmony and MelonLoader dlls
This commit is contained in:
NotAKidoS 2023-05-02 12:58:18 -05:00 committed by GitHub
commit 6f17010cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 27 deletions

View file

@ -1,25 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nevermind", "Nevermind.csproj", "{A1C8A08C-6307-409F-92E9-BF2BA21E1850}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1C8A08C-6307-409F-92E9-BF2BA21E1850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1C8A08C-6307-409F-92E9-BF2BA21E1850}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1C8A08C-6307-409F-92E9-BF2BA21E1850}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1C8A08C-6307-409F-92E9-BF2BA21E1850}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {523DBE1D-F499-41EE-A58B-34E7CB38FBD1}
EndGlobalSection
EndGlobal

View file

@ -1,6 +1,6 @@
# CVR and Melon Loader Dependencies
$0HarmonydllPath = "\MelonLoader\0Harmony.dll"
$melonLoaderdllPath = "\MelonLoader\MelonLoader.dll"
$0HarmonydllPath = "\MelonLoader\net35\0Harmony.dll"
$melonLoaderdllPath = "\MelonLoader\net35\MelonLoader.dll"
$cvrManagedDataPath = "\ChilloutVR_Data\Managed"
$cvrPath = $env:CVRPATH