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-08 05:35:52 +0300
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-03-08 05:35:52 +0300
commita6954ab4d428f74c8c8d447acaf06cf0f26c48f2 (patch)
treee9b043a2c7d7d64dbf4e82f046718dcf3b348994 /mcs/class/System.XML/Mono.System.XML.csproj
parent61c36fe9be30aedef3dadccd13382b3bc21afc96 (diff)
Stubbed out XPathExpression and XPathNavigator and everything else needed to get it to compile.
svn path=/trunk/mcs/; revision=2986
Diffstat (limited to 'mcs/class/System.XML/Mono.System.XML.csproj')
-rw-r--r--mcs/class/System.XML/Mono.System.XML.csproj29
1 files changed, 29 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.System.XML.csproj b/mcs/class/System.XML/Mono.System.XML.csproj
index 1101bbaee55..b1e89e8a131 100644
--- a/mcs/class/System.XML/Mono.System.XML.csproj
+++ b/mcs/class/System.XML/Mono.System.XML.csproj
@@ -62,6 +62,11 @@
AssemblyName = "System"
HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
/>
+ <Reference
+ Name = "System.Data"
+ AssemblyName = "System.Data"
+ HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
+ />
</References>
</Build>
<Files>
@@ -356,15 +361,39 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Xml.XPath\ChangeLog"
+ BuildAction = "None"
+ />
+ <File
RelPath = "System.Xml.XPath\IXPathNavigable.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Xml.XPath\XPathExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Xml.XPath\XPathNavigator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
+ <File
+ RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "System.Xml.XPath\XPathResultType.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
</CSHARP>