现在的位置: 首页 > 综合 > 正文

VS2010 MSBuild for c++ project

2012年02月28日 ⁄ 综合 ⁄ 共 489字 ⁄ 字号 评论关闭
1. On VS2010, VC project builds with MSBuild (vcxproj) to get a consistent building system for all languages.
2. No matter which platformtoolset is selected (v100 or v90), MSBuild is used for building vc project.
3. Multi-targeting
--C++ Native Multi-Targeting: change PlatformToolSet between v100 and v90.
--C++ Managed Multi-Targeting: Add / configure TargetFrameworkVersion manually in vcxproj file.
--C# Multi-targeting: change "Target Framework" directly in project property.

Refer to:
C++ Native Multi-Targeting
C++ Managed Multi-Targeting
C# Multi-targeting

抱歉!评论已关闭.