summaryrefslogtreecommitdiff
path: root/Source/Provers/Z3
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-07-21 21:02:42 +0000
committerGravatar tabarbe <unknown>2010-07-21 21:02:42 +0000
commitda0230f37819fd9d67b561015a2b53743efe8f7d (patch)
treea234f92f94a07fd8f1fcb7aac30125b2650e7b2c /Source/Provers/Z3
parentbb83c917b6d5ebc0f2daa14d7c03ffff9ffec838 (diff)
Boogie: Fixing incorrect referencing of Microsoft.Contracts (the Code Contracts dll) in AbsInt, Isabelle, and Z3
Diffstat (limited to 'Source/Provers/Z3')
-rw-r--r--Source/Provers/Z3/Z3.csproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Provers/Z3/Z3.csproj b/Source/Provers/Z3/Z3.csproj
index e6518833..c6773ba8 100644
--- a/Source/Provers/Z3/Z3.csproj
+++ b/Source/Provers/Z3/Z3.csproj
@@ -77,10 +77,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Graph\bin\debug\Graph.dll</HintPath>
</Reference>
- <Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\..\Binaries\Microsoft.Contracts.dll</HintPath>
- </Reference>
+ <Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL" />
<Reference Include="Provers.Simplify, Version=2.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Simplify\bin\debug\Provers.Simplify.dll</HintPath>