Skip to content

Commit

Permalink
buildhelp.bat - Add Platform AnyCPU
Browse files Browse the repository at this point in the history
Sandcastle wasn't building without a Platform (even though the CefSharp.shfbproj defaults to AnyCPU if Platform is empty)
  • Loading branch information
amaitland committed Mar 4, 2021
1 parent 9475ca9 commit 265d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildhelp.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 265d39f

Please sign in to comment.