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