Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19195/src/Spring/Spring.Core
Modified Files:
Spring.Core.2002.csproj
Log Message:
Fix/update of VS2002 csprojs/sln.
Index: Spring.Core.2002.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Spring.Core.2002.csproj,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Spring.Core.2002.csproj 9 Aug 2007 14:53:55 -0000 1.12
--- Spring.Core.2002.csproj 14 Sep 2007 15:18:40 -0000 1.13
***************
*** 32,36 ****
IncrementalBuild = "false"
Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net.2002\Spring.Core\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
--- 32,36 ----
IncrementalBuild = "false"
Optimize = "false"
! OutputPath = "..\..\..\build\VS.Net.2002\Spring.Core\Debug-1.0\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
***************
*** 50,54 ****
IncrementalBuild = "false"
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Spring.Core\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
--- 50,54 ----
IncrementalBuild = "false"
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net.2002\Spring.Core\Release-1.0\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
|