Forgot to remove this too

This commit is contained in:
Haselnussbomber 2025-12-07 16:23:13 +01:00
parent 7199bfb0a9
commit 2f5f52b572
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -227,9 +227,4 @@
<!-- writes the attribute to the customAssemblyInfo file -->
<WriteCodeFragment Language="C#" OutputFile="$(CustomAssemblyInfoFile)" AssemblyAttributes="@(AssemblyAttributes)" />
</Target>
<!-- Copy plugin .targets folder into distrib -->
<Target Name="CopyPluginTargets" AfterTargets="Build">
<Copy SourceFiles="$(ProjectDir)\..\targets\Dalamud.Plugin.targets;$(ProjectDir)\..\targets\Dalamud.Plugin.Bootstrap.targets" DestinationFolder="$(OutDir)\targets" />
</Target>
</Project>