Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorDom
Modified Files:
SharpVectorDom.build SharpVectorDom.csproj
Log Message:
Updated build and project files for newer versions of NAnt and NUnit
Index: SharpVectorDom.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom/SharpVectorDom.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SharpVectorDom.csproj 20 Nov 2003 00:28:56 -0000 1.5
--- SharpVectorDom.csproj 11 Sep 2005 18:25:02 -0000 1.6
***************
*** 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: SharpVectorDom.build
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorDom/SharpVectorDom.build,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SharpVectorDom.build 6 Mar 2005 07:38:53 -0000 1.2
--- SharpVectorDom.build 11 Sep 2005 18:25:02 -0000 1.3
***************
*** 50,59 ****
<csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}">
<sources basedir=".">
! <includes name="**.cs"/>
</sources>
<references basedir="${build.dir}">
! <includes name="SharpVectorBindings.dll"/>
! <includes name="SharpVectorUtil.dll"/>
! <includes name="nunit.framework.dll" if="${debug}"/>
</references>
<!--<arg value="/warnaserror"/>-->
--- 50,59 ----
<csc target="library" output="${build.dir}\${project.name}.dll" doc="${build.dir}\${project.name}.xml" debug="${debug}">
<sources basedir=".">
! <include name="**.cs"/>
</sources>
<references basedir="${build.dir}">
! <include name="SharpVectorBindings.dll"/>
! <include name="SharpVectorUtil.dll"/>
! <include name="nunit.framework.dll" if="${debug}"/>
</references>
<!--<arg value="/warnaserror"/>-->
|