From: Jeff R. <jef...@us...> - 2005-09-11 18:25:10
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorObjectModel Modified Files: SharpVectorObjectModel.build SharpVectorObjectModel.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorObjectModel.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.csproj,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** SharpVectorObjectModel.csproj 7 Mar 2005 18:02:14 -0000 1.56 --- SharpVectorObjectModel.csproj 11 Sep 2005 18:25:02 -0000 1.57 *************** *** 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> Index: SharpVectorObjectModel.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.build,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SharpVectorObjectModel.build 6 Mar 2005 07:38:53 -0000 1.9 --- SharpVectorObjectModel.build 11 Sep 2005 18:25:02 -0000 1.10 *************** *** 58,71 **** <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}" doc="${build.dir}\${project.name}.xml"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpZipLib.dll"/> ! <includes name="nunit.framework.dll" if="${debug}"/> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorScripting.dll"/> </references> <!-- --- 58,71 ---- <csc target="library" output="${build.dir}\${project.name}.dll" debug="${debug}" doc="${build.dir}\${project.name}.xml"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpZipLib.dll"/> ! <include name="nunit.framework.dll" if="${debug}"/> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorScripting.dll"/> </references> <!-- |