You can set the platform as follows.
From the Solution Explorer
, Select your Setup
project press F4
key. In the properties window that appear (Deployment Project Properties), scroll down and set TargetPlatform
to x64
.Build the project and the setup will be for x64
platforms.
