Fix MVC3 Quickstart project references
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user