aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Serialization/ProtocolBuffersLite.Serialization.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Delete "lite" project and serialization project+codeJon Skeet2015-06-171-93/+0
| | | | We'll probably want a lot of the code from the serialization project when we do JSON, but enough of it will change that it's not worth keeping in a broken state for now.
* Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-291-8/+8
| | | | | | | assemblies) to be Portable Class Libraries. All referring projects are now .NET 4 client rather than .NET 3.5. This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.)
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-161-0/+93