summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/DafnyExtension.csproj
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/DafnyExtension/DafnyExtension.csproj
parent018ff98d7719da19818832258d113e8780ff22fe (diff)
Fixed build failures due to changes in Boogie.
Diffstat (limited to 'Source/DafnyExtension/DafnyExtension.csproj')
-rw-r--r--Source/DafnyExtension/DafnyExtension.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/DafnyExtension/DafnyExtension.csproj b/Source/DafnyExtension/DafnyExtension.csproj
index b9c95c85..47a3516c 100644
--- a/Source/DafnyExtension/DafnyExtension.csproj
+++ b/Source/DafnyExtension/DafnyExtension.csproj
@@ -59,6 +59,9 @@
<Reference Include="CodeContractsExtender">
<HintPath>..\..\Binaries\CodeContractsExtender.dll</HintPath>
</Reference>
+ <Reference Include="Concurrency">
+ <HintPath>..\..\Binaries\Concurrency.dll</HintPath>
+ </Reference>
<Reference Include="Core">
<HintPath>..\..\Binaries\Core.dll</HintPath>
</Reference>