Tourist/Tourist/DalamudPackager.targets

16 lines
509 B
Plaintext
Raw Normal View History

2021-03-21 05:48:48 +00:00
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true"
Include="
Tourist.dll;
Tourist.pdb;
Tourist.json
"/>
</Target>
</Project>