Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System.XML / System.Xml-tests-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
11     <OutputPath>.\</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Xml_test_net_4_5</AssemblyName>\r
17     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="Test\System.Xml\NameTableTests.cs" />
46    <Compile Include="Test\System.Xml\XmlAssert.cs" />
47    <Compile Include="Test\System.Xml\XmlAttributeCollectionTests.cs" />
48    <Compile Include="Test\System.Xml\XmlAttributeTests.cs" />
49    <Compile Include="Test\System.Xml\XmlCDataSectionTests.cs" />
50    <Compile Include="Test\System.Xml\XmlCharacterDataTests.cs" />
51    <Compile Include="Test\System.Xml\XmlCommentTests.cs" />
52    <Compile Include="Test\System.Xml\XmlConvertTests.cs" />
53    <Compile Include="Test\System.Xml\XmlDeclarationTests.cs" />
54    <Compile Include="Test\System.Xml\XmlDefaultReader.cs" />
55    <Compile Include="Test\System.Xml\XmlDocumentEventTests.cs" />
56    <Compile Include="Test\System.Xml\XmlDocumentFragmentTests.cs" />
57    <Compile Include="Test\System.Xml\XmlDocumentTests.cs" />
58    <Compile Include="Test\System.Xml\XmlDocumentTypeTests.cs" />
59    <Compile Include="Test\System.Xml\XmlElementTests.cs" />
60    <Compile Include="Test\System.Xml\XmlEntityTests.cs" />
61    <Compile Include="Test\System.Xml\XmlEntityReferenceTests.cs" />
62    <Compile Include="Test\System.Xml\XmlNamespaceManagerTests.cs" />
63    <Compile Include="Test\System.Xml\XmlNodeListTests.cs" />
64    <Compile Include="Test\System.Xml\XmlNodeReaderTests.cs" />
65    <Compile Include="Test\System.Xml\XmlNodeTests.cs" />
66    <Compile Include="Test\System.Xml\XmlProcessingInstructionTests.cs" />
67    <Compile Include="Test\System.Xml\XmlSecureResolverTests.cs" />
68    <Compile Include="Test\System.Xml\XmlSignificantWhitespaceTests.cs" />
69    <Compile Include="Test\System.Xml\XmlReaderCommonTests.cs" />
70    <Compile Include="Test\System.Xml\XmlReaderSettingsTests.cs" />
71    <Compile Include="Test\System.Xml\XmlResolverTest.cs" />
72    <Compile Include="Test\System.Xml\XmlParserContextTests.cs" />
73    <Compile Include="Test\System.Xml\XmlTextReaderTests.cs" />
74    <Compile Include="Test\System.Xml\XmlTextTests.cs" />
75    <Compile Include="Test\System.Xml\XmlTextWriterTests.cs" />
76    <Compile Include="Test\System.Xml\XmlUrlResolverTests.cs" />
77    <Compile Include="Test\System.Xml\XmlValidatingReaderTests.cs" />
78    <Compile Include="Test\System.Xml\XmlWriterSettingsTests.cs" />
79    <Compile Include="Test\System.Xml\XmlWhiteSpaceTests.cs" />
80    <Compile Include="Test\System.Xml\XmlWriterTests.cs" />
81    <Compile Include="Test\System.Xml\XsdParticleValidationTests.cs" />
82    <Compile Include="Test\System.Xml\XsdValidatingReaderTests.cs" />
83    <Compile Include="Test\System.Xml\nist_dom\ITest.cs" />
84    <Compile Include="Test\System.Xml\nist_dom\util.cs" />
85    <Compile Include="Test\System.Xml\nist_dom\fundamental\Attr\Attr.cs" />
86    <Compile Include="Test\System.Xml\nist_dom\fundamental\CharacterData\CharacterData.cs" />
87    <Compile Include="Test\System.Xml\nist_dom\fundamental\Comment\Comment.cs" />
88    <Compile Include="Test\System.Xml\nist_dom\fundamental\Document\Document.cs" />
89    <Compile Include="Test\System.Xml\nist_dom\fundamental\DOMImplementation\DOMImplementation.cs" />
90    <Compile Include="Test\System.Xml\nist_dom\fundamental\Element\Element.cs" />
91    <Compile Include="Test\System.Xml\nist_dom\fundamental\NamedNodeMap\NamedNodeMap.cs" />
92    <Compile Include="Test\System.Xml\nist_dom\fundamental\NodeList\NodeList.cs" />
93    <Compile Include="Test\System.Xml\nist_dom\fundamental\Node\Node.cs" />
94    <Compile Include="Test\System.Xml\nist_dom\fundamental\Text\Text.cs" />
95    <Compile Include="Test\System.Xml.Schema\XmlSchemaAssertion.cs" />
96    <Compile Include="Test\System.Xml.Schema\XmlSchemaBuiltInDatatypeTests.cs" />
97    <Compile Include="Test\System.Xml.Schema\XmlSchemaCollectionTests.cs" />
98    <Compile Include="Test\System.Xml.Schema\XmlSchemaDatatypeTests.cs" />
99    <Compile Include="Test\System.Xml.Schema\XmlSchemaLengthFacetTests.cs" />
100    <Compile Include="Test\System.Xml.Schema\XmlSchemaTests.cs" />
101    <Compile Include="Test\System.Xml.Schema\XmlSchemaTypeTests.cs" />
102    <Compile Include="Test\System.Xml.Schema\XmlSchemaSetTests.cs" />
103    <Compile Include="Test\System.Xml.Schema\XmlSchemaValidatorTests.cs" />
104    <Compile Include="Test\System.Xml.Serialization\CodeIdentifiersTests.cs" />
105    <Compile Include="Test\System.Xml.Serialization\ComplexDataStructure.cs" />
106    <Compile Include="Test\System.Xml.Serialization\DeserializeTests.cs" />
107    <Compile Include="Test\System.Xml.Serialization\SoapAttributeAttributeTests.cs" />
108    <Compile Include="Test\System.Xml.Serialization\SoapAttributesTests.cs" />
109    <Compile Include="Test\System.Xml.Serialization\SoapElementAttributeTests.cs" />
110    <Compile Include="Test\System.Xml.Serialization\SoapEnumAttributeTests.cs" />
111    <Compile Include="Test\System.Xml.Serialization\SoapIncludeAttributeTests.cs" />
112    <Compile Include="Test\System.Xml.Serialization\SoapSchemaExporterTests.cs" />
113    <Compile Include="Test\System.Xml.Serialization\SoapReflectionImporterTests.cs" />
114    <Compile Include="Test\System.Xml.Serialization\SoapSchemaMemberTests.cs" />
115    <Compile Include="Test\System.Xml.Serialization\SoapTypeAttributeTests.cs" />
116    <Compile Include="Test\System.Xml.Serialization\XmlAnyElementAttributeTests.cs" />
117    <Compile Include="Test\System.Xml.Serialization\XmlArrayAttributeTests.cs" />
118    <Compile Include="Test\System.Xml.Serialization\XmlArrayItemAttributeTests.cs" />
119    <Compile Include="Test\System.Xml.Serialization\XmlAttributeAttributeTests.cs" />
120    <Compile Include="Test\System.Xml.Serialization\XmlAttributesTests.cs" />
121    <Compile Include="Test\System.Xml.Serialization\XmlChoiceIdentifierAttributeTests.cs" />
122    <Compile Include="Test\System.Xml.Serialization\XmlCodeExporterTests.cs" />
123    <Compile Include="Test\System.Xml.Serialization\XmlElementAttributeTests.cs" />
124    <Compile Include="Test\System.Xml.Serialization\XmlEnumAttributeTests.cs" />
125    <Compile Include="Test\System.Xml.Serialization\XmlIncludeAttributeTests.cs" />
126    <Compile Include="Test\System.Xml.Serialization\XmlReflectionImporterTests.cs" />
127    <Compile Include="Test\System.Xml.Serialization\XmlRootAttributeTests.cs" />
128    <Compile Include="Test\System.Xml.Serialization\XmlSchemaExporterTests.cs" />
129    <Compile Include="Test\System.Xml.Serialization\XmlSchemaImporterTests.cs" />
130    <Compile Include="Test\System.Xml.Serialization\XmlSchemasTests.cs" />
131    <Compile Include="Test\System.Xml.Serialization\XmlSerializationReaderTests.cs" />
132    <Compile Include="Test\System.Xml.Serialization\XmlSerializationWriterTests.cs" />
133    <Compile Include="Test\System.Xml.Serialization\XmlTextAttributeTests.cs" />
134    <Compile Include="Test\System.Xml.Serialization\XmlTypeAttributeTests.cs" />
135    <Compile Include="Test\System.Xml.Serialization\XmlSerializerImplementationTests.cs" />
136    <Compile Include="Test\System.Xml.Serialization\XmlSerializerTests.cs" />
137    <Compile Include="Test\System.Xml.Serialization\XmlSerializerTestClasses.cs" />
138    <Compile Include="Test\System.Xml.Serialization.Advanced\SchemaImporterExtensionTests.cs" />
139    <Compile Include="Test\System.Xml.Serialization.Advanced\SchemaImporterExtensionCollectionTests.cs" />
140    <Compile Include="Test\System.Xml.XPath\SelectNodesTests.cs" />
141    <Compile Include="Test\System.Xml.XPath\XPathEditableNavigatorTests.cs" />
142    <Compile Include="Test\System.Xml.XPath\XPathNavigatorEvaluateTests.cs" />
143    <Compile Include="Test\System.Xml.XPath\XPathNavigatorMatchesTests.cs" />
144    <Compile Include="Test\System.Xml.XPath\XPathNavigatorReaderTests.cs" />
145    <Compile Include="Test\System.Xml.XPath\XPathNavigatorTests.cs" />
146    <Compile Include="Test\System.Xml.XPath\XPathNavigatorCommonTests.cs" />
147    <Compile Include="Test\System.Xml.Xsl\XslTransformTests.cs" />
148    <Compile Include="Test\System.Xml.Xsl\MsxslScriptTests.cs" />
149    <Compile Include="Test\System.Xml\XmlExceptionCas.cs" />
150    <Compile Include="Test\System.Xml\XmlSecureResolverCas.cs" />
151    <Compile Include="Test\System.Xml.Schema\XmlSchemaExceptionCas.cs" />
152    <Compile Include="Test\System.Xml.Xsl\XsltArgumentListCas.cs" />
153    <Compile Include="Test\System.Xml.Xsl\XsltCompileExceptionCas.cs" />
154    <Compile Include="Test\System.Xml.Xsl\XsltCompileExceptionTests.cs" />
155    <Compile Include="Test\System.Xml.Xsl\XsltExceptionCas.cs" />
156    <Compile Include="Test\System.Xml.Xsl\XsltExceptionTests.cs" />
157    <Compile Include="Test\System.Xml.XPath\XPathExceptionCas.cs" />
158    <Compile Include="System.Xml.XPath\Parser.cs" />
159    <Compile Include="Mono.Xml.Xsl\PatternParser.cs" />
160    <Compile Include="Mono.Xml.Xsl\PatternTokenizer.cs" />
161 \r
162   </ItemGroup>\r
163   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
164        Other similar extension points exist, see Microsoft.Common.targets.\r
165   <Target Name="BeforeBuild">\r
166   </Target>\r
167   <Target Name="AfterBuild">\r
168   </Target>\r
169   -->\r
170   <PropertyGroup>\r
171     <PreBuildEvent>$(ProjectDir)\..\..\..\mono\msvc\scripts\prepare.exe $(ProjectDir)..\.. xml\r
172 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\System.Xml.XPath\Parser.jay > $(ProjectDir)\System.Xml.XPath\Parser.cs\r
173 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
174 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Mono.Xml.Xsl\PatternParser.jay >> $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
175 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
176 type $(ProjectDir)\System.Xml.XPath\Tokenizer.cs >> $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
177 \r</PreBuildEvent>\r
178   </PropertyGroup>\r
179   <ItemGroup>\r
180     <Reference Include="mscorlib.dll">
181       <SpecificVersion>False</SpecificVersion>
182       <HintPath>mscorlib.dll</HintPath>
183     </Reference>
184     <Reference Include="./../../class/lib/net_4_5/System.Xml.dll">
185       <SpecificVersion>False</SpecificVersion>
186       <HintPath>./../../class/lib/net_4_5/System.Xml.dll</HintPath>
187     </Reference>
188     <Reference Include="mscorlib.dll">
189       <SpecificVersion>False</SpecificVersion>
190       <HintPath>mscorlib.dll</HintPath>
191     </Reference>
192     <Reference Include="System.dll">
193       <SpecificVersion>False</SpecificVersion>
194       <HintPath>System.dll</HintPath>
195     </Reference>
196     <Reference Include="System.Data.dll">
197       <SpecificVersion>False</SpecificVersion>
198       <HintPath>System.Data.dll</HintPath>
199     </Reference>
200     <Reference Include="System.Core.dll">
201       <SpecificVersion>False</SpecificVersion>
202       <HintPath>System.Core.dll</HintPath>
203     </Reference>
204     <Reference Include="nunit.framework" />
205 \r
206   </ItemGroup>\r
207   <ItemGroup>\r
208     <Folder Include="Properties\" />\r
209   </ItemGroup>\r
210   \r
211 </Project>\r
212