NoSoliciting/NoSoliciting/DalamudPackager.targets

10 lines
386 B
Plaintext
Raw Normal View History

2020-12-27 16:33:18 +00:00
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
2021-08-22 22:07:28 +00:00
MakeZip="true"/>
2020-12-27 16:33:18 +00:00
</Target>
</Project>