zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.97k stars 746 forks source link

Solution files #333

Closed drewnoakes closed 9 years ago

drewnoakes commented 9 years ago

The project currently has three solution files. Each appears to be for a different version of Visual Studio, however the names don't match the actual versions.

Do we need these different solutions? If so, they should be renamed/corrected to reflect the correct VS versions.

somdoron commented 9 years ago

I think now we only need the 2013 solution... On Apr 16, 2015 3:36 PM, "Drew Noakes" notifications@github.com wrote:

The project currently has three solution files. Each appears to be for a different version of Visual Studio, however the names don't match the actual versions.

  • NetMQ.sln is version 11 (VS2010)
  • NetMQ.v11.sln is version 12 (VS2012)
  • NetMQ.vs10.sln is version 10 (VS2008)

Do we need these different solutions? If so, they should be renamed/corrected to reflect the correct VS versions.

— Reply to this email directly or view it on GitHub https://github.com/zeromq/netmq/issues/333.

drewnoakes commented 9 years ago

Ok. I'll get a PR together for that.

The build will need to be updated too as it currently seems to build vs10.sln.

On Thu, 16 Apr 2015 13:56 Doron Somech notifications@github.com wrote:

I think now we only need the 2013 solution... On Apr 16, 2015 3:36 PM, "Drew Noakes" notifications@github.com wrote:

The project currently has three solution files. Each appears to be for a different version of Visual Studio, however the names don't match the actual versions.

  • NetMQ.sln is version 11 (VS2010)
  • NetMQ.v11.sln is version 12 (VS2012)
  • NetMQ.vs10.sln is version 10 (VS2008)

Do we need these different solutions? If so, they should be renamed/corrected to reflect the correct VS versions.

— Reply to this email directly or view it on GitHub https://github.com/zeromq/netmq/issues/333.

— Reply to this email directly or view it on GitHub https://github.com/zeromq/netmq/issues/333#issuecomment-93727359.

leverate-somech commented 9 years ago

@drewnoakes I fixed the build