XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes
[mono.git] / mcs / class / System.XML / Mono.System.XML.csproj
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.0.9466"
5         SchemaVersion = "1.0"
6         ProjectGuid = "{0CB7FB41-3C0F-40E8-ACD3-8C5B8BC35B2C}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "System.XML"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 RootNamespace = "System.XML"
20                 StartupObject = ""
21             >
22                 <Config
23                     Name = "Debug"
24                     AllowUnsafeBlocks = "false"
25                     BaseAddress = "285212672"
26                     CheckForOverflowUnderflow = "false"
27                     ConfigurationOverrideFile = ""
28                     DefineConstants = "DEBUG;TRACE"
29                     DocumentationFile = ""
30                     DebugSymbols = "true"
31                     FileAlignment = "4096"
32                     IncrementalBuild = "true"
33                     Optimize = "false"
34                     OutputPath = "bin\Debug\"
35                     RegisterForComInterop = "false"
36                     RemoveIntegerChecks = "false"
37                     TreatWarningsAsErrors = "false"
38                     WarningLevel = "4"
39                 />
40                 <Config
41                     Name = "Release"
42                     AllowUnsafeBlocks = "false"
43                     BaseAddress = "285212672"
44                     CheckForOverflowUnderflow = "false"
45                     ConfigurationOverrideFile = ""
46                     DefineConstants = "TRACE"
47                     DocumentationFile = ""
48                     DebugSymbols = "false"
49                     FileAlignment = "4096"
50                     IncrementalBuild = "false"
51                     Optimize = "true"
52                     OutputPath = "bin\Release\"
53                     RegisterForComInterop = "false"
54                     RemoveIntegerChecks = "false"
55                     TreatWarningsAsErrors = "false"
56                     WarningLevel = "4"
57                 />
58             </Settings>
59             <References>
60                 <Reference
61                     Name = "System"
62                     AssemblyName = "System"
63                     HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
64                 />
65                 <Reference
66                     Name = "System.Data"
67                     AssemblyName = "System.Data"
68                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
69                 />
70             </References>
71         </Build>
72         <Files>
73             <Include>
74                 <File
75                     RelPath = "System.Xml\ChangeLog"
76                     BuildAction = "None"
77                 />
78                 <File
79                     RelPath = "System.Xml\DomEncodingType.cs"
80                     SubType = "Code"
81                     BuildAction = "Compile"
82                 />
83                 <File
84                     RelPath = "System.Xml\Driver.cs"
85                     SubType = "Code"
86                     BuildAction = "Compile"
87                 />
88                 <File
89                     RelPath = "System.Xml\EntityHandling.cs"
90                     SubType = "Code"
91                     BuildAction = "Compile"
92                 />
93                 <File
94                     RelPath = "System.Xml\Formatting.cs"
95                     SubType = "Code"
96                     BuildAction = "Compile"
97                 />
98                 <File
99                     RelPath = "System.Xml\IXmlLineInfo.cs"
100                     SubType = "Code"
101                     BuildAction = "Compile"
102                 />
103                 <File
104                     RelPath = "System.Xml\NameTable.cs"
105                     SubType = "Code"
106                     BuildAction = "Compile"
107                 />
108                 <File
109                     RelPath = "System.Xml\Profile.cs"
110                     SubType = "Code"
111                     BuildAction = "Compile"
112                 />
113                 <File
114                     RelPath = "System.Xml\ReadState.cs"
115                     SubType = "Code"
116                     BuildAction = "Compile"
117                 />
118                 <File
119                     RelPath = "System.Xml\TODOAttribute.cs"
120                     SubType = "Code"
121                     BuildAction = "Compile"
122                 />
123                 <File
124                     RelPath = "System.Xml\TreePosition.cs"
125                     SubType = "Code"
126                     BuildAction = "Compile"
127                 />
128                 <File
129                     RelPath = "System.Xml\Validation.cs"
130                     SubType = "Code"
131                     BuildAction = "Compile"
132                 />
133                 <File
134                     RelPath = "System.Xml\WhitespaceHandling.cs"
135                     SubType = "Code"
136                     BuildAction = "Compile"
137                 />
138                 <File
139                     RelPath = "System.Xml\WriteState.cs"
140                     SubType = "Code"
141                     BuildAction = "Compile"
142                 />
143                 <File
144                     RelPath = "System.Xml\XmlAttribute.cs"
145                     SubType = "Code"
146                     BuildAction = "Compile"
147                 />
148                 <File
149                     RelPath = "System.Xml\XmlAttributeCollection.cs"
150                     SubType = "Code"
151                     BuildAction = "Compile"
152                 />
153                 <File
154                     RelPath = "System.Xml\XmlCaseOrder.cs"
155                     SubType = "Code"
156                     BuildAction = "Compile"
157                 />
158                 <File
159                     RelPath = "System.Xml\XmlCDataSection.cs"
160                     SubType = "Code"
161                     BuildAction = "Compile"
162                 />
163                 <File
164                     RelPath = "System.Xml\XmlChar.cs"
165                     SubType = "Code"
166                     BuildAction = "Compile"
167                 />
168                 <File
169                     RelPath = "System.Xml\XmlCharacterData.cs"
170                     SubType = "Code"
171                     BuildAction = "Compile"
172                 />
173                 <File
174                     RelPath = "System.Xml\XmlComment.cs"
175                     SubType = "Code"
176                     BuildAction = "Compile"
177                 />
178                 <File
179                     RelPath = "System.Xml\XmlDataType.cs"
180                     SubType = "Code"
181                     BuildAction = "Compile"
182                 />
183                 <File
184                     RelPath = "System.Xml\XmlDeclaration.cs"
185                     SubType = "Code"
186                     BuildAction = "Compile"
187                 />
188                 <File
189                     RelPath = "System.Xml\XmlDocument.cs"
190                     SubType = "Code"
191                     BuildAction = "Compile"
192                 />
193                 <File
194                     RelPath = "System.Xml\XmlDocumentFragment.cs"
195                     SubType = "Code"
196                     BuildAction = "Compile"
197                 />
198                 <File
199                     RelPath = "System.Xml\XmlDocumentType.cs"
200                     SubType = "Code"
201                     BuildAction = "Compile"
202                 />
203                 <File
204                     RelPath = "System.Xml\XmlElement.cs"
205                     SubType = "Code"
206                     BuildAction = "Compile"
207                 />
208                 <File
209                     RelPath = "System.Xml\XmlEntityReference.cs"
210                     SubType = "Code"
211                     BuildAction = "Compile"
212                 />
213                 <File
214                     RelPath = "System.Xml\XmlException.cs"
215                     SubType = "Code"
216                     BuildAction = "Compile"
217                 />
218                 <File
219                     RelPath = "System.Xml\XmlExceptionCode.cs"
220                     SubType = "Code"
221                     BuildAction = "Compile"
222                 />
223                 <File
224                     RelPath = "System.Xml\XmlImplementation.cs"
225                     SubType = "Code"
226                     BuildAction = "Compile"
227                 />
228                 <File
229                     RelPath = "System.Xml\XmlLinkedNode.cs"
230                     SubType = "Code"
231                     BuildAction = "Compile"
232                 />
233                 <File
234                     RelPath = "System.Xml\XmlNamedNodeMap.cs"
235                     SubType = "Code"
236                     BuildAction = "Compile"
237                 />
238                 <File
239                     RelPath = "System.Xml\XmlNamespaceManager.cs"
240                     SubType = "Code"
241                     BuildAction = "Compile"
242                 />
243                 <File
244                     RelPath = "System.Xml\XmlNameTable.cs"
245                     SubType = "Code"
246                     BuildAction = "Compile"
247                 />
248                 <File
249                     RelPath = "System.Xml\XmlNode.cs"
250                     SubType = "Code"
251                     BuildAction = "Compile"
252                 />
253                 <File
254                     RelPath = "System.Xml\XmlNodeChangedAction.cs"
255                     SubType = "Code"
256                     BuildAction = "Compile"
257                 />
258                 <File
259                     RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
260                     SubType = "Code"
261                     BuildAction = "Compile"
262                 />
263                 <File
264                     RelPath = "System.Xml\XmlNodeList.cs"
265                     SubType = "Code"
266                     BuildAction = "Compile"
267                 />
268                 <File
269                     RelPath = "System.Xml\XmlNodeListChildren.cs"
270                     SubType = "Code"
271                     BuildAction = "Compile"
272                 />
273                 <File
274                     RelPath = "System.Xml\XmlNodeOrder.cs"
275                     SubType = "Code"
276                     BuildAction = "Compile"
277                 />
278                 <File
279                     RelPath = "System.Xml\XmlNodeType.cs"
280                     SubType = "Code"
281                     BuildAction = "Compile"
282                 />
283                 <File
284                     RelPath = "System.Xml\XmlParserContext.cs"
285                     SubType = "Code"
286                     BuildAction = "Compile"
287                 />
288                 <File
289                     RelPath = "System.Xml\XmlProcessingInstruction.cs"
290                     SubType = "Code"
291                     BuildAction = "Compile"
292                 />
293                 <File
294                     RelPath = "System.Xml\XmlQualifiedName.cs"
295                     SubType = "Code"
296                     BuildAction = "Compile"
297                 />
298                 <File
299                     RelPath = "System.Xml\XmlReader.cs"
300                     SubType = "Code"
301                     BuildAction = "Compile"
302                 />
303                 <File
304                     RelPath = "System.Xml\XmlResolver.cs"
305                     SubType = "Code"
306                     BuildAction = "Compile"
307                 />
308                 <File
309                     RelPath = "System.Xml\XmlSignificantWhitespace.cs"
310                     SubType = "Code"
311                     BuildAction = "Compile"
312                 />
313                 <File
314                     RelPath = "System.Xml\XmlSortOrder.cs"
315                     SubType = "Code"
316                     BuildAction = "Compile"
317                 />
318                 <File
319                     RelPath = "System.Xml\XmlSpace.cs"
320                     SubType = "Code"
321                     BuildAction = "Compile"
322                 />
323                 <File
324                     RelPath = "System.Xml\XmlText.cs"
325                     SubType = "Code"
326                     BuildAction = "Compile"
327                 />
328                 <File
329                     RelPath = "System.Xml\XmlTextReader.cs"
330                     SubType = "Code"
331                     BuildAction = "Compile"
332                 />
333                 <File
334                     RelPath = "System.Xml\XmlTokenizedType.cs"
335                     SubType = "Code"
336                     BuildAction = "Compile"
337                 />
338                 <File
339                     RelPath = "System.Xml\XmlUrlResolver.cs"
340                     SubType = "Code"
341                     BuildAction = "Compile"
342                 />
343                 <File
344                     RelPath = "System.Xml\XmlUtil.cs"
345                     SubType = "Code"
346                     BuildAction = "Compile"
347                 />
348                 <File
349                     RelPath = "System.Xml\XmlWhitespace.cs"
350                     SubType = "Code"
351                     BuildAction = "Compile"
352                 />
353                 <File
354                     RelPath = "System.Xml\XmlWriter.cs"
355                     SubType = "Code"
356                     BuildAction = "Compile"
357                 />
358                 <File
359                     RelPath = "System.Xml\XPathNodeType.cs"
360                     SubType = "Code"
361                     BuildAction = "Compile"
362                 />
363                 <File
364                     RelPath = "System.Xml.XPath\ChangeLog"
365                     BuildAction = "None"
366                 />
367                 <File
368                     RelPath = "System.Xml.XPath\IXPathNavigable.cs"
369                     SubType = "Code"
370                     BuildAction = "Compile"
371                 />
372                 <File
373                     RelPath = "System.Xml.XPath\XPathExpression.cs"
374                     SubType = "Code"
375                     BuildAction = "Compile"
376                 />
377                 <File
378                     RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
379                     SubType = "Code"
380                     BuildAction = "Compile"
381                 />
382                 <File
383                     RelPath = "System.Xml.XPath\XPathNavigator.cs"
384                     SubType = "Code"
385                     BuildAction = "Compile"
386                 />
387                 <File
388                     RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
389                     SubType = "Code"
390                     BuildAction = "Compile"
391                 />
392                 <File
393                     RelPath = "System.Xml.XPath\XPathResultType.cs"
394                     SubType = "Code"
395                     BuildAction = "Compile"
396                 />
397             </Include>
398         </Files>
399     </CSHARP>
400 </VisualStudioProject>
401