PeepingTom/Peeping Tom/DalamudPackager.targets

10 lines
386 B
Plaintext
Raw Permalink Normal View History

2020-12-29 16:08:21 +00:00
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true"/>
</Target>
</Project>