Visual Studio 2010 only x86 build option?

I'm trying to compile my application for 64 bit, but in the settings I only have x86 everywhere? I looked in all places, but there is only x86 and not 64 bits at all.

Here is what I mean.

enter image description here

There are no parameters for 64 bits in the configuration manager. Please note that this is an Express version, not a retail version.

+3
source share
2 answers

Just to let people know that they stumble on this, XNA does not support 64-bit support, so I could not do this.

0
source

To configure the project goal on a 64-bit platform, you can use the configuration manager in Visual Studio.

Here are the steps:

  • Go to the "Assembly" menu

  • Choose Configuration Manager

  • 64- .

  • , ""

  • " " 64- .

  • 64- .

Visual Studio 64- .

+5

All Articles