From 571a0972235c7f8eab4f808daf3554a13febcb8e Mon Sep 17 00:00:00 2001 From: wuestholz Date: Mon, 3 Jun 2013 16:57:05 -0700 Subject: Did some refactoring of the Dafny drivers. --- Source/DafnyExtension/DafnyDriver.cs | 9 ++------- Source/DafnyExtension/DafnyExtension.csproj | 4 ++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Source/DafnyExtension/DafnyDriver.cs b/Source/DafnyExtension/DafnyDriver.cs index d8308688..6a974694 100644 --- a/Source/DafnyExtension/DafnyDriver.cs +++ b/Source/DafnyExtension/DafnyDriver.cs @@ -1,17 +1,12 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; -using System.Diagnostics; using System.Diagnostics.Contracts; +using Microsoft.Boogie; +using VC; // Here come the Dafny/Boogie specific imports //using PureCollections; using Bpl = Microsoft.Boogie; using Dafny = Microsoft.Dafny; -using Microsoft.Boogie.AbstractInterpretation; -using VC; -using Core; // using AI = Microsoft.AbstractInterpretationFramework; diff --git a/Source/DafnyExtension/DafnyExtension.csproj b/Source/DafnyExtension/DafnyExtension.csproj index bef376f4..13045b13 100644 --- a/Source/DafnyExtension/DafnyExtension.csproj +++ b/Source/DafnyExtension/DafnyExtension.csproj @@ -108,6 +108,10 @@ False + + False + ..\..\..\boogie\Binaries\ExecutionEngine.dll + False ..\..\..\boogie\Binaries\Graph.dll -- cgit v1.2.3