Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11623/Spring.Testing.NUnit.Tests
Modified Files:
Spring.Testing.NUnit.Tests.2003.csproj
Log Message:
Updated VS2003 csprojs (specially added NET_1_1 constant).
Index: Spring.Testing.NUnit.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.2003.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Spring.Testing.NUnit.Tests.2003.csproj 11 Sep 2007 16:41:29 -0000 1.4
--- Spring.Testing.NUnit.Tests.2003.csproj 11 Sep 2007 17:03:50 -0000 1.5
***************
*** 57,61 ****
NoWarn = ""
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Spring.Data.Tests\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
--- 57,61 ----
NoWarn = ""
Optimize = "true"
! OutputPath = "..\..\..\build\VS.Net\Spring.Testing.NUnit.Tests\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
***************
*** 81,93 ****
/>
<Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
- />
- <Reference
Name = "Spring.Testing.NUnit.2003"
Project = "{6B8639E3-88BB-4F7B-9F23-699E84C30D58}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
</Build>
--- 81,93 ----
/>
<Reference
Name = "Spring.Testing.NUnit.2003"
Project = "{6B8639E3-88BB-4F7B-9F23-699E84C30D58}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
+ />
</References>
</Build>
|