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:
authorJason Diamond <injektilo@mono-cvs.ximian.com>2002-03-03 06:06:50 +0300
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-03-03 06:06:50 +0300
commit2207a5d9060f1b40aa78284d3281583eb4e1e594 (patch)
tree7823d46be2e0108cf489cde796dbcdc83562ab7d /mcs/class/System.XML/Test/Mono.Test.csproj
parentb85325090c44995ea0a8155ef09aef8caac8520d (diff)
Implemented all of the CreateElement and CreateAttribute methods.
svn path=/trunk/mcs/; revision=2849
Diffstat (limited to 'mcs/class/System.XML/Test/Mono.Test.csproj')
-rw-r--r--mcs/class/System.XML/Test/Mono.Test.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/Mono.Test.csproj b/mcs/class/System.XML/Test/Mono.Test.csproj
index 8527c18b4b8..1bd40fa0322 100644
--- a/mcs/class/System.XML/Test/Mono.Test.csproj
+++ b/mcs/class/System.XML/Test/Mono.Test.csproj
@@ -72,6 +72,11 @@
Project = "{0CB7FB41-3C0F-40E8-ACD3-8C5B8BC35B2C}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
+ <Reference
+ Name = "System.Data"
+ AssemblyName = "System.Data"
+ HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
+ />
</References>
</Build>
<Files>
@@ -97,6 +102,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "XmlElementTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XmlNamespaceManagerTests.cs"
SubType = "Code"
BuildAction = "Compile"