Skip to content

Commit 4745f45

Browse files
committed
BrowserSubProcess set largeaddressaware - resolves #1348
1 parent 8f89271 commit 4745f45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
</ProjectReference>
105105
</ItemGroup>
106106
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107+
<PropertyGroup>
108+
<PostBuildEvent>call "$(DevEnvDir)..\tools\vsvars32.bat"
109+
editbin /largeaddressaware $(TargetPath)</PostBuildEvent>
110+
</PropertyGroup>
107111
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108112
Other similar extension points exist, see Microsoft.Common.targets.
109113
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)