From: Oleg T. <he...@us...> - 2004-10-28 18:20:33
|
Update of /cvsroot/mvp-xml/Common/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16245/v1/src Modified Files: Common.csproj Log Message: Added IHasXPathNavigator interface and its impl for XPathNavigatorReader to be able to extract underlying XPathNavigator out of XPathNavigatorReader. Index: Common.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/src/Common.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Common.csproj 25 Oct 2004 18:18:05 -0000 1.2 +++ Common.csproj 28 Oct 2004 18:20:19 -0000 1.3 @@ -158,6 +158,11 @@ BuildAction = "Compile" /> <File + RelPath = "XPath\IHasXPathNavigator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "XPath\IndexingXPathNavigator.cs" SubType = "Code" BuildAction = "Compile" |