Tourist/Tourist/DalamudPackager.targets

12 lines
420 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"
2021-08-23 18:12:40 +00:00
MakeZip="true"
Exclude="Lumina.dll;Lumina.Excel.dll"/>
2021-03-21 05:48:48 +00:00
</Target>
</Project>