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-09-07 02:46:38 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-09-07 02:46:38 +0400
commit8e511e9e31c412612f695e4c93fb5153d78bdd18 (patch)
tree9d246b121df8e4ea3d31ab84642bd0e6fec2518c /mcs/class/System.XML/Test/MonoMicro.Test.csproj
parent54ac5974b271fd4fc6c1f1d4b6455b396512ecb4 (diff)
Added XPathNavigatorMatchesTests.cs to the MonoMicro.Test project
svn path=/trunk/mcs/; revision=7294
Diffstat (limited to 'mcs/class/System.XML/Test/MonoMicro.Test.csproj')
-rw-r--r--mcs/class/System.XML/Test/MonoMicro.Test.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/MonoMicro.Test.csproj b/mcs/class/System.XML/Test/MonoMicro.Test.csproj
index a90ea037a17..ff6b0a6c0ed 100644
--- a/mcs/class/System.XML/Test/MonoMicro.Test.csproj
+++ b/mcs/class/System.XML/Test/MonoMicro.Test.csproj
@@ -74,7 +74,7 @@
/>
<Reference
Name = "System.XML"
- AssemblyName = "System.Xml"
+ AssemblyName = "System.XML"
HintPath = "..\obj\Debug\System.XML.dll"
/>
</References>
@@ -191,6 +191,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "XPathNavigatorMatchesTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XPathNavigatorTests.cs"
SubType = "Code"
BuildAction = "Compile"