mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-31 11:07:18 +08:00
build: add no-op ZipMod/CopyToParentPackage stubs to UpdateGameDlls helper project
This commit is contained in:
@@ -10,4 +10,9 @@
|
|||||||
IgnoreExitCode="false"
|
IgnoreExitCode="false"
|
||||||
WorkingDirectory="$(MSBuildThisFileDirectory).." />
|
WorkingDirectory="$(MSBuildThisFileDirectory).." />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<!-- No-op stubs so solution-wide -t:ZipMod / -t:CopyToParentPackage don't fail
|
||||||
|
with MSB4057 "target does not exist in this project". -->
|
||||||
|
<Target Name="ZipMod" />
|
||||||
|
<Target Name="CopyToParentPackage" />
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user