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/Provers | |
parent | bb83c917b6d5ebc0f2daa14d7c03ffff9ffec838 (diff) |
Boogie: Fixing incorrect referencing of Microsoft.Contracts (the Code Contracts dll) in AbsInt, Isabelle, and Z3
Diffstat (limited to 'Source/Provers')
-rw-r--r-- | Source/Provers/Isabelle/Isabelle.csproj | 5 | ||||
-rw-r--r-- | Source/Provers/Z3/Z3.csproj | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/Source/Provers/Isabelle/Isabelle.csproj b/Source/Provers/Isabelle/Isabelle.csproj index 873e8bbb..91eefa16 100644 --- a/Source/Provers/Isabelle/Isabelle.csproj +++ b/Source/Provers/Isabelle/Isabelle.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.Data" />
<Reference Include="System.Xml" />
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>
|