PeepingTom/Peeping Tom/DalamudPackager.targets

11 lines
467 B
Plaintext
Raw 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"
2021-04-07 23:39:12 +00:00
Include="PeepingTom.dll;PeepingTom.json;PeepingTom.pdb"
2020-12-29 16:08:21 +00:00
MakeZip="true"/>
</Target>
</Project>