Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorUnitTests
Modified Files:
SharpVectorUnitTests.csproj
Log Message:
Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration.
Index: SharpVectorUnitTests.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUnitTests/SharpVectorUnitTests.csproj,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- SharpVectorUnitTests.csproj 11 Sep 2005 18:25:02 -0000 1.45
+++ SharpVectorUnitTests.csproj 12 Sep 2005 15:08:23 -0000 1.46
@@ -28,7 +28,7 @@
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
+ DefineConstants = "DEBUG;TRACE;TEST"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
@@ -150,11 +150,6 @@
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
/>
<Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\..\lib\nunit.framework.dll"
- />
- <Reference
Name = "SharpVectorCss"
Project = "{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
@@ -184,6 +179,11 @@
Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\..\lib\nunit.framework.dll"
+ />
</References>
</Build>
<Files>
|