Skip to content

Commit abb6966

Browse files
committed
Add merge post build event
1 parent 6e855e2 commit abb6966

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ObfuscarAddOn.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,7 @@
5353
<None Include="packages.config" />
5454
</ItemGroup>
5555
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56+
<PropertyGroup>
57+
<PostBuildEvent>ILRepack.exe /out:$(ProjectDir)bin\Merged\$(TargetFileName) $(TargetPath) $(TargetDir)Mono.Cecil.dll</PostBuildEvent>
58+
</PropertyGroup>
5659
</Project>

0 commit comments

Comments
 (0)