使用 Visual Studio 2010 节俭
我正在尝试编译 Thrift 并在 Visual Studio 2010 上运行它。我所做的就是访问他们的 wiki http ://wiki.apache.org/thrift/ThriftUsageCSharp 并下载该项目。
然而它似乎正在使用 Visual Studio 2008。我试图寻找另一种实现,但似乎没有。
他们是否有办法解决这个问题,以便它可以与 Visual Studio 2010 一起使用?该项目是否可能已经过时并且将来不会有进一步的更新?
I'm trying to compile Thrift and run it on Visual Studio 2010. The thing I did was to visit their wiki http://wiki.apache.org/thrift/ThriftUsageCSharp and download the project.
However it seems to be using Visual Studio 2008. I've tried to search for another implementation however there doesn't seem to be one.
Is their a way to work around this so it can work with Visual Studio 2010? Is the project maybe outdated and won't have further updates in the future?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在VS 2010中打开2008年的sln文件即可。第一次打开时,它会告诉你需要将sln文件升级到最新版本。单击下一步并让它升级。然后继续按照 Thrift 的说明进行操作
Just open the 2008 sln file in VS 2010. On first opening, it will tell you that it needs to upgrade the sln file to the latest version. Click next and let it upgrade. Then continue with the instructions from Thrift