Skip to content

Commit ba06473

Browse files
committed
buildhelp.bat - Add Platform AnyCPU
Sandcastle wasn't building without a Platform (even though the CefSharp.shfbproj defaults to AnyCPU if Platform is empty)
1 parent c98568d commit ba06473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildhelp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
::Build in VS first with x64 in Release mode
22
::Run from within VS Developer command prompt
3-
msbuild CefSharp.shfbproj /p:Configuration=Release
3+
msbuild CefSharp.shfbproj /p:Platform=AnyCPU /p:Configuration=Release

0 commit comments

Comments
 (0)