summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-11-23 13:27:13 +0100
committerGravatar wuestholz <unknown>2013-11-23 13:27:13 +0100
commit87c0032929201ede6b8d93c1d9f6af36ef272f7d (patch)
tree533905eb0f9352be1dc049c492a96a1238f44365 /Source/DafnyDriver
parent018ff98d7719da19818832258d113e8780ff22fe (diff)
Fixed build failures due to changes in Boogie.
Diffstat (limited to 'Source/DafnyDriver')
-rw-r--r--Source/DafnyDriver/DafnyDriver.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.csproj b/Source/DafnyDriver/DafnyDriver.csproj
index 94794cd2..912fd38e 100644
--- a/Source/DafnyDriver/DafnyDriver.csproj
+++ b/Source/DafnyDriver/DafnyDriver.csproj
@@ -127,6 +127,9 @@
<Reference Include="AbsInt">
<HintPath>..\..\..\boogie\Binaries\AbsInt.dll</HintPath>
</Reference>
+ <Reference Include="Concurrency">
+ <HintPath>..\..\..\boogie\Binaries\Concurrency.dll</HintPath>
+ </Reference>
<Reference Include="Core">
<HintPath>..\..\..\boogie\Binaries\Core.dll</HintPath>
</Reference>