From: Jeff R. <jef...@us...> - 2005-09-11 18:25:11
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorViewer Modified Files: SharpVectorViewer.build SharpVectorViewer.csproj Log Message: Updated build and project files for newer versions of NAnt and NUnit Index: SharpVectorViewer.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.csproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** SharpVectorViewer.csproj 6 Mar 2005 07:38:54 -0000 1.22 --- SharpVectorViewer.csproj 11 Sep 2005 18:25:02 -0000 1.23 *************** *** 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: SharpVectorViewer.build =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorViewer/SharpVectorViewer.build,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SharpVectorViewer.build 6 Mar 2005 07:38:54 -0000 1.10 --- SharpVectorViewer.build 11 Sep 2005 18:25:02 -0000 1.11 *************** *** 64,79 **** <csc target="winexe" output="${build.dir}\${project.name}.exe" debug="${debug}" win32icon="svgsharp.ico"> <sources basedir="."> ! <includes name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <includes name="SharpVectorBindings.dll"/> ! <includes name="SharpVectorDom.dll"/> ! <includes name="SharpVectorUtil.dll"/> ! <includes name="SharpVectorObjectModel.dll"/> ! <includes name="SharpVectorCss.dll"/> ! <includes name="SharpVectorRenderingEngine.dll"/> ! <includes name="SvgComponents.dll"/> ! <includes name="SharpZipLib.dll"/> </references> <!-- --- 64,79 ---- <csc target="winexe" output="${build.dir}\${project.name}.exe" debug="${debug}" win32icon="svgsharp.ico"> <sources basedir="."> ! <include name="**.cs"/> </sources> <references basedir="${build.dir}"> ! <include name="SharpVectorBindings.dll"/> ! <include name="SharpVectorDom.dll"/> ! <include name="SharpVectorUtil.dll"/> ! <include name="SharpVectorObjectModel.dll"/> ! <include name="SharpVectorCss.dll"/> ! <include name="SharpVectorRenderingEngine.dll"/> ! <include name="SvgComponents.dll"/> ! <include name="SharpZipLib.dll"/> </references> <!-- |