XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes
[mono.git] / mcs / class / System.XML / Test / Microsoft.Test.csproj
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.0.9466"
5         SchemaVersion = "1.0"
6         ProjectGuid = "{D6C51F53-33E2-41DF-981A-33FCFA81CDA7}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Microsoft.Test"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 RootNamespace = "Test"
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.XML"
67                     AssemblyName = "System.Xml"
68                     HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
69                 />
70                 <Reference
71                     Name = "NUnitCore"
72                     AssemblyName = "NUnitCore"
73                     HintPath = "..\..\..\nunit\NUnitCore.dll"
74                 />
75             </References>
76         </Build>
77         <Files>
78             <Include>
79                 <File
80                     RelPath = "AllTests.cs"
81                     SubType = "Code"
82                     BuildAction = "Compile"
83                 />
84                 <File
85                     RelPath = "ChangeLog"
86                     BuildAction = "None"
87                 />
88                 <File
89                     RelPath = "NameTableTests.cs"
90                     SubType = "Code"
91                     BuildAction = "Compile"
92                 />
93                 <File
94                     RelPath = "XmlAttributeTests.cs"
95                     SubType = "Code"
96                     BuildAction = "Compile"
97                 />
98                 <File
99                     RelPath = "XmlDocumentTests.cs"
100                     SubType = "Code"
101                     BuildAction = "Compile"
102                 />
103                 <File
104                     RelPath = "XmlElementTests.cs"
105                     SubType = "Code"
106                     BuildAction = "Compile"
107                 />
108                 <File
109                     RelPath = "XmlNamespaceManagerTests.cs"
110                     SubType = "Code"
111                     BuildAction = "Compile"
112                 />
113                 <File
114                     RelPath = "XmlNodeListTests.cs"
115                     SubType = "Code"
116                     BuildAction = "Compile"
117                 />
118                 <File
119                     RelPath = "XmlTextReaderTests.cs"
120                     SubType = "Code"
121                     BuildAction = "Compile"
122                 />
123             </Include>
124         </Files>
125     </CSHARP>
126 </VisualStudioProject>
127