summaryrefslogtreecommitdiff
path: root/Source/BoogieDriver/BoogieDriver.csproj
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2010-07-28 22:48:27 +0000
committerGravatar mikebarnett <unknown>2010-07-28 22:48:27 +0000
commit1af430a8d1e8dd638227fec922a9bff8a4cc02dc (patch)
tree3d2cad41e5ce077e294cdf1842f0344eab77e884 /Source/BoogieDriver/BoogieDriver.csproj
parent623a0d6e02b19989c7e883a88194189982891bea (diff)
Changed reference to AbsInt from a dll reference to a project reference.
Diffstat (limited to 'Source/BoogieDriver/BoogieDriver.csproj')
-rw-r--r--Source/BoogieDriver/BoogieDriver.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/BoogieDriver/BoogieDriver.csproj b/Source/BoogieDriver/BoogieDriver.csproj
index 8b7c31ce..844fd298 100644
--- a/Source/BoogieDriver/BoogieDriver.csproj
+++ b/Source/BoogieDriver/BoogieDriver.csproj
@@ -63,10 +63,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="AbsInt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\AbsInt\bin\Debug\AbsInt.dll</HintPath>
- </Reference>
<Reference Include="Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL" />
<Reference Include="Microsoft.SpecSharp, Version=1.0.21125.0, Culture=neutral, PublicKeyToken=736440c9b414ea16, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -93,6 +89,10 @@
<Compile Include="version.cs" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\AbsInt\AbsInt.csproj">
+ <Project>{0EFA3E43-690B-48DC-A72C-384A3EA7F31F}</Project>
+ <Name>AbsInt</Name>
+ </ProjectReference>
<ProjectReference Include="..\AIFramework\AIFramework.sscproj">
<Project>{24B55172-AD8B-47D1-8952-5A95CFDB9B31}</Project>
<Name>AIFramework</Name>