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-14 07:59:29 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-14 07:59:29 +0300
commit909f6660623ff68f1fa374bae0d9fd6137fd00b9 (patch)
treefa0a49183c92fa3ac7e8db924206e0d751a0e9d9 /mcs/class/System.XML/Mono.System.XML.csproj
parentcfe054f7d0dd048c188c5ad1c61e8d75edf49957 (diff)
start of XmlTextWriter
svn path=/trunk/mcs/; revision=3101
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 0e8d772a96d..ca012f8e4ee 100644
--- a/mcs/class/System.XML/Mono.System.XML.csproj
+++ b/mcs/class/System.XML/Mono.System.XML.csproj
@@ -306,6 +306,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "System.Xml\XmlTextWriter.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "System.Xml\XmlTokenizedType.cs"
SubType = "Code"
BuildAction = "Compile"