Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-03-08 07:45:30 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-08 07:45:30 +0300
commit80544603320ecb07162901d05cd43dc57db4634a (patch)
tree8de47ad96bd47b2a552b383de8d72c741b335b9b /mcs/class/System.XML/Test/Mono.Test.csproj
parenta6954ab4d428f74c8c8d447acaf06cf0f26c48f2 (diff)
XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes
svn path=/trunk/mcs/; revision=2987
Diffstat (limited to 'mcs/class/System.XML/Test/Mono.Test.csproj')
-rw-r--r--mcs/class/System.XML/Test/Mono.Test.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/Mono.Test.csproj b/mcs/class/System.XML/Test/Mono.Test.csproj
index 22c55508c83..2b0d0a4822f 100644
--- a/mcs/class/System.XML/Test/Mono.Test.csproj
+++ b/mcs/class/System.XML/Test/Mono.Test.csproj
@@ -116,6 +116,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "XmlNodeListTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XmlTextReaderTests.cs"
SubType = "Code"
BuildAction = "Compile"