From: Jeff R. <jef...@us...> - 2005-09-12 15:08:30
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/src/SharpVectorObjectModel Modified Files: SharpVectorObjectModel.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: SharpVectorObjectModel.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorObjectModel/SharpVectorObjectModel.csproj,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- SharpVectorObjectModel.csproj 11 Sep 2005 18:25:02 -0000 1.57 +++ SharpVectorObjectModel.csproj 12 Sep 2005 15:08:23 -0000 1.58 @@ -160,11 +160,6 @@ HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Microsoft.JScript.dll" /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\lib\nunit.framework.dll" - /> - <Reference Name = "SharpVectorCss" Project = "{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" @@ -189,6 +184,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> |