This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Distrobution no longer includes excess Mono.Cecil binaries
piracy-check
Anairkoen Schno
6 years ago
parent
adfc9d2c12
commit
7bc876c514
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
IPA/IPA.csproj
+ 4
- 0
IPA/IPA.csproj
View File
@ -117,6 +117,10 @@
<Dlls Include="$(SolutionDir)IPA.Injector\$(OutDir)**\*" />
</ItemGroup>
<Copy SourceFiles="@(Dlls)" DestinationFolder="$(OutputPath)IPA\%(RecursiveDir)" />
<ItemGroup>
<BadDlls Include="$(OutputPath)Mono.Cecil.*.dll" />
</ItemGroup>
<Delete Files="@(BadDlls)" />
</Target>
<PropertyGroup>
<PostBuildEvent>
Write
Preview
Loading…
Cancel
Save