Browse Source

Removed `Build` directives

pull/46/head
artman41 6 years ago
parent
commit
f8dc1051c0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      IPA/IPA.csproj

+ 0
- 2
IPA/IPA.csproj View File

@ -90,10 +90,8 @@
<Target Name="AfterBuild">
<Message Text="Packing..." Importance="normal" />
<ItemGroup>
<Launcher Include="$(SolutionDir)Launcher\$(OutDir)Launcher.exe" />
<Dlls Include="$(SolutionDir)IllusionInjector\$(OutDir)**\*" />
</ItemGroup>
<Copy SourceFiles="@(Dlls)" DestinationFolder="$(OutputPath)IPA\Data\Managed" />
<Copy SourceFiles="@(Launcher)" DestinationFolder="$(OutputPath)IPA" />
</Target>
</Project>

Loading…
Cancel
Save