From ce97e686826147e2a071fd2321555f7d40ec5d93 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 29 Apr 2015 15:27:14 +0100 Subject: Convert both the full and lite runtimes (and json/xml serialization 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.) --- csharp/src/ProtoDump/ProtoDump.csproj | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'csharp/src/ProtoDump/ProtoDump.csproj') diff --git a/csharp/src/ProtoDump/ProtoDump.csproj b/csharp/src/ProtoDump/ProtoDump.csproj index f040d950..506d316b 100644 --- a/csharp/src/ProtoDump/ProtoDump.csproj +++ b/csharp/src/ProtoDump/ProtoDump.csproj @@ -12,15 +12,16 @@ Properties Google.ProtocolBuffers.ProtoDump ProtoDump - v3.5 + v4.0 512 + Client true full false - bin\NET35\Debug - obj\NET35\Debug\ + bin\Debug + obj\Debug\ DEBUG;TRACE prompt 4 @@ -31,8 +32,8 @@ pdbonly true - bin\NET35\Release - obj\NET35\Release\ + bin\Release + obj\Release\ TRACE prompt 4 @@ -54,6 +55,9 @@ ProtocolBuffers + + +