Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorViewer
Modified Files:
SharpVectorViewer.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: SharpVectorViewer.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.csproj,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- SharpVectorViewer.csproj 11 Sep 2005 18:25:02 -0000 1.23
+++ SharpVectorViewer.csproj 12 Sep 2005 15:08:23 -0000 1.24
@@ -28,7 +28,7 @@
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
+ DefineConstants = "DEBUG;TRACE;TEST"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
|