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