This commit is contained in:
sinaioutlander
2020-10-07 16:20:34 +11:00
parent e309821743
commit b012e2305c
5 changed files with 35 additions and 23 deletions

View File

@ -2,7 +2,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="ILRepacker" AfterTargets="Build">
<!-- Merging DLLs -->
<ItemGroup>
<InputAssemblies Include="$(OutputPath)$(AssemblyName).dll" />
<InputAssemblies Include="..\lib\mcs.dll" />