summaryrefslogtreecommitdiff
path: root/Source/Graph
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graph')
-rw-r--r--Source/Graph/Graph.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/Graph/Graph.csproj b/Source/Graph/Graph.csproj
index c2d3e5b0..1756b36f 100644
--- a/Source/Graph/Graph.csproj
+++ b/Source/Graph/Graph.csproj
@@ -76,12 +76,15 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="cce.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="Graph.cs" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\CodeContractsExtender\CodeContractsExtender.csproj">
+ <Project>{ACCC0156-0921-43ED-8F67-AD8BDC8CDE31}</Project>
+ <Name>CodeContractsExtender</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />