mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 23:09:22 +00:00
Merge pull request #4 from kafeijao/main
Moved harmony and MelonLoader dlls
This commit is contained in:
commit
6f17010cae
2 changed files with 2 additions and 27 deletions
|
@ -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
|
|
|
@ -1,6 +1,6 @@
|
||||||
# CVR and Melon Loader Dependencies
|
# CVR and Melon Loader Dependencies
|
||||||
$0HarmonydllPath = "\MelonLoader\0Harmony.dll"
|
$0HarmonydllPath = "\MelonLoader\net35\0Harmony.dll"
|
||||||
$melonLoaderdllPath = "\MelonLoader\MelonLoader.dll"
|
$melonLoaderdllPath = "\MelonLoader\net35\MelonLoader.dll"
|
||||||
$cvrManagedDataPath = "\ChilloutVR_Data\Managed"
|
$cvrManagedDataPath = "\ChilloutVR_Data\Managed"
|
||||||
|
|
||||||
$cvrPath = $env:CVRPATH
|
$cvrPath = $env:CVRPATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue