Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorCss
Modified Files:
SharpVectorCss.csproj
Log Message:
Updated the nunit dll and corrected the references in the projects. Also added the TEST compilation flag to the projects under the default configuration.
Index: SharpVectorCss.csproj
===================================================================
RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorCss/SharpVectorCss.csproj,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- SharpVectorCss.csproj 11 Sep 2005 18:25:02 -0000 1.26
+++ SharpVectorCss.csproj 12 Sep 2005 15:08:22 -0000 1.27
@@ -155,11 +155,6 @@
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
/>
<Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\..\lib\nunit.framework.dll"
- />
- <Reference
Name = "SharpVectorUtil"
Project = "{2C3D4EE6-4F71-41F0-99F6-DDAA439C88C6}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
@@ -174,6 +169,11 @@
Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\..\lib\nunit.framework.dll"
+ />
</References>
</Build>
<Files>
|