SPRNET-1560 remove VS2008 solutions and projects

* update build files to use explicit library references to ensure proper 4.0 build on 4.5 enabled machines
* remove Spring.Web.MVC projects from main solution file
This commit is contained in:
Marko Lahma
2013-11-03 21:43:45 +02:00
parent e82f0547d6
commit 54bcda7f77
190 changed files with 663 additions and 17773 deletions

View File

@@ -4,7 +4,7 @@
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
@echo Start Time: %time%
build-support\tools\nant\bin\nant %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt
build-support\tools\nant\bin\nant -D:test.withcoverage=false %1 %2 %3 %4 %5 %6 %7 %8 %9 > buildlog.txt
@echo .
@echo ..
@echo ...