We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7698 commit 54ea34aCopy full SHA for 54ea34a
1 file changed
ILSpy/ILSpy.csproj
@@ -417,4 +417,7 @@
417
</ItemGroup>
418
<Copy SourceFiles="@(NuGetPackagesToCopy)" DestinationFolder="..\ILSpy.AddIn\packages" />
419
</Target>
420
+ <Target Name="PostBuild" AfterTargets="PostBuildEvent">
421
+ <Exec Command="editbin /stack:16777216 "$(TargetPath)"
EXIT 0" />
422
+ </Target>
423
</Project>
0 commit comments