构建托管 c++使用 vs2010 (msbuild4) 的 .net 3.5 项目
是否可以使用 vs2010 在 .net 3.5 中构建托管 c++ 项目? 周围有不同的意见,但我无法做到这一点。有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VS2010 的构建系统发生了巨大变化,仅直接支持 4.0 的构建。以 3.5 为目标需要在您的计算机上安装 VS2008。有关此内容的更多信息,请参阅 这个答案。
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.