We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e855e2 commit abb6966Copy full SHA for abb6966
1 file changed
ObfuscarAddOn.csproj
@@ -53,4 +53,7 @@
53
<None Include="packages.config" />
54
</ItemGroup>
55
<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>
59
</Project>
0 commit comments