Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17644/src/SharpVectorBindings
Modified Files:
SharpVectorBindings.build SharpVectorBindings.csproj
Log Message:
Updated build and project files for newer versions of NAnt and NUnit
Index: SharpVectorBindings.build
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectorBindings.build,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SharpVectorBindings.build 9 Aug 2003 22:39:31 -0000 1.1
--- SharpVectorBindings.build 11 Sep 2005 18:25:02 -0000 1.2
***************
*** 47,54 ****
<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="nunit.framework.dll" if="${debug}"/>
</references>
<!--<arg value="/warnaserror"/>-->
--- 47,54 ----
<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="nunit.framework.dll" if="${debug}"/>
</references>
<!--<arg value="/warnaserror"/>-->
Index: SharpVectorBindings.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorBindings/SharpVectorBindings.csproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** SharpVectorBindings.csproj 7 Mar 2005 18:02:14 -0000 1.11
--- SharpVectorBindings.csproj 11 Sep 2005 18:25:02 -0000 1.12
***************
*** 103,106 ****
--- 103,126 ----
WarningLevel = "1"
/>
+ <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>
|