aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoDump/ProtoDump.csproj
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-67/+0
| | | | We'll see what I've missed when CI fails...
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-261-1/+1
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* remove TreatWarningsAsError setting to allow building in MonodevelopJan Tattermusch2015-05-121-2/+0
|
* Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-291-5/+9
| | | | | | | 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/+65