Conerlius / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Source code for .NET 2.0 #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I had downloaded the source code but can't find the Proto 2005.sln. Maybe I 
know how to get it? 
Thanks.

Original issue reported on code.google.com by cocki...@hotmail.com on 6 Sep 2010 at 1:36

GoogleCodeExporter commented 8 years ago
The first thing to note is that you *probably* want the v1 branch, not the main 
trunk. The source is all there, but I don't have *to hand* a working 2005 
project-file, simply because I don't have VS2005 to verify it. You could try 
downloading C# Express 2008 or 2010, that *may* work for the project files.

Note that the 2.0 dll should work (at runtime) regardless of you local VS 
version, and the source is all *there*. I also wonder if you might try simply 
creating a new solution and adding the main protobuf-net project to it. 
Recreating the project file wouldn't be too onerous either; it doesn't use any 
exotic references, etc - mainly just all the .cs files.

For info, in the trunk (which is the "v2" code, not quite complete) I have some 
very basic build scripts, that skip things like MSBuild (going straight to csc).

Original comment by marc.gravell on 6 Sep 2010 at 5:26