From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorPerfTest Modified Files: SharpVectorPerfTest.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorPerfTest.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorPerfTest/SharpVectorPerfTest.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SharpVectorPerfTest.csproj 20 Nov 2003 00:28:56 -0000 1.7 --- SharpVectorPerfTest.csproj 11 Sep 2005 18:25:02 -0000 1.8 *************** *** 103,106 **** --- 103,126 ---- WarningLevel = "4" /> + <Config + Name = "Test" + AllowUnsafeBlocks = "false" + BaseAddress = "285212672" + CheckForOverflowUnderflow = "false" + ConfigurationOverrideFile = "" + DefineConstants = "TEST" + DocumentationFile = "" + DebugSymbols = "true" + FileAlignment = "4096" + IncrementalBuild = "true" + NoStdLib = "false" + NoWarn = "" + Optimize = "false" + OutputPath = "bin\Test\" + RegisterForComInterop = "false" + RemoveIntegerChecks = "false" + TreatWarningsAsErrors = "false" + WarningLevel = "1" + /> </Settings> <References> |