Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv2638/Spring.Services.Tests
Modified Files:
Spring.Services.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Services.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Services.Tests/Spring.Services.Tests.2003.csproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Spring.Services.Tests.2003.csproj 3 Aug 2007 08:31:26 -0000 1.10
--- Spring.Services.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.11
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{EB2687B7-8B26-4FBC-852A-4128D5CACAFC}"
***************
*** 29,33 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
--- 29,33 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "DEBUG;TRACE;NET_1_1"
DocumentationFile = ""
DebugSymbols = "true"
***************
*** 49,53 ****
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
--- 49,53 ----
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
! DefineConstants = "TRACE;NET_1_1"
DocumentationFile = ""
DebugSymbols = "false"
***************
*** 120,123 ****
--- 120,133 ----
HintPath = "..\..\..\lib\Net\1.1\DotNetMock.dll"
/>
+ <Reference
+ Name = "Spring.Aop.2003"
+ Project = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
+ <Reference
+ Name = "Spring.Aop.Tests.2003"
+ Project = "{2111596A-0327-4C9D-8919-294FBD988A23}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
</References>
</Build>
***************
*** 166,169 ****
--- 176,183 ----
/>
<File
+ RelPath = "Data\Spring\Remoting\saoSingleton-aop.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "Data\Spring\Web\Services\configurableFactory.xml"
BuildAction = "EmbeddedResource"
|