Fix MVC3 Quickstart project references

This commit is contained in:
markpollack
2011-08-01 18:28:34 +00:00
parent 995f3bbb73
commit 57fae392b1

View File

@@ -35,11 +35,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
<HintPath>..\..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Spring.Web.Mvc3">
<HintPath>..\..\..\..\..\build\VS.Net.2010\Spring.Web.Mvc3\Debug\Spring.Web.Mvc3.dll</HintPath>
<HintPath>..\..\..\..\..\bin\net\4.0\release\Spring.Web.Mvc3.dll</HintPath>
</Reference>
<Reference Include="System.Data.Entity" />
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />