From b10153f3d755048dbce2fadf9996fc73c279fc7c Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Wed, 8 Aug 2012 21:57:20 -0700 Subject: DafnyExtension: fixed build issues; added support for some refinement features --- .../DafnyExtension/DafnyExtension.csproj | 8 ++++++-- .../DafnyExtension/OutliningTagger.cs | 23 +++++++++++++++++++--- .../DafnyExtension/source.extension.vsixmanifest | 2 ++ 3 files changed, 28 insertions(+), 5 deletions(-) (limited to 'Util') diff --git a/Util/VS2010/DafnyExtension/DafnyExtension/DafnyExtension.csproj b/Util/VS2010/DafnyExtension/DafnyExtension/DafnyExtension.csproj index e978f696..62413d03 100644 --- a/Util/VS2010/DafnyExtension/DafnyExtension/DafnyExtension.csproj +++ b/Util/VS2010/DafnyExtension/DafnyExtension/DafnyExtension.csproj @@ -143,15 +143,15 @@ - Always true + Always Designer - Always true + Always @@ -164,6 +164,10 @@ + + copy ..\..\..\..\..\..\Binaries\DafnyPrelude.bpl $(ProjectDir) +copy ..\..\..\..\..\..\Binaries\UnivBackPred2.smt2 $(ProjectDir) +