user407665
user407665

Reputation:

build managed c++ project in .net 3.5 using vs2010 (msbuild4)

Is it possible to build a managed c++ project in .net 3.5 using vs2010 ? There are different opinions around but I haven't being able to do this. Any ideas?

Upvotes: 1

Views: 808

Answers (1)

Hans Passant
Hans Passant

Reputation: 941217

The build system for VS2010 was dramatically changed and only directly supports building for 4.0. Targeting 3.5 requires having VS2008 on your machine. More about this in this answer.

Upvotes: 1

Related Questions