Polishing 1.3.2 release

This commit is contained in:
bbaia
2011-07-27 13:05:56 +00:00
parent 38abd46011
commit 4aedd8520d
11 changed files with 93 additions and 83 deletions

View File

@@ -14,6 +14,7 @@
<AssemblyName>Spring.MvcQuickStart</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>false</UseIISExpress>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -39,6 +40,9 @@
<Reference Include="Spring.Data">
<HintPath>..\..\..\..\..\bin\net\2.0\debug\Spring.Data.dll</HintPath>
</Reference>
<Reference Include="Spring.Web">
<HintPath>..\..\..\..\..\bin\net\2.0\debug\Spring.Web.dll</HintPath>
</Reference>
<Reference Include="Spring.Web.Mvc">
<HintPath>..\..\..\..\..\bin\net\3.5\debug\Spring.Web.Mvc.dll</HintPath>
</Reference>