aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoMunge/app.config
Commit message (Collapse)AuthorAgeFilesLines
* Fix or delete old projects.Jon Skeet2015-06-261-3/+0
| | | | | | | | ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed. ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark. ProtoMunge: delete; not useful enough to merit fixing up. Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
* Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-291-0/+3
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.)