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/Graph/Graph.csproj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Source/Graph') diff --git a/Source/Graph/Graph.csproj b/Source/Graph/Graph.csproj index 4c4d0908..868af223 100644 --- a/Source/Graph/Graph.csproj +++ b/Source/Graph/Graph.csproj @@ -10,7 +10,7 @@ Properties Graph Graph - v3.5 + v4.0 512 1 true @@ -34,6 +34,7 @@ false false true + true @@ -98,10 +99,6 @@ true - - False - ..\..\Binaries\Microsoft.Contracts.dll - False ..\..\Binaries\Microsoft.SpecSharp.Runtime.dll -- cgit v1.2.3