Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16151/src/Spring/Spring.Core
Modified Files:
Spring.Core.2003.csproj
Log Message:
Updated VS2003 csprj OutputPath.
Index: Spring.Core.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Spring.Core.2003.csproj,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Spring.Core.2003.csproj 14 Sep 2007 13:48:53 -0000 1.49
--- Spring.Core.2003.csproj 14 Sep 2007 15:11:46 -0000 1.50
***************
*** 37,41 ****
NoWarn = "219, 162"
Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net\Spring.Core\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
--- 37,41 ----
NoWarn = "219, 162"
Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net.2003\Spring.Core\Debug-1.1\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
***************
*** 57,61 ****
NoWarn = ""
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Spring.Core\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
--- 57,61 ----
NoWarn = ""
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net.2003\Spring.Core\Release-1.1\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
|