Updating project references with hint paths to avoid warnings on clean.

--HG--
branch : dev
This commit is contained in:
andrerod
2010-11-14 00:09:42 -08:00
parent 1badb1a917
commit 6eb257fc7c
4 changed files with 15 additions and 5 deletions

View File

@@ -43,7 +43,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\autofac\Autofac.dll</HintPath>
</Reference>
<Reference Include="ClaySharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="ClaySharp">
<HintPath>..\..\..\..\lib\claysharp\ClaySharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations">