mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
broken
This commit is contained in:
parent
26441f8b1e
commit
c7b16abd4f
27 changed files with 591 additions and 91 deletions
|
@ -1,5 +1,10 @@
|
|||
<Project>
|
||||
|
||||
<!-- Hack! MelonLoader is locking the Mod files, this way I can build and output the mod dll with the game running -->
|
||||
<Target Name="DeleteOutputDLLIfExists" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="if exist "$(OutputPath)$(TargetName).dll" del /F /Q "$(OutputPath)$(TargetName).dll"" />
|
||||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- Put your Chillout vr path in a new environnment variable CVRPATH in Windows -->
|
||||
<OutputPath>$(CVRPATH)\Mods\</OutputPath>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue