diff options
author | tabarbe <unknown> | 2010-07-21 21:02:42 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-07-21 21:02:42 +0000 |
commit | da0230f37819fd9d67b561015a2b53743efe8f7d (patch) | |
tree | a234f92f94a07fd8f1fcb7aac30125b2650e7b2c /Source/AbsInt | |
parent | bb83c917b6d5ebc0f2daa14d7c03ffff9ffec838 (diff) |
Boogie: Fixing incorrect referencing of Microsoft.Contracts (the Code Contracts dll) in AbsInt, Isabelle, and Z3
Diffstat (limited to 'Source/AbsInt')
-rw-r--r-- | Source/AbsInt/AbsInt.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/AbsInt/AbsInt.csproj b/Source/AbsInt/AbsInt.csproj index 82f53933..3c020192 100644 --- a/Source/AbsInt/AbsInt.csproj +++ b/Source/AbsInt/AbsInt.csproj @@ -75,10 +75,7 @@ <SpecificVersion>False</SpecificVersion>
<HintPath>..\Core\bin\Debug\Core.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="System" />
<Reference Include="System.Compiler, Version=1.0.21125.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
|