Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate12
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6679/src/Spring/Spring.Data.NHibernate12
Modified Files:
Spring.Data.NHibernate12.build
Added Files:
Spring.Data.NHibernate12.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.NHibernate12.build
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data.NHibernate12/Spring.Data.NHibernate12.build,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.Data.NHibernate12.build 3 Oct 2007 05:02:49 -0000 1.3
--- Spring.Data.NHibernate12.build 4 Feb 2008 22:42:49 -0000 1.4
***************
*** 26,29 ****
--- 26,30 ----
<exclude name="../Spring.Data.NHibernate/Data/**/LocalSessionFactoryObject.cs" />
<exclude name="../Spring.Data.NHibernate/Data/**/HibernateAccessor.cs" />
+ <exclude name="./Data/NHibernate/Generic/*.cs" if="${nant.settings.currentframework == 'net-1.1'}"/>
<include name="../CommonAssemblyInfo.cs" />
</sources>
--- NEW FILE: Spring.Data.NHibernate12.2003.csproj ---
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{2E12AE3E-5690-46A5-9F89-80F1D3004ADB}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Spring.Data.NHibernate12"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "Spring.Data.NHibernate12"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE;NET_1_1"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "NHibernate"
AssemblyName = "NHibernate"
HintPath = "..\..\..\lib\NHibernate12\net\1.1\NHibernate.dll"
/>
<Reference
Name = "Castle.DynamicProxy"
AssemblyName = "Castle.DynamicProxy"
HintPath = "..\..\..\lib\NHibernate12\net\1.1\Castle.DynamicProxy.dll"
/>
<Reference
Name = "Iesi.Collections"
AssemblyName = "Iesi.Collections"
HintPath = "..\..\..\lib\NHibernate12\net\1.1\Iesi.Collections.dll"
/>
<Reference
Name = "log4net"
AssemblyName = "log4net"
HintPath = "..\..\..\lib\NHibernate12\net\1.1\log4net.dll"
/>
<Reference
Name = "Spring.Aop.2003"
Project = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Spring.Core.2003"
Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Spring.Data.2003"
Project = "{E10A3BED-795F-41CB-A4A8-8C4B342ACDDF}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Common.Logging"
AssemblyName = "Common.Logging"
HintPath = "..\..\..\lib\Net\1.1\Common.Logging.dll"
/>
<Reference
Name = "HashCodeProvider"
AssemblyName = "HashCodeProvider"
HintPath = "..\..\..\lib\NHibernate12\net\1.1\HashCodeProvider.dll"
/>
<Reference
Name = "System.Web"
AssemblyName = "System.Web"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CommonAssemblyInfo.cs"
Link = "..\CommonAssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateAccessor.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateAdoException.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateAdoException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateDelegate.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateDelegate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateObjectRetrievalFailureException.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateObjectRetrievalFailureException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateOptimisticLockingFailureException.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateOptimisticLockingFailureException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateQueryException.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateQueryException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateSystemException.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateSystemException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateTemplate.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateTemplate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\HibernateTransactionManager.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\HibernateTransactionManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\ICommonHibernateOperations.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\ICommonHibernateOperations.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\IHibernateCallback.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\IHibernateCallback.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\IHibernateOperations.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\IHibernateOperations.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\LocalSessionFactoryObject.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\SessionFactoryUtils.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\SessionFactoryUtils.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\SessionHolder.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\SessionHolder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\SpringSessionContext.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\SpringSessionSynchronization.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\TemplateFlushMode.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\TemplateFlushMode.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\Support\ConfigSectionSessionScopeSettings.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\Support\ConfigSectionSessionScopeSettings.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\Support\dontdelete.txt"
BuildAction = "Content"
/>
<File
RelPath = "Data\NHibernate\Support\HibernateDaoSupport.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\Support\HibernateDaoSupport.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\Support\OpenSessionInViewModule.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\Support\OpenSessionInViewModule.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\Support\SessionScope.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\Support\SessionScope.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Data\NHibernate\Support\SessionScopeSettings.cs"
Link = "..\Spring.Data.NHibernate\Data\NHibernate\Support\SessionScopeSettings.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
|