protobuf-net-VS10.msi 和 V2 兼容吗?
我在 .net 项目中使用 protobuf-net 来使用协议缓冲区。该项目位于 http://code.google.com/p/protobuf-net/。
目前我安装了 protobuf-net-VS10.msi,它在 vs.net 2008 中工作正常。还有一个“V2”实现可供下载“protobuf-net v2 r444 MS .NET only.zip”。我想知道我是否可以使用 V2 并仍然获得 VS.net 2008 集成?如何?
谢谢。
I am using protobuf-net in my .net project to use protocol buffer. The project is at http://code.google.com/p/protobuf-net/.
Currently I installed protobuf-net-VS10.msi and it works fine in vs.net 2008. There is a "V2" implementation for download too "protobuf-net v2 r444 MS .NET only.zip". I am wondering if I can use V2 and still get the VS.net 2008 integration? How?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有整合 v2 的 Visual Studio 工具;但是,由于 .proto => C# 一代没有改变,它应该可以与 v2 一起使用,只需添加对 protobuf-net v2 dll(单独下载)而不是对 protobuf-net v1 dll(包含在 msi 中)的引用即可。
I have not yet put together the Visual Studio tooling for v2; but, since the .proto => C# generation hasn't changed, it should be usable with v2 simply by adding a reference to the protobuf-net v2 dll (downloaded separately) instead of to the protobuf-net v1 dll (included in the msi).