RoleplayersToolbox/RoleplayersToolbox/DalamudPackager.targets

11 lines
459 B
Plaintext
Raw Normal View History

<Project>
2022-01-05 19:56:56 +00:00
<Target Name="PackagePlugin"
AfterTargets="Build"
Condition="'$(Configuration)' == 'Release Illegal' or '$(Configuration)' == 'Release Official'">
<DalamudPackager ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true" />
</Target>
2022-01-05 19:56:56 +00:00
</Project>