开发者

Add platform into vcxproj file with MSBuild

开发者 https://www.devze.com 2023-02-10 03:38 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消