Himberjack
Himberjack

Reputation: 5802

VS2010 project doesnt have x64 platform target

I have in my solution around 17 project, that has ANY CPU (x86 + x64) profiles in the Platform Target. Except one.

What can cause this?

Thank you!

Upvotes: 0

Views: 641

Answers (2)

BlueMonkMN
BlueMonkMN

Reputation: 25601

If the target assigned to that project is x64, it won't list it as an option for adding a new target.

Upvotes: 0

Femaref
Femaref

Reputation: 61497

The project is dependent on unmanaged x86 calls and doesn't provide code for x64.

Upvotes: 2

Related Questions