fix 2003 sln
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
|
||||
#endif
|
||||
[assembly: AssemblyCompany("http://www.springframework.net")]
|
||||
[assembly: AssemblyProduct("Spring.NET Framework 1.1")]
|
||||
[assembly: AssemblyProduct("Spring.NET Framework 1.2")]
|
||||
[assembly: AssemblyCopyright("Copyright 2002-2007 Spring.NET Framework Team.")]
|
||||
[assembly: AssemblyTrademark("Apache License, Version 2.0")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
@@ -31,9 +31,9 @@ using System.Reflection;
|
||||
//
|
||||
// This is to support side-by-side deployment of .NET 1.1 and .NET 2.0 versions of the assembly.
|
||||
#if !NET_2_0
|
||||
[assembly: AssemblyVersion("1.1.1.11001")]
|
||||
[assembly: AssemblyVersion("1.2.0.11001")]
|
||||
#else
|
||||
[assembly: AssemblyVersion("1.1.1.20001")]
|
||||
[assembly: AssemblyVersion("1.2.0.20001")]
|
||||
#endif
|
||||
|
||||
//
|
||||
|
||||
@@ -69,11 +69,6 @@
|
||||
AssemblyName = "System"
|
||||
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "Spring.Core"
|
||||
AssemblyName = "Spring.Core"
|
||||
HintPath = "..\..\..\lib\net\1.1\Spring.Core.dll"
|
||||
/>
|
||||
<Reference
|
||||
Name = "Common.Logging"
|
||||
AssemblyName = "Common.Logging"
|
||||
@@ -89,10 +84,30 @@
|
||||
AssemblyName = "Nullables"
|
||||
HintPath = "..\..\..\lib\net\1.1\Nullables.dll"
|
||||
/>
|
||||
<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 = "System.Data"
|
||||
AssemblyName = "System.Data"
|
||||
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
|
||||
/>
|
||||
</References>
|
||||
</Build>
|
||||
<Files>
|
||||
<Include>
|
||||
<File
|
||||
RelPath = "JobMethodInvocationFailedException.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Scheduling\Quartz\AdaptableJobFactory.cs"
|
||||
SubType = "Code"
|
||||
@@ -134,7 +149,7 @@
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Scheduling\Quartz\JobMethodInvocationFailedException.cs"
|
||||
RelPath = "Scheduling\Quartz\LocalDataSourceJobStore.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
@@ -188,6 +203,11 @@
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Scheduling\Quartz\SpringDbProviderAdapter.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Scheduling\Quartz\SpringObjectJobFactory.cs"
|
||||
SubType = "Code"
|
||||
|
||||
Reference in New Issue
Block a user