Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6679/src/Spring/Spring.Data
Modified Files:
Spring.Data.2003.csproj
Log Message:
SPRNET-866 - Support .NET 1.1 for NHibernate 1.2
SPRNET-809 - Update to NHibernate 1.2.1
Index: Spring.Data.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Spring.Data.2003.csproj,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Spring.Data.2003.csproj 7 Dec 2007 15:57:04 -0000 1.28
--- Spring.Data.2003.csproj 4 Feb 2008 22:42:49 -0000 1.29
***************
*** 399,402 ****
--- 399,407 ----
/>
<File
+ RelPath = "Data\Common\DelegatingDbProvider.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Data\Common\ErrorCodes.cs"
SubType = "Code"
***************
*** 434,437 ****
--- 439,447 ----
/>
<File
+ RelPath = "Data\Common\UserCredentialsDbProvider.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Data\Config\DatabaseNamespaceParser.cs"
SubType = "Code"
***************
*** 891,894 ****
--- 901,909 ----
/>
<File
+ RelPath = "Transaction\Interceptor\TransactionAttributeConverter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Transaction\Interceptor\TransactionAttributeEditor.cs"
SubType = "Code"
|