summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-08-05 20:17:45 -0700
committerGravatar wuestholz <unknown>2013-08-05 20:17:45 -0700
commit820054e4ea6e9b8ed28fc081cbee18640a607458 (patch)
tree187406dc48a76c9e451d8e4cd5e53bf41e17f47e
parent1d9dcf0358280de5e948948afb4d899b20aaa2f2 (diff)
Updated 'PrepareDafnyZip.bat'.
-rw-r--r--Binaries/PrepareDafnyZip.bat6
-rw-r--r--Source/DafnyExtension/DafnyExtension.csproj3
2 files changed, 4 insertions, 5 deletions
diff --git a/Binaries/PrepareDafnyZip.bat b/Binaries/PrepareDafnyZip.bat
index 3aede819..83aab1a9 100644
--- a/Binaries/PrepareDafnyZip.bat
+++ b/Binaries/PrepareDafnyZip.bat
@@ -9,20 +9,22 @@ if not exist %DEST_DIR% mkdir %DEST_DIR%
for %%f in (
AbsInt.dll AbsInt.pdb
Basetypes.dll Basetypes.pdb
- BVD.exe BVD.pdb
CodeContractsExtender.dll CodeContractsExtender.pdb
Core.dll Core.pdb
Dafny.exe Dafny.pdb
DafnyPipeline.dll DafnyPipeline.pdb
DafnyPrelude.bpl DafnyRuntime.cs
+ Doomed.dll Doomed.pdb
+ ExecutionEngine.dll ExecutionEngine.pdb
Graph.dll Graph.pdb
+ Houdini.dll Houdini.dll
Model.dll Model.pdb
ParserHelper.dll ParserHelper.pdb
Provers.SMTLib.dll Provers.SMTLib.pdb
UnivBackPred2.smt2
VCExpr.dll VCExpr.pdb
VCGeneration.dll VCGeneration.pdb
- ..\Source\DafnyExtension\bin\Debug\DafnyLanguageService.vsix
+ DafnyLanguageService.vsix
) do (
copy %%f %DEST_DIR%
)
diff --git a/Source/DafnyExtension/DafnyExtension.csproj b/Source/DafnyExtension/DafnyExtension.csproj
index bad5f4c2..b9c95c85 100644
--- a/Source/DafnyExtension/DafnyExtension.csproj
+++ b/Source/DafnyExtension/DafnyExtension.csproj
@@ -80,9 +80,6 @@
<Reference Include="Houdini">
<HintPath>..\..\..\boogie\Binaries\Houdini.dll</HintPath>
</Reference>
- <Reference Include="Graph">
- <HintPath>..\..\..\boogie\Binaries\Graph.dll</HintPath>
- </Reference>
<Reference Include="Model">
<HintPath>..\..\..\boogie\Binaries\Model.dll</HintPath>
</Reference>