Skip to content

Commit

Permalink
Adding Any CPU to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hoehna committed Apr 9, 2019
1 parent 5401e74 commit 1256fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildall.cmd
Expand Up @@ -3,8 +3,8 @@ msbuild CentennialFixups.sln /p:platform=x86;configuration=debug
msbuild CentennialFixups.sln /p:platform=x86;configuration=release
msbuild CentennialFixups.sln /p:platform=x64;configuration=debug
msbuild CentennialFixups.sln /p:platform=x64;configuration=release
msbuild CentennialFixups.sln /p:platform=AnyCPU;configuration=debug
msbuild CentennialFixups.sln /p:platform=AnyCPU;configuration=release
msbuild CentennialFixups.sln /p:platform=Any CPU;configuration=debug
msbuild CentennialFixups.sln /p:platform=Any CPU;configuration=release
pushd tests
msbuild tests.sln /p:platform=x86;configuration=debug
msbuild tests.sln /p:platform=x86;configuration=release
Expand Down

0 comments on commit 1256fbe

Please sign in to comment.