Rename debug PackagePlugin target

This commit is contained in:
Liza 2024-12-19 15:26:28 +01:00
parent 8f5eff5ef9
commit 48a0b549d8
Signed by: liza
GPG Key ID: 2C41B84815CF6445

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
<Target Name="PackagePluginDebug" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"