From 57afbcf693983b70d3b141d6e4841995e2d3370e Mon Sep 17 00:00:00 2001 From: ArnoldZokas Date: Wed, 1 Dec 2010 21:44:38 +0000 Subject: Switched ProtoBench project over to .NET 4.0 --- src/ProtoBench/ProtoBench.csproj | 47 ++++++++++++++++++++-------------------- src/ProtoBench/app.config | 2 +- 2 files changed, 25 insertions(+), 24 deletions(-) (limited to 'src/ProtoBench') diff --git a/src/ProtoBench/ProtoBench.csproj b/src/ProtoBench/ProtoBench.csproj index 5a6b9ac6..b79b145f 100644 --- a/src/ProtoBench/ProtoBench.csproj +++ b/src/ProtoBench/ProtoBench.csproj @@ -10,7 +10,7 @@ Properties Google.ProtocolBuffers.ProtoBench ProtoBench - v2.0 + v4.0 512 @@ -32,6 +32,7 @@ false false true + true @@ -52,29 +53,29 @@ 4 AllRules.ruleset - - true - full - false - bin\Debug_Silverlight2\ - DEBUG;TRACE;SILVERLIGHT2 - prompt - 4 - true - AllRules.ruleset - - - pdbonly - true - bin\Release_Silverlight2\ - TRACE;SILVERLIGHT2 - prompt - 4 - true - AllRules.ruleset - + + true + full + false + bin\Debug_Silverlight2\ + DEBUG;TRACE;SILVERLIGHT2 + prompt + 4 + true + AllRules.ruleset + + + pdbonly + true + bin\Release_Silverlight2\ + TRACE;SILVERLIGHT2 + prompt + 4 + true + AllRules.ruleset + - + diff --git a/src/ProtoBench/app.config b/src/ProtoBench/app.config index 0df7832f..a6308d93 100644 --- a/src/ProtoBench/app.config +++ b/src/ProtoBench/app.config @@ -1,3 +1,3 @@ - + -- cgit v1.2.3