mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 02:19:23 +00:00
Directory.Build.props: only use del command on Windows
This commit is contained in:
parent
2b97399a54
commit
da6b917d89
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<!-- 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"" />
|
||||
<Exec Command="if exist "$(OutputPath)$(TargetName).dll" del /F /Q "$(OutputPath)$(TargetName).dll"" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
|
||||
</Target>
|
||||
|
||||
<!-- Import all CVR and MelonLoader Managed Refs -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue