Browse Source

buildhelp.bat - Add Platform AnyCPU

Sandcastle wasn't building without a Platform (even though the CefSharp.shfbproj defaults to AnyCPU if Platform is empty)
pull/3426/head
Alex Maitland 4 years ago
parent
commit
265d39f956
  1. 2
      buildhelp.bat

2
buildhelp.bat

@ -1,3 +1,3 @@
::Build in VS first with x64 in Release mode
::Run from within VS Developer command prompt
msbuild CefSharp.shfbproj /p:Configuration=Release
msbuild CefSharp.shfbproj /p:Platform=AnyCPU /p:Configuration=Release
Loading…
Cancel
Save