Globetrotter/Globetrotter/DalamudPackager.targets

12 lines
405 B
Plaintext
Raw Normal View History

2021-01-12 16:10:28 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<DalamudPackager
ProjectDir="$(ProjectDir)"
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
2021-03-19 20:06:45 +00:00
VersionComponents="3"
2021-01-12 16:10:28 +00:00
MakeZip="true"/>
</Target>
</Project>