From b9e8031ac88d51facbff4fe5dc635696174d0fe0 Mon Sep 17 00:00:00 2001 From: qadeer Date: Sat, 27 Nov 2010 05:45:36 +0000 Subject: Ported all projects to .NET Framework 4.0 in both Boogie.sln and Dafny.sln. Removed references to Microsoft.Contracts.dll everywhere since that is available in .NET Framework 4.0. --- Source/VCExpr/VCExpr.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/VCExpr/VCExpr.csproj') diff --git a/Source/VCExpr/VCExpr.csproj b/Source/VCExpr/VCExpr.csproj index d5e8b7ed..382a6694 100644 --- a/Source/VCExpr/VCExpr.csproj +++ b/Source/VCExpr/VCExpr.csproj @@ -10,7 +10,7 @@ Properties VCExpr VCExpr - v3.5 + v4.0 512 1 true @@ -34,6 +34,7 @@ false false true + true @@ -98,7 +99,6 @@ true - False -- cgit v1.2.3