2003-01-26 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[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\Driver.cs"
80                     SubType = "Code"
81                     BuildAction = "Compile"
82                 />
83                 <File
84                     RelPath = "System.Xml\EntityHandling.cs"
85                     SubType = "Code"
86                     BuildAction = "Compile"
87                 />
88                 <File
89                     RelPath = "System.Xml\Formatting.cs"
90                     SubType = "Code"
91                     BuildAction = "Compile"
92                 />
93                 <File
94                     RelPath = "System.Xml\IHasXmlNode.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\ValidationType.cs"
125                     SubType = "Code"
126                     BuildAction = "Compile"
127                 />
128                 <File
129                     RelPath = "System.Xml\WhitespaceHandling.cs"
130                     SubType = "Code"
131                     BuildAction = "Compile"
132                 />
133                 <File
134                     RelPath = "System.Xml\WriteState.cs"
135                     SubType = "Code"
136                     BuildAction = "Compile"
137                 />
138                 <File
139                     RelPath = "System.Xml\XmlAttribute.cs"
140                     SubType = "Code"
141                     BuildAction = "Compile"
142                 />
143                 <File
144                     RelPath = "System.Xml\XmlAttributeCollection.cs"
145                     SubType = "Code"
146                     BuildAction = "Compile"
147                 />
148                 <File
149                     RelPath = "System.Xml\XmlCDataSection.cs"
150                     SubType = "Code"
151                     BuildAction = "Compile"
152                 />
153                 <File
154                     RelPath = "System.Xml\XmlChar.cs"
155                     SubType = "Code"
156                     BuildAction = "Compile"
157                 />
158                 <File
159                     RelPath = "System.Xml\XmlCharacterData.cs"
160                     SubType = "Code"
161                     BuildAction = "Compile"
162                 />
163                 <File
164                     RelPath = "System.Xml\XmlComment.cs"
165                     SubType = "Code"
166                     BuildAction = "Compile"
167                 />
168                 <File
169                     RelPath = "System.Xml\XmlConstructs.cs"
170                     SubType = "Code"
171                     BuildAction = "Compile"
172                 />
173                 <File
174                     RelPath = "System.Xml\XmlConvert.cs"
175                     SubType = "Code"
176                     BuildAction = "Compile"
177                 />
178                 <File
179                     RelPath = "System.Xml\XmlDeclaration.cs"
180                     SubType = "Code"
181                     BuildAction = "Compile"
182                 />
183                 <File
184                     RelPath = "System.Xml\XmlDocument.cs"
185                     SubType = "Code"
186                     BuildAction = "Compile"
187                 />
188                 <File
189                     RelPath = "System.Xml\XmlDocumentFragment.cs"
190                     SubType = "Code"
191                     BuildAction = "Compile"
192                 />
193                 <File
194                     RelPath = "System.Xml\XmlDocumentNavigator.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\XmlEntity.cs"
210                     SubType = "Code"
211                     BuildAction = "Compile"
212                 />
213                 <File
214                     RelPath = "System.Xml\XmlEntityReference.cs"
215                     SubType = "Code"
216                     BuildAction = "Compile"
217                 />
218                 <File
219                     RelPath = "System.Xml\XmlException.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\XmlNodeArrayList.cs"
255                     SubType = "Code"
256                     BuildAction = "Compile"
257                 />
258                 <File
259                     RelPath = "System.Xml\XmlNodeChangedAction.cs"
260                     SubType = "Code"
261                     BuildAction = "Compile"
262                 />
263                 <File
264                     RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
265                     SubType = "Code"
266                     BuildAction = "Compile"
267                 />
268                 <File
269                     RelPath = "System.Xml\XmlNodeChangedEventHandler.cs"
270                     SubType = "Code"
271                     BuildAction = "Compile"
272                 />
273                 <File
274                     RelPath = "System.Xml\XmlNodeList.cs"
275                     SubType = "Code"
276                     BuildAction = "Compile"
277                 />
278                 <File
279                     RelPath = "System.Xml\XmlNodeListChildren.cs"
280                     SubType = "Code"
281                     BuildAction = "Compile"
282                 />
283                 <File
284                     RelPath = "System.Xml\XmlNodeOrder.cs"
285                     SubType = "Code"
286                     BuildAction = "Compile"
287                 />
288                 <File
289                     RelPath = "System.Xml\XmlNodeReader.cs"
290                     SubType = "Code"
291                     BuildAction = "Compile"
292                 />
293                 <File
294                     RelPath = "System.Xml\XmlNodeType.cs"
295                     SubType = "Code"
296                     BuildAction = "Compile"
297                 />
298                 <File
299                     RelPath = "System.Xml\XmlNotation.cs"
300                     SubType = "Code"
301                     BuildAction = "Compile"
302                 />
303                 <File
304                     RelPath = "System.Xml\XmlParserContext.cs"
305                     SubType = "Code"
306                     BuildAction = "Compile"
307                 />
308                 <File
309                     RelPath = "System.Xml\XmlProcessingInstruction.cs"
310                     SubType = "Code"
311                     BuildAction = "Compile"
312                 />
313                 <File
314                     RelPath = "System.Xml\XmlQualifiedName.cs"
315                     SubType = "Code"
316                     BuildAction = "Compile"
317                 />
318                 <File
319                     RelPath = "System.Xml\XmlReader.cs"
320                     SubType = "Code"
321                     BuildAction = "Compile"
322                 />
323                 <File
324                     RelPath = "System.Xml\XmlResolver.cs"
325                     SubType = "Code"
326                     BuildAction = "Compile"
327                 />
328                 <File
329                     RelPath = "System.Xml\XmlSignificantWhitespace.cs"
330                     SubType = "Code"
331                     BuildAction = "Compile"
332                 />
333                 <File
334                     RelPath = "System.Xml\XmlSpace.cs"
335                     SubType = "Code"
336                     BuildAction = "Compile"
337                 />
338                 <File
339                     RelPath = "System.Xml\XmlText.cs"
340                     SubType = "Code"
341                     BuildAction = "Compile"
342                 />
343                 <File
344                     RelPath = "System.Xml\XmlTextReader.cs"
345                     SubType = "Code"
346                     BuildAction = "Compile"
347                 />
348                 <File
349                     RelPath = "System.Xml\XmlTextWriter.cs"
350                     SubType = "Code"
351                     BuildAction = "Compile"
352                 />
353                 <File
354                     RelPath = "System.Xml\XmlTextWriterOpenElement.cs"
355                     SubType = "Code"
356                     BuildAction = "Compile"
357                 />
358                 <File
359                     RelPath = "System.Xml\XmlTokenizedType.cs"
360                     SubType = "Code"
361                     BuildAction = "Compile"
362                 />
363                 <File
364                     RelPath = "System.Xml\XmlUrlResolver.cs"
365                     SubType = "Code"
366                     BuildAction = "Compile"
367                 />
368                 <File
369                     RelPath = "System.Xml\XmlWhitespace.cs"
370                     SubType = "Code"
371                     BuildAction = "Compile"
372                 />
373                 <File
374                     RelPath = "System.Xml\XmlWriter.cs"
375                     SubType = "Code"
376                     BuildAction = "Compile"
377                 />
378                 <File
379                     RelPath = "System.Xml.Schema\BUGS.txt"
380                     BuildAction = "Content"
381                 />
382                 <File
383                     RelPath = "System.Xml.Schema\BUGS-MS.txt"
384                     BuildAction = "Content"
385                 />
386                 <File
387                     RelPath = "System.Xml.Schema\ChangeLog"
388                     BuildAction = "None"
389                 />
390                 <File
391                     RelPath = "System.Xml.Schema\ValidationEventArgs.cs"
392                     SubType = "Code"
393                     BuildAction = "Compile"
394                 />
395                 <File
396                     RelPath = "System.Xml.Schema\ValidationHandler.cs"
397                     SubType = "Code"
398                     BuildAction = "Compile"
399                 />
400                 <File
401                     RelPath = "System.Xml.Schema\XmlSchema.cs"
402                     SubType = "Code"
403                     BuildAction = "Compile"
404                 />
405                 <File
406                     RelPath = "System.Xml.Schema\XmlSchemaAll.cs"
407                     SubType = "Code"
408                     BuildAction = "Compile"
409                 />
410                 <File
411                     RelPath = "System.Xml.Schema\XmlSchemaAnnotated.cs"
412                     SubType = "Code"
413                     BuildAction = "Compile"
414                 />
415                 <File
416                     RelPath = "System.Xml.Schema\XmlSchemaAnnotation.cs"
417                     SubType = "Code"
418                     BuildAction = "Compile"
419                 />
420                 <File
421                     RelPath = "System.Xml.Schema\XmlSchemaAny.cs"
422                     SubType = "Code"
423                     BuildAction = "Compile"
424                 />
425                 <File
426                     RelPath = "System.Xml.Schema\XmlSchemaAnyAttribute.cs"
427                     SubType = "Code"
428                     BuildAction = "Compile"
429                 />
430                 <File
431                     RelPath = "System.Xml.Schema\XmlSchemaAppInfo.cs"
432                     SubType = "Code"
433                     BuildAction = "Compile"
434                 />
435                 <File
436                     RelPath = "System.Xml.Schema\XmlSchemaAttribute.cs"
437                     SubType = "Code"
438                     BuildAction = "Compile"
439                 />
440                 <File
441                     RelPath = "System.Xml.Schema\XmlSchemaAttributeGroup.cs"
442                     SubType = "Code"
443                     BuildAction = "Compile"
444                 />
445                 <File
446                     RelPath = "System.Xml.Schema\XmlSchemaAttributeGroupRef.cs"
447                     SubType = "Code"
448                     BuildAction = "Compile"
449                 />
450                 <File
451                     RelPath = "System.Xml.Schema\XmlSchemaChoice.cs"
452                     SubType = "Code"
453                     BuildAction = "Compile"
454                 />
455                 <File
456                     RelPath = "System.Xml.Schema\XmlSchemaCollection.cs"
457                     SubType = "Code"
458                     BuildAction = "Compile"
459                 />
460                 <File
461                     RelPath = "System.Xml.Schema\XmlSchemaCollectionEnumerator.cs"
462                     SubType = "Code"
463                     BuildAction = "Compile"
464                 />
465                 <File
466                     RelPath = "System.Xml.Schema\XmlSchemaComplexContent.cs"
467                     SubType = "Code"
468                     BuildAction = "Compile"
469                 />
470                 <File
471                     RelPath = "System.Xml.Schema\XmlSchemaComplexContentExtension.cs"
472                     SubType = "Code"
473                     BuildAction = "Compile"
474                 />
475                 <File
476                     RelPath = "System.Xml.Schema\XmlSchemaComplexContentRestriction.cs"
477                     SubType = "Code"
478                     BuildAction = "Compile"
479                 />
480                 <File
481                     RelPath = "System.Xml.Schema\XmlSchemaComplexType.cs"
482                     SubType = "Code"
483                     BuildAction = "Compile"
484                 />
485                 <File
486                     RelPath = "System.Xml.Schema\XmlSchemaContent.cs"
487                     SubType = "Code"
488                     BuildAction = "Compile"
489                 />
490                 <File
491                     RelPath = "System.Xml.Schema\XmlSchemaContentModel.cs"
492                     SubType = "Code"
493                     BuildAction = "Compile"
494                 />
495                 <File
496                     RelPath = "System.Xml.Schema\XmlSchemaContentProcessing.cs"
497                     SubType = "Code"
498                     BuildAction = "Compile"
499                 />
500                 <File
501                     RelPath = "System.Xml.Schema\XmlSchemaContentType.cs"
502                     SubType = "Code"
503                     BuildAction = "Compile"
504                 />
505                 <File
506                     RelPath = "System.Xml.Schema\XmlSchemaDatatype.cs"
507                     SubType = "Code"
508                     BuildAction = "Compile"
509                 />
510                 <File
511                     RelPath = "System.Xml.Schema\XmlSchemaDerivationMethod.cs"
512                     SubType = "Code"
513                     BuildAction = "Compile"
514                 />
515                 <File
516                     RelPath = "System.Xml.Schema\XmlSchemaDocumentation.cs"
517                     SubType = "Code"
518                     BuildAction = "Compile"
519                 />
520                 <File
521                     RelPath = "System.Xml.Schema\XmlSchemaElement.cs"
522                     SubType = "Code"
523                     BuildAction = "Compile"
524                 />
525                 <File
526                     RelPath = "System.Xml.Schema\XmlSchemaEnumerationFacet.cs"
527                     SubType = "Code"
528                     BuildAction = "Compile"
529                 />
530                 <File
531                     RelPath = "System.Xml.Schema\XmlSchemaException.cs"
532                     SubType = "Code"
533                     BuildAction = "Compile"
534                 />
535                 <File
536                     RelPath = "System.Xml.Schema\XmlSchemaExternal.cs"
537                     SubType = "Code"
538                     BuildAction = "Compile"
539                 />
540                 <File
541                     RelPath = "System.Xml.Schema\XmlSchemaFacet.cs"
542                     SubType = "Code"
543                     BuildAction = "Compile"
544                 />
545                 <File
546                     RelPath = "System.Xml.Schema\XmlSchemaForm.cs"
547                     SubType = "Code"
548                     BuildAction = "Compile"
549                 />
550                 <File
551                     RelPath = "System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs"
552                     SubType = "Code"
553                     BuildAction = "Compile"
554                 />
555                 <File
556                     RelPath = "System.Xml.Schema\XmlSchemaGroup.cs"
557                     SubType = "Code"
558                     BuildAction = "Compile"
559                 />
560                 <File
561                     RelPath = "System.Xml.Schema\XmlSchemaGroupBase.cs"
562                     SubType = "Code"
563                     BuildAction = "Compile"
564                 />
565                 <File
566                     RelPath = "System.Xml.Schema\XmlSchemaGroupRef.cs"
567                     SubType = "Code"
568                     BuildAction = "Compile"
569                 />
570                 <File
571                     RelPath = "System.Xml.Schema\XmlSchemaIdentityConstraint.cs"
572                     SubType = "Code"
573                     BuildAction = "Compile"
574                 />
575                 <File
576                     RelPath = "System.Xml.Schema\XmlSchemaImport.cs"
577                     SubType = "Code"
578                     BuildAction = "Compile"
579                 />
580                 <File
581                     RelPath = "System.Xml.Schema\XmlSchemaInclude.cs"
582                     SubType = "Code"
583                     BuildAction = "Compile"
584                 />
585                 <File
586                     RelPath = "System.Xml.Schema\XmlSchemaInfo.cs"
587                     SubType = "Code"
588                     BuildAction = "Compile"
589                 />
590                 <File
591                     RelPath = "System.Xml.Schema\XmlSchemaKey.cs"
592                     SubType = "Code"
593                     BuildAction = "Compile"
594                 />
595                 <File
596                     RelPath = "System.Xml.Schema\XmlSchemaKeyref.cs"
597                     SubType = "Code"
598                     BuildAction = "Compile"
599                 />
600                 <File
601                     RelPath = "System.Xml.Schema\XmlSchemaLengthFacet.cs"
602                     SubType = "Code"
603                     BuildAction = "Compile"
604                 />
605                 <File
606                     RelPath = "System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs"
607                     SubType = "Code"
608                     BuildAction = "Compile"
609                 />
610                 <File
611                     RelPath = "System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs"
612                     SubType = "Code"
613                     BuildAction = "Compile"
614                 />
615                 <File
616                     RelPath = "System.Xml.Schema\XmlSchemaMaxLengthFacet.cs"
617                     SubType = "Code"
618                     BuildAction = "Compile"
619                 />
620                 <File
621                     RelPath = "System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs"
622                     SubType = "Code"
623                     BuildAction = "Compile"
624                 />
625                 <File
626                     RelPath = "System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs"
627                     SubType = "Code"
628                     BuildAction = "Compile"
629                 />
630                 <File
631                     RelPath = "System.Xml.Schema\XmlSchemaMinLengthFacet.cs"
632                     SubType = "Code"
633                     BuildAction = "Compile"
634                 />
635                 <File
636                     RelPath = "System.Xml.Schema\XmlSchemaNotation.cs"
637                     SubType = "Code"
638                     BuildAction = "Compile"
639                 />
640                 <File
641                     RelPath = "System.Xml.Schema\XmlSchemaNumericFacet.cs"
642                     SubType = "Code"
643                     BuildAction = "Compile"
644                 />
645                 <File
646                     RelPath = "System.Xml.Schema\XmlSchemaObject.cs"
647                     SubType = "Code"
648                     BuildAction = "Compile"
649                 />
650                 <File
651                     RelPath = "System.Xml.Schema\XmlSchemaObjectCollection.cs"
652                     SubType = "Code"
653                     BuildAction = "Compile"
654                 />
655                 <File
656                     RelPath = "System.Xml.Schema\XmlSchemaObjectEnumerator.cs"
657                     SubType = "Code"
658                     BuildAction = "Compile"
659                 />
660                 <File
661                     RelPath = "System.Xml.Schema\XmlSchemaObjectTable.cs"
662                     SubType = "Code"
663                     BuildAction = "Compile"
664                 />
665                 <File
666                     RelPath = "System.Xml.Schema\XmlSchemaParticle.cs"
667                     SubType = "Code"
668                     BuildAction = "Compile"
669                 />
670                 <File
671                     RelPath = "System.Xml.Schema\XmlSchemaPatternFacet.cs"
672                     SubType = "Code"
673                     BuildAction = "Compile"
674                 />
675                 <File
676                     RelPath = "System.Xml.Schema\XmlSchemaReader.cs"
677                     SubType = "Code"
678                     BuildAction = "Compile"
679                 />
680                 <File
681                     RelPath = "System.Xml.Schema\XmlSchemaRedefine.cs"
682                     SubType = "Code"
683                     BuildAction = "Compile"
684                 />
685                 <File
686                     RelPath = "System.Xml.Schema\XmlSchemaSequence.cs"
687                     SubType = "Code"
688                     BuildAction = "Compile"
689                 />
690                 <File
691                     RelPath = "System.Xml.Schema\XmlSchemaSimpleContent.cs"
692                     SubType = "Code"
693                     BuildAction = "Compile"
694                 />
695                 <File
696                     RelPath = "System.Xml.Schema\XmlSchemaSimpleContentExtension.cs"
697                     SubType = "Code"
698                     BuildAction = "Compile"
699                 />
700                 <File
701                     RelPath = "System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs"
702                     SubType = "Code"
703                     BuildAction = "Compile"
704                 />
705                 <File
706                     RelPath = "System.Xml.Schema\XmlSchemaSimpleType.cs"
707                     SubType = "Code"
708                     BuildAction = "Compile"
709                 />
710                 <File
711                     RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeContent.cs"
712                     SubType = "Code"
713                     BuildAction = "Compile"
714                 />
715                 <File
716                     RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeList.cs"
717                     SubType = "Code"
718                     BuildAction = "Compile"
719                 />
720                 <File
721                     RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs"
722                     SubType = "Code"
723                     BuildAction = "Compile"
724                 />
725                 <File
726                     RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs"
727                     SubType = "Code"
728                     BuildAction = "Compile"
729                 />
730                 <File
731                     RelPath = "System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs"
732                     SubType = "Code"
733                     BuildAction = "Compile"
734                 />
735                 <File
736                     RelPath = "System.Xml.Schema\XmlSchemaType.cs"
737                     SubType = "Code"
738                     BuildAction = "Compile"
739                 />
740                 <File
741                     RelPath = "System.Xml.Schema\XmlSchemaUnique.cs"
742                     SubType = "Code"
743                     BuildAction = "Compile"
744                 />
745                 <File
746                     RelPath = "System.Xml.Schema\XmlSchemaUse.cs"
747                     SubType = "Code"
748                     BuildAction = "Compile"
749                 />
750                 <File
751                     RelPath = "System.Xml.Schema\XmlSchemaUtil.cs"
752                     SubType = "Code"
753                     BuildAction = "Compile"
754                 />
755                 <File
756                     RelPath = "System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs"
757                     SubType = "Code"
758                     BuildAction = "Compile"
759                 />
760                 <File
761                     RelPath = "System.Xml.Schema\XmlSchemaXPath.cs"
762                     SubType = "Code"
763                     BuildAction = "Compile"
764                 />
765                 <File
766                     RelPath = "System.Xml.Schema\XmlSeverityType.cs"
767                     SubType = "Code"
768                     BuildAction = "Compile"
769                 />
770                 <File
771                     RelPath = "System.Xml.Schema\CVS\Entries"
772                     BuildAction = "None"
773                 />
774                 <File
775                     RelPath = "System.Xml.Schema\CVS\Repository"
776                     BuildAction = "None"
777                 />
778                 <File
779                     RelPath = "System.Xml.Schema\CVS\Root"
780                     BuildAction = "None"
781                 />
782                 <File
783                     RelPath = "System.Xml.Serialization\AssemblyInfo.cs"
784                     SubType = "Code"
785                     BuildAction = "Compile"
786                 />
787                 <File
788                     RelPath = "System.Xml.Serialization\ChangeLog"
789                     BuildAction = "None"
790                 />
791                 <File
792                     RelPath = "System.Xml.Serialization\CodeIdentifier.cs"
793                     SubType = "Code"
794                     BuildAction = "Compile"
795                 />
796                 <File
797                     RelPath = "System.Xml.Serialization\CodeIdentifiers.cs"
798                     SubType = "Code"
799                     BuildAction = "Compile"
800                 />
801                 <File
802                     RelPath = "System.Xml.Serialization\IXmlSerializable.cs"
803                     SubType = "Code"
804                     BuildAction = "Compile"
805                 />
806                 <File
807                     RelPath = "System.Xml.Serialization\SchemaTypes.cs"
808                     SubType = "Code"
809                     BuildAction = "Compile"
810                 />
811                 <File
812                     RelPath = "System.Xml.Serialization\SoapAttributeAttribute.cs"
813                     SubType = "Code"
814                     BuildAction = "Compile"
815                 />
816                 <File
817                     RelPath = "System.Xml.Serialization\SoapAttributeOverrides.cs"
818                     SubType = "Code"
819                     BuildAction = "Compile"
820                 />
821                 <File
822                     RelPath = "System.Xml.Serialization\SoapAttributes.cs"
823                     SubType = "Code"
824                     BuildAction = "Compile"
825                 />
826                 <File
827                     RelPath = "System.Xml.Serialization\SoapCodeExporter.cs"
828                     SubType = "Code"
829                     BuildAction = "Compile"
830                 />
831                 <File
832                     RelPath = "System.Xml.Serialization\SoapElementAttribute.cs"
833                     SubType = "Code"
834                     BuildAction = "Compile"
835                 />
836                 <File
837                     RelPath = "System.Xml.Serialization\SoapEnumAttribute.cs"
838                     SubType = "Code"
839                     BuildAction = "Compile"
840                 />
841                 <File
842                     RelPath = "System.Xml.Serialization\SoapIgnoreAttribute.cs"
843                     SubType = "Code"
844                     BuildAction = "Compile"
845                 />
846                 <File
847                     RelPath = "System.Xml.Serialization\SoapIncludeAttribute.cs"
848                     SubType = "Code"
849                     BuildAction = "Compile"
850                 />
851                 <File
852                     RelPath = "System.Xml.Serialization\SoapReflectionImporter.cs"
853                     SubType = "Code"
854                     BuildAction = "Compile"
855                 />
856                 <File
857                     RelPath = "System.Xml.Serialization\SoapSchemaExporter.cs"
858                     SubType = "Code"
859                     BuildAction = "Compile"
860                 />
861                 <File
862                     RelPath = "System.Xml.Serialization\SoapSchemaImporter.cs"
863                     SubType = "Code"
864                     BuildAction = "Compile"
865                 />
866                 <File
867                     RelPath = "System.Xml.Serialization\SoapSchemaMember.cs"
868                     SubType = "Code"
869                     BuildAction = "Compile"
870                 />
871                 <File
872                     RelPath = "System.Xml.Serialization\SoapTypeAttribute.cs"
873                     SubType = "Code"
874                     BuildAction = "Compile"
875                 />
876                 <File
877                     RelPath = "System.Xml.Serialization\TypeData.cs"
878                     SubType = "Code"
879                     BuildAction = "Compile"
880                 />
881                 <File
882                     RelPath = "System.Xml.Serialization\TypeMember.cs"
883                     SubType = "Code"
884                     BuildAction = "Compile"
885                 />
886                 <File
887                     RelPath = "System.Xml.Serialization\TypeTranslator.cs"
888                     SubType = "Code"
889                     BuildAction = "Compile"
890                 />
891                 <File
892                     RelPath = "System.Xml.Serialization\UnreferencedObjectEventArgs.cs"
893                     SubType = "Code"
894                     BuildAction = "Compile"
895                 />
896                 <File
897                     RelPath = "System.Xml.Serialization\UnreferencedObjectEventHandler.cs"
898                     SubType = "Code"
899                     BuildAction = "Compile"
900                 />
901                 <File
902                     RelPath = "System.Xml.Serialization\XmlAnyAttributeAttribute.cs"
903                     SubType = "Code"
904                     BuildAction = "Compile"
905                 />
906                 <File
907                     RelPath = "System.Xml.Serialization\XmlAnyElementAttribute.cs"
908                     SubType = "Code"
909                     BuildAction = "Compile"
910                 />
911                 <File
912                     RelPath = "System.Xml.Serialization\XmlAnyElementAttributes.cs"
913                     SubType = "Code"
914                     BuildAction = "Compile"
915                 />
916                 <File
917                     RelPath = "System.Xml.Serialization\XmlArrayAttribute.cs"
918                     SubType = "Code"
919                     BuildAction = "Compile"
920                 />
921                 <File
922                     RelPath = "System.Xml.Serialization\XmlArrayItemAttribute.cs"
923                     SubType = "Code"
924                     BuildAction = "Compile"
925                 />
926                 <File
927                     RelPath = "System.Xml.Serialization\XmlArrayItemAttributes.cs"
928                     SubType = "Code"
929                     BuildAction = "Compile"
930                 />
931                 <File
932                     RelPath = "System.Xml.Serialization\XmlAttributeAttribute.cs"
933                     SubType = "Code"
934                     BuildAction = "Compile"
935                 />
936                 <File
937                     RelPath = "System.Xml.Serialization\XmlAttributeEventArgs.cs"
938                     SubType = "Code"
939                     BuildAction = "Compile"
940                 />
941                 <File
942                     RelPath = "System.Xml.Serialization\XmlAttributeEventHandler.cs"
943                     SubType = "Code"
944                     BuildAction = "Compile"
945                 />
946                 <File
947                     RelPath = "System.Xml.Serialization\XmlAttributeOverrides.cs"
948                     SubType = "Code"
949                     BuildAction = "Compile"
950                 />
951                 <File
952                     RelPath = "System.Xml.Serialization\XmlAttributes.cs"
953                     SubType = "Code"
954                     BuildAction = "Compile"
955                 />
956                 <File
957                     RelPath = "System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs"
958                     SubType = "Code"
959                     BuildAction = "Compile"
960                 />
961                 <File
962                     RelPath = "System.Xml.Serialization\XmlCodeExporter.cs"
963                     SubType = "Code"
964                     BuildAction = "Compile"
965                 />
966                 <File
967                     RelPath = "System.Xml.Serialization\XmlCustomFormatter.cs"
968                     SubType = "Code"
969                     BuildAction = "Compile"
970                 />
971                 <File
972                     RelPath = "System.Xml.Serialization\XmlElementAttribute.cs"
973                     SubType = "Code"
974                     BuildAction = "Compile"
975                 />
976                 <File
977                     RelPath = "System.Xml.Serialization\XmlElementAttributes.cs"
978                     SubType = "Code"
979                     BuildAction = "Compile"
980                 />
981                 <File
982                     RelPath = "System.Xml.Serialization\XmlElementEventArgs.cs"
983                     SubType = "Code"
984                     BuildAction = "Compile"
985                 />
986                 <File
987                     RelPath = "System.Xml.Serialization\XmlElementEventHandler.cs"
988                     SubType = "Code"
989                     BuildAction = "Compile"
990                 />
991                 <File
992                     RelPath = "System.Xml.Serialization\XmlEnumAttribute.cs"
993                     SubType = "Code"
994                     BuildAction = "Compile"
995                 />
996                 <File
997                     RelPath = "System.Xml.Serialization\XmlIgnoreAttribute.cs"
998                     SubType = "Code"
999                     BuildAction = "Compile"
1000                 />
1001                 <File
1002                     RelPath = "System.Xml.Serialization\XmlIncludeAttribute.cs"
1003                     SubType = "Code"
1004                     BuildAction = "Compile"
1005                 />
1006                 <File
1007                     RelPath = "System.Xml.Serialization\XmlMapping.cs"
1008                     SubType = "Code"
1009                     BuildAction = "Compile"
1010                 />
1011                 <File
1012                     RelPath = "System.Xml.Serialization\XmlMemberMapping.cs"
1013                     SubType = "Code"
1014                     BuildAction = "Compile"
1015                 />
1016                 <File
1017                     RelPath = "System.Xml.Serialization\XmlMembersMapping.cs"
1018                     SubType = "Code"
1019                     BuildAction = "Compile"
1020                 />
1021                 <File
1022                     RelPath = "System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs"
1023                     SubType = "Code"
1024                     BuildAction = "Compile"
1025                 />
1026                 <File
1027                     RelPath = "System.Xml.Serialization\XmlNodeEventArgs.cs"
1028                     SubType = "Code"
1029                     BuildAction = "Compile"
1030                 />
1031                 <File
1032                     RelPath = "System.Xml.Serialization\XmlNodeEventHandler.cs"
1033                     SubType = "Code"
1034                     BuildAction = "Compile"
1035                 />
1036                 <File
1037                     RelPath = "System.Xml.Serialization\XmlReflectionImporter.cs"
1038                     SubType = "Code"
1039                     BuildAction = "Compile"
1040                 />
1041                 <File
1042                     RelPath = "System.Xml.Serialization\XmlReflectionMember.cs"
1043                     SubType = "Code"
1044                     BuildAction = "Compile"
1045                 />
1046                 <File
1047                     RelPath = "System.Xml.Serialization\XmlRootAttribute.cs"
1048                     SubType = "Code"
1049                     BuildAction = "Compile"
1050                 />
1051                 <File
1052                     RelPath = "System.Xml.Serialization\XmlSchemaExporter.cs"
1053                     SubType = "Code"
1054                     BuildAction = "Compile"
1055                 />
1056                 <File
1057                     RelPath = "System.Xml.Serialization\XmlSchemaImporter.cs"
1058                     SubType = "Code"
1059                     BuildAction = "Compile"
1060                 />
1061                 <File
1062                     RelPath = "System.Xml.Serialization\XmlSchemas.cs"
1063                     SubType = "Code"
1064                     BuildAction = "Compile"
1065                 />
1066                 <File
1067                     RelPath = "System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs"
1068                     SubType = "Code"
1069                     BuildAction = "Compile"
1070                 />
1071                 <File
1072                     RelPath = "System.Xml.Serialization\XmlSerializationFixupCallback.cs"
1073                     SubType = "Code"
1074                     BuildAction = "Compile"
1075                 />
1076                 <File
1077                     RelPath = "System.Xml.Serialization\XmlSerializationReadCallback.cs"
1078                     SubType = "Code"
1079                     BuildAction = "Compile"
1080                 />
1081                 <File
1082                     RelPath = "System.Xml.Serialization\XmlSerializationReader.cs"
1083                     SubType = "Code"
1084                     BuildAction = "Compile"
1085                 />
1086                 <File
1087                     RelPath = "System.Xml.Serialization\XmlSerializationWriteCallback.cs"
1088                     SubType = "Code"
1089                     BuildAction = "Compile"
1090                 />
1091                 <File
1092                     RelPath = "System.Xml.Serialization\XmlSerializationWriter.cs"
1093                     SubType = "Code"
1094                     BuildAction = "Compile"
1095                 />
1096                 <File
1097                     RelPath = "System.Xml.Serialization\XmlSerializer.cs"
1098                     SubType = "Code"
1099                     BuildAction = "Compile"
1100                 />
1101                 <File
1102                     RelPath = "System.Xml.Serialization\XmlSerializerNamespaces.cs"
1103                     SubType = "Code"
1104                     BuildAction = "Compile"
1105                 />
1106                 <File
1107                     RelPath = "System.Xml.Serialization\XmlTextAttribute.cs"
1108                     SubType = "Code"
1109                     BuildAction = "Compile"
1110                 />
1111                 <File
1112                     RelPath = "System.Xml.Serialization\XmlTypeAttribute.cs"
1113                     SubType = "Code"
1114                     BuildAction = "Compile"
1115                 />
1116                 <File
1117                     RelPath = "System.Xml.Serialization\XmlTypeMapping.cs"
1118                     SubType = "Code"
1119                     BuildAction = "Compile"
1120                 />
1121                 <File
1122                     RelPath = "System.Xml.Serialization\CVS\Entries"
1123                     BuildAction = "None"
1124                 />
1125                 <File
1126                     RelPath = "System.Xml.Serialization\CVS\Repository"
1127                     BuildAction = "None"
1128                 />
1129                 <File
1130                     RelPath = "System.Xml.Serialization\CVS\Root"
1131                     BuildAction = "None"
1132                 />
1133                 <File
1134                     RelPath = "System.Xml.XPath\ChangeLog"
1135                     BuildAction = "None"
1136                 />
1137                 <File
1138                     RelPath = "System.Xml.XPath\DefaultContext.cs"
1139                     SubType = "Code"
1140                     BuildAction = "Compile"
1141                 />
1142                 <File
1143                     RelPath = "System.Xml.XPath\Expression.cs"
1144                     SubType = "Code"
1145                     BuildAction = "Compile"
1146                 />
1147                 <File
1148                     RelPath = "System.Xml.XPath\Iterator.cs"
1149                     SubType = "Code"
1150                     BuildAction = "Compile"
1151                 />
1152                 <File
1153                     RelPath = "System.Xml.XPath\IXPathNavigable.cs"
1154                     SubType = "Code"
1155                     BuildAction = "Compile"
1156                 />
1157                 <File
1158                     RelPath = "System.Xml.XPath\Parser.cs"
1159                     SubType = "Code"
1160                     BuildAction = "Compile"
1161                 />
1162                 <File
1163                     RelPath = "System.Xml.XPath\Parser.jay"
1164                     BuildAction = "None"
1165                 />
1166                 <File
1167                     RelPath = "System.Xml.XPath\Tokenizer.cs"
1168                     SubType = "Code"
1169                     BuildAction = "Compile"
1170                 />
1171                 <File
1172                     RelPath = "System.Xml.XPath\XmlCaseOrder.cs"
1173                     SubType = "Code"
1174                     BuildAction = "Compile"
1175                 />
1176                 <File
1177                     RelPath = "System.Xml.XPath\XmlDataType.cs"
1178                     SubType = "Code"
1179                     BuildAction = "Compile"
1180                 />
1181                 <File
1182                     RelPath = "System.Xml.XPath\XmlSortOrder.cs"
1183                     SubType = "Code"
1184                     BuildAction = "Compile"
1185                 />
1186                 <File
1187                     RelPath = "System.Xml.XPath\XPathDocument.cs"
1188                     SubType = "Code"
1189                     BuildAction = "Compile"
1190                 />
1191                 <File
1192                     RelPath = "System.Xml.XPath\XPathException.cs"
1193                     SubType = "Code"
1194                     BuildAction = "Compile"
1195                 />
1196                 <File
1197                     RelPath = "System.Xml.XPath\XPathExpression.cs"
1198                     SubType = "Code"
1199                     BuildAction = "Compile"
1200                 />
1201                 <File
1202                     RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
1203                     SubType = "Code"
1204                     BuildAction = "Compile"
1205                 />
1206                 <File
1207                     RelPath = "System.Xml.XPath\XPathNavigator.cs"
1208                     SubType = "Code"
1209                     BuildAction = "Compile"
1210                 />
1211                 <File
1212                     RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
1213                     SubType = "Code"
1214                     BuildAction = "Compile"
1215                 />
1216                 <File
1217                     RelPath = "System.Xml.XPath\XPathNodeType.cs"
1218                     SubType = "Code"
1219                     BuildAction = "Compile"
1220                 />
1221                 <File
1222                     RelPath = "System.Xml.XPath\XPathResultType.cs"
1223                     SubType = "Code"
1224                     BuildAction = "Compile"
1225                 />
1226                 <File
1227                     RelPath = "System.Xml.Xsl\IXsltContextFunction.cs"
1228                     SubType = "Code"
1229                     BuildAction = "Compile"
1230                 />
1231                 <File
1232                     RelPath = "System.Xml.Xsl\IXsltContextVariable.cs"
1233                     SubType = "Code"
1234                     BuildAction = "Compile"
1235                 />
1236                 <File
1237                     RelPath = "System.Xml.Xsl\XsltArgumentList.cs"
1238                     SubType = "Code"
1239                     BuildAction = "Compile"
1240                 />
1241                 <File
1242                     RelPath = "System.Xml.Xsl\XsltCompileException.cs"
1243                     SubType = "Code"
1244                     BuildAction = "Compile"
1245                 />
1246                 <File
1247                     RelPath = "System.Xml.Xsl\XsltContext.cs"
1248                     SubType = "Code"
1249                     BuildAction = "Compile"
1250                 />
1251                 <File
1252                     RelPath = "System.Xml.Xsl\XsltException.cs"
1253                     SubType = "Code"
1254                     BuildAction = "Compile"
1255                 />
1256                 <File
1257                     RelPath = "System.Xml.Xsl\XslTransform.cs"
1258                     SubType = "Code"
1259                     BuildAction = "Compile"
1260                 />
1261             </Include>
1262         </Files>
1263     </CSHARP>
1264 </VisualStudioProject>
1265