Can I set LARGEADDRESSAWARE from within Visual Studio?
Posted
by Michael Stum
on Stack Overflow
See other posts from Stack Overflow
or by Michael Stum
Published on 2010-04-08T05:38:23Z
Indexed on
2010/04/08
5:43 UTC
Read the original article
Hit count: 327
I have a .net assembly that needs to be 32-Bit and needs to be /LARGEADDRESSAWARE.
I know how to do this with EditBin, but I wonder if there is a built-in way in Visual Studio 2010? Or alternatively, did someone write an MSBuild Task for this?
© Stack Overflow or respective owner