Browse Source

#1173: Use editbin.exe to artificially increase stack size to 16 megabytes.

pull/1176/head
Siegfried Pammer 8 years ago
parent
commit
54ea34abf0
  1. 3
      ILSpy/ILSpy.csproj

3
ILSpy/ILSpy.csproj

@ -417,4 +417,7 @@ @@ -417,4 +417,7 @@
</ItemGroup>
<Copy SourceFiles="@(NuGetPackagesToCopy)" DestinationFolder="..\ILSpy.AddIn\packages" />
</Target>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="editbin /stack:16777216 &quot;$(TargetPath)&quot;&#xD;&#xA;EXIT 0" />
</Target>
</Project>
Loading…
Cancel
Save