VS 2013 4.5 project Debug|Any CPU vs Release|Any CPU latest FinalBuilder 7

I’m building a VS 2013 .Net 4.5 project on 

FB7   Version 7.0.0.3450  

 

When I build with

 Debug|AnyCPU the switches are passed as

 /p:Configuration="Debug";Platform="AnyCPU"

 

When I change the selection to Release|AnyCPU I get

p:Configuration="Release";Platform="x86"

 

How do I get the Release to build with AnyCPU?

Hi Lee

Are you able to send your project and sln file to support @ finalbuilder.com so we can take a look and see what is going on? I have not been able to reproduce this here.