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.
x86
1 parent 4745f45 commit 7937d4dCopy full SHA for 7937d4d
CefSharp.BrowserSubprocess/CefSharp.BrowserSubprocess.csproj
@@ -105,8 +105,10 @@
105
</ItemGroup>
106
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107
<PropertyGroup>
108
- <PostBuildEvent>call "$(DevEnvDir)..\tools\vsvars32.bat"
109
-editbin /largeaddressaware $(TargetPath)</PostBuildEvent>
+ <PostBuildEvent>if $(PlatformName) == x86 (
+ call "$(DevEnvDir)..\tools\vsvars32.bat"
110
+ editbin /largeaddressaware $(TargetPath)
111
+)</PostBuildEvent>
112
</PropertyGroup>
113
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments