ExpandedSearchInfo/ExpandedSearchInfo/DalamudPackager.targets

12 lines
405 B
Plaintext
Raw Normal View History

2021-02-18 20:20:40 +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)"
VersionComponents="3"
MakeZip="true"/>
</Target>
</Project>