Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19378/src/SharpVectorUtil
Modified Files:
SharpVectorUtil.build SharpVectorUtil.csproj
Log Message:
Updated build file and project file
Index: SharpVectorUtil.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil/SharpVectorUtil.csproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** SharpVectorUtil.csproj 6 Mar 2005 08:14:30 -0000 1.15
--- SharpVectorUtil.csproj 11 Sep 2005 18:33:32 -0000 1.16
***************
*** 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: SharpVectorUtil.build
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorUtil/SharpVectorUtil.build,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SharpVectorUtil.build 6 Mar 2005 08:14:30 -0000 1.1
--- SharpVectorUtil.build 11 Sep 2005 18:33:32 -0000 1.2
***************
*** 38,45 ****
<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="SharpZipLib.dll"/>
</references>
<!--<arg value="/warnaserror"/>-->
--- 38,45 ----
<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="SharpZipLib.dll"/>
</references>
<!--<arg value="/warnaserror"/>-->
|