Set largeaddressaware during build

This commit is contained in:
Sean Kaim
2016-05-18 17:02:09 -04:00
parent 8abe2bffb8
commit 0501d73e7b

View File

@@ -1213,8 +1213,8 @@
<Reference Include="mscorlib" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>call "$(DevEnvDir)..\tools\vsvars32.bat"
editbin /largeaddressaware $(TargetPath)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.