LargeAddressAware icon indicating copy to clipboard operation
LargeAddressAware copied to clipboard

A build tools package that adds support for making 32-bit exes LARGEADDRESSAWARE

Results 3 LargeAddressAware issues
Sort by recently updated
recently updated
newest added

Auto dependencies upgrade by bot. This is automatically generated by bot. The bot tries to fetch all possible updates and modify the project files automatically. This pull request may break...

Hi there, I find this project/package very useful for setting the LARGEADDRESSAWARE flag in a 32-Bit .NET-Executable without having to mess around with editbin in a PostBuild Action. However, I...

We are publishing with command dotnet publish "path" --no-restore --no-build --no-self-contained After publishing the LargeAdressAware disappears. As a workaround I am thinking about copying my *.exe from Release to Publish...