Skip to content

Commit

Permalink
Move remaining shipped libraries into Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Meivyn committed Aug 9, 2024
1 parent 35990a7 commit 8ca34ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IPA.Injector/IPA.Injector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,9 @@
<SystemFiles Include="$(OutputPath)System.*" />
<SystemFiles Include="$(OutputPath)Portable.System.*" />
<SystemFiles Include="$(OutputPath)Net3-Proxy.*" />
<SystemFiles Include="$(OutputPath)Libraries\Mono\**\*" />
<OldLibFiles Include="$(OutputPath)Libs\**\*" />
</ItemGroup>
<Move SourceFiles="@(SystemFiles)" DestinationFolder="$(OutputPath)Data\Managed" />
<RemoveDir Directories="$(OutputPath)Libraries\Mono" />

<Delete Files="@(OldLibFiles)" />
<RemoveDir Directories="$(OutputPath)Libs" />
Expand Down

0 comments on commit 8ca34ff

Please sign in to comment.