Add platform into vcxproj file with MSBuild
how can I add new platform target into vcxproj file with MSBuild from Window开发者_StackOverflow中文版s SDK without using the Configuration Manager from Visual Studio IDE ?
You can modify it inside any editor by hands - just copy/paste PropertyGroup with Condition on Configuration and Platform, change platform name and other parameters.
精彩评论