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