We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f89271 commit 4745f45Copy full SHA for 4745f45
CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj
@@ -104,6 +104,10 @@
104
</ProjectReference>
105
</ItemGroup>
106
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107
+ <PropertyGroup>
108
+ <PostBuildEvent>call "$(DevEnvDir)..\tools\vsvars32.bat"
109
+editbin /largeaddressaware $(TargetPath)</PostBuildEvent>
110
+ </PropertyGroup>
111
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112
Other similar extension points exist, see Microsoft.Common.targets.
113
<Target Name="BeforeBuild">
0 commit comments