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:
authorAtsushi Eno <atsushieno@gmail.com>2003-02-16 10:29:24 +0300
committerAtsushi Eno <atsushieno@gmail.com>2003-02-16 10:29:24 +0300
commit7a00fc77a56d28db99d86ff62fbc0f4dca9a7fb0 (patch)
treeb5b76643cf9b25500865a4a1566b3e5389850759 /mcs/class/System.XML/Mono.System.XML.csproj
parentcc86dade12387fdec9cdfb4d5aefb135b1edb426 (diff)
2003-02-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
* added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj. svn path=/trunk/mcs/; revision=11613
Diffstat (limited to 'mcs/class/System.XML/Mono.System.XML.csproj')
-rw-r--r--mcs/class/System.XML/Mono.System.XML.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.System.XML.csproj b/mcs/class/System.XML/Mono.System.XML.csproj
index eddc84d379a..f29f41e54ba 100644
--- a/mcs/class/System.XML/Mono.System.XML.csproj
+++ b/mcs/class/System.XML/Mono.System.XML.csproj
@@ -226,6 +226,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Xml\XmlInputStream.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Xml\XmlLinkedNode.cs"
SubType = "Code"
BuildAction = "Compile"