From: Daniel C. \(kzu\) <dca...@us...> - 2004-12-18 05:16:49
|
Update of /cvsroot/mvp-xml/XInclude/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7798/v1/test Modified Files: XIncludeTest.csproj Log Message: Index: XIncludeTest.csproj =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XIncludeTest.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- XIncludeTest.csproj 7 Nov 2004 14:49:57 -0000 1.16 +++ XIncludeTest.csproj 18 Dec 2004 05:16:38 -0000 1.17 @@ -90,11 +90,35 @@ AssemblyName = "System.Xml" HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "C:\Program Files\NUnit 2.2\bin\nunit.framework.dll" + AssemblyFolderKey = "hklm\dn\nunit.framework" + /> + <Reference + Name = "XInclude" + Project = "{3750FAB1-FD0E-425A-9DAA-87543A556319}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> <Files> <Include> <File + RelPath = "book.xml" + BuildAction = "Content" + /> + <File + RelPath = "chap1.xml" + BuildAction = "Content" + /> + <File + RelPath = "SimpleTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Elliotte_Rusty_HaroldTests.cs" SubType = "Code" BuildAction = "Compile" |