modified MVC example app to target .net 3.5

This commit is contained in:
sbohlen
2010-12-09 18:25:00 +00:00
parent 6159e65a4e
commit b7d6885de5

View File

@@ -33,14 +33,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Spring.Core, Version=1.3.0.20001, Culture=neutral, processorArchitecture=MSIL">
<HintPath>C:\_svn\spring-net\trunk\bin\net\3.5\debug\Spring.Core.dll</HintPath>
<Reference Include="Spring.Core">
<HintPath>..\..\..\..\..\bin\net\2.0\debug\Spring.Core.dll</HintPath>
</Reference>
<Reference Include="Spring.Data">
<HintPath>..\..\..\..\..\build\net\4.0\debug\Spring.Data.dll</HintPath>
<HintPath>..\..\..\..\..\bin\net\2.0\debug\Spring.Data.dll</HintPath>
</Reference>
<Reference Include="Spring.Web.Mvc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>C:\_svn\spring-net\trunk\bin\net\3.5\debug\Spring.Web.Mvc.dll</HintPath>
<Reference Include="Spring.Web.Mvc">
<HintPath>..\..\..\..\..\bin\net\3.5\debug\Spring.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />