Renamed target AssignProjectConfigurations to AssignProjectConfiguration (without...
[mono.git] / mcs / class / System.XML / System.Xml-tests-net_2_0.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>{2BE2BA3F-EBD9-4A13-B035-7AD4D348022B}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
11     <OutputPath>bin\Debug\System.Xml-tests-net_2_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>False</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Xml_test_net_2_0</AssemblyName>\r
19     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;CONFIGURATION_DEP</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699,618,612,642,618,219,169</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;CONFIGURATION_DEP</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="Test\System.Xml.Schema\XmlSchemaAssertion.cs" />\r
48     <Compile Include="Test\System.Xml.Schema\XmlSchemaBuiltInDatatypeTests.cs" />\r
49     <Compile Include="Test\System.Xml.Schema\XmlSchemaCollectionTests.cs" />\r
50     <Compile Include="Test\System.Xml.Schema\XmlSchemaDatatypeTests.cs" />\r
51     <Compile Include="Test\System.Xml.Schema\XmlSchemaExceptionCas.cs" />\r
52     <Compile Include="Test\System.Xml.Schema\XmlSchemaLengthFacetTests.cs" />\r
53     <Compile Include="Test\System.Xml.Schema\XmlSchemaSetTests.cs" />\r
54     <Compile Include="Test\System.Xml.Schema\XmlSchemaTests.cs" />\r
55     <Compile Include="Test\System.Xml.Schema\XmlSchemaTypeTests.cs" />\r
56     <Compile Include="Test\System.Xml.Schema\XmlSchemaValidatorTests.cs" />\r
57     <Compile Include="Test\System.Xml.Serialization.Advanced\SchemaImporterExtensionCollectionTests.cs" />\r
58     <Compile Include="Test\System.Xml.Serialization.Advanced\SchemaImporterExtensionTests.cs" />\r
59     <Compile Include="Test\System.Xml.Serialization\CodeIdentifiersTests.cs" />\r
60     <Compile Include="Test\System.Xml.Serialization\ComplexDataStructure.cs" />\r
61     <Compile Include="Test\System.Xml.Serialization\DeserializeTests.cs" />\r
62     <Compile Include="Test\System.Xml.Serialization\SoapAttributeAttributeTests.cs" />\r
63     <Compile Include="Test\System.Xml.Serialization\SoapAttributesTests.cs" />\r
64     <Compile Include="Test\System.Xml.Serialization\SoapElementAttributeTests.cs" />\r
65     <Compile Include="Test\System.Xml.Serialization\SoapEnumAttributeTests.cs" />\r
66     <Compile Include="Test\System.Xml.Serialization\SoapIncludeAttributeTests.cs" />\r
67     <Compile Include="Test\System.Xml.Serialization\SoapReflectionImporterTests.cs" />\r
68     <Compile Include="Test\System.Xml.Serialization\SoapSchemaExporterTests.cs" />\r
69     <Compile Include="Test\System.Xml.Serialization\SoapSchemaMemberTests.cs" />\r
70     <Compile Include="Test\System.Xml.Serialization\SoapTypeAttributeTests.cs" />\r
71     <Compile Include="Test\System.Xml.Serialization\XmlAnyElementAttributeTests.cs" />\r
72     <Compile Include="Test\System.Xml.Serialization\XmlArrayAttributeTests.cs" />\r
73     <Compile Include="Test\System.Xml.Serialization\XmlArrayItemAttributeTests.cs" />\r
74     <Compile Include="Test\System.Xml.Serialization\XmlAttributeAttributeTests.cs" />\r
75     <Compile Include="Test\System.Xml.Serialization\XmlAttributesTests.cs" />\r
76     <Compile Include="Test\System.Xml.Serialization\XmlChoiceIdentifierAttributeTests.cs" />\r
77     <Compile Include="Test\System.Xml.Serialization\XmlCodeExporterTests.cs" />\r
78     <Compile Include="Test\System.Xml.Serialization\XmlElementAttributeTests.cs" />\r
79     <Compile Include="Test\System.Xml.Serialization\XmlEnumAttributeTests.cs" />\r
80     <Compile Include="Test\System.Xml.Serialization\XmlIncludeAttributeTests.cs" />\r
81     <Compile Include="Test\System.Xml.Serialization\XmlReflectionImporterTests.cs" />\r
82     <Compile Include="Test\System.Xml.Serialization\XmlRootAttributeTests.cs" />\r
83     <Compile Include="Test\System.Xml.Serialization\XmlSchemaExporterTests.cs" />\r
84     <Compile Include="Test\System.Xml.Serialization\XmlSchemaImporterTests.cs" />\r
85     <Compile Include="Test\System.Xml.Serialization\XmlSchemasTests.cs" />\r
86     <Compile Include="Test\System.Xml.Serialization\XmlSerializationReaderTests.cs" />\r
87     <Compile Include="Test\System.Xml.Serialization\XmlSerializationWriterTests.cs" />\r
88     <Compile Include="Test\System.Xml.Serialization\XmlSerializerImplementationTests.cs" />\r
89     <Compile Include="Test\System.Xml.Serialization\XmlSerializerTestClasses.cs" />\r
90     <Compile Include="Test\System.Xml.Serialization\XmlSerializerTests.cs" />\r
91     <Compile Include="Test\System.Xml.Serialization\XmlTextAttributeTests.cs" />\r
92     <Compile Include="Test\System.Xml.Serialization\XmlTypeAttributeTests.cs" />\r
93     <Compile Include="Test\System.Xml.XPath\SelectNodesTests.cs" />\r
94     <Compile Include="Test\System.Xml.XPath\XPathEditableNavigatorTests.cs" />\r
95     <Compile Include="Test\System.Xml.XPath\XPathExceptionCas.cs" />\r
96     <Compile Include="Test\System.Xml.XPath\XPathNavigatorCommonTests.cs" />\r
97     <Compile Include="Test\System.Xml.XPath\XPathNavigatorEvaluateTests.cs" />\r
98     <Compile Include="Test\System.Xml.XPath\XPathNavigatorMatchesTests.cs" />\r
99     <Compile Include="Test\System.Xml.XPath\XPathNavigatorReaderTests.cs" />\r
100     <Compile Include="Test\System.Xml.XPath\XPathNavigatorTests.cs" />\r
101     <Compile Include="Test\System.Xml.Xsl\MsxslScriptTests.cs" />\r
102     <Compile Include="Test\System.Xml.Xsl\XsltArgumentListCas.cs" />\r
103     <Compile Include="Test\System.Xml.Xsl\XsltCompileExceptionCas.cs" />\r
104     <Compile Include="Test\System.Xml.Xsl\XsltCompileExceptionTests.cs" />\r
105     <Compile Include="Test\System.Xml.Xsl\XsltExceptionCas.cs" />\r
106     <Compile Include="Test\System.Xml.Xsl\XsltExceptionTests.cs" />\r
107     <Compile Include="Test\System.Xml.Xsl\XslTransformTests.cs" />\r
108     <Compile Include="Test\System.Xml\NameTableTests.cs" />\r
109     <Compile Include="Test\System.Xml\nist_dom\fundamental\Attr\Attr.cs" />\r
110     <Compile Include="Test\System.Xml\nist_dom\fundamental\CharacterData\CharacterData.cs" />\r
111     <Compile Include="Test\System.Xml\nist_dom\fundamental\Comment\Comment.cs" />\r
112     <Compile Include="Test\System.Xml\nist_dom\fundamental\Document\Document.cs" />\r
113     <Compile Include="Test\System.Xml\nist_dom\fundamental\DOMImplementation\DOMImplementation.cs" />\r
114     <Compile Include="Test\System.Xml\nist_dom\fundamental\Element\Element.cs" />\r
115     <Compile Include="Test\System.Xml\nist_dom\fundamental\NamedNodeMap\NamedNodeMap.cs" />\r
116     <Compile Include="Test\System.Xml\nist_dom\fundamental\Node\Node.cs" />\r
117     <Compile Include="Test\System.Xml\nist_dom\fundamental\NodeList\NodeList.cs" />\r
118     <Compile Include="Test\System.Xml\nist_dom\fundamental\Text\Text.cs" />\r
119     <Compile Include="Test\System.Xml\nist_dom\ITest.cs" />\r
120     <Compile Include="Test\System.Xml\nist_dom\util.cs" />\r
121     <Compile Include="Test\System.Xml\XmlAssert.cs" />\r
122     <Compile Include="Test\System.Xml\XmlAttributeCollectionTests.cs" />\r
123     <Compile Include="Test\System.Xml\XmlAttributeTests.cs" />\r
124     <Compile Include="Test\System.Xml\XmlCDataSectionTests.cs" />\r
125     <Compile Include="Test\System.Xml\XmlCharacterDataTests.cs" />\r
126     <Compile Include="Test\System.Xml\XmlCommentTests.cs" />\r
127     <Compile Include="Test\System.Xml\XmlConvertTests.cs" />\r
128     <Compile Include="Test\System.Xml\XmlDeclarationTests.cs" />\r
129     <Compile Include="Test\System.Xml\XmlDefaultReader.cs" />\r
130     <Compile Include="Test\System.Xml\XmlDocumentEventTests.cs" />\r
131     <Compile Include="Test\System.Xml\XmlDocumentFragmentTests.cs" />\r
132     <Compile Include="Test\System.Xml\XmlDocumentTests.cs" />\r
133     <Compile Include="Test\System.Xml\XmlDocumentTypeTests.cs" />\r
134     <Compile Include="Test\System.Xml\XmlElementTests.cs" />\r
135     <Compile Include="Test\System.Xml\XmlEntityReferenceTests.cs" />\r
136     <Compile Include="Test\System.Xml\XmlEntityTests.cs" />\r
137     <Compile Include="Test\System.Xml\XmlExceptionCas.cs" />\r
138     <Compile Include="Test\System.Xml\XmlNamespaceManagerTests.cs" />\r
139     <Compile Include="Test\System.Xml\XmlNodeListTests.cs" />\r
140     <Compile Include="Test\System.Xml\XmlNodeReaderTests.cs" />\r
141     <Compile Include="Test\System.Xml\XmlNodeTests.cs" />\r
142     <Compile Include="Test\System.Xml\XmlParserContextTests.cs" />\r
143     <Compile Include="Test\System.Xml\XmlProcessingInstructionTests.cs" />\r
144     <Compile Include="Test\System.Xml\XmlReaderCommonTests.cs" />\r
145     <Compile Include="Test\System.Xml\XmlReaderSettingsTests.cs" />\r
146     <Compile Include="Test\System.Xml\XmlResolverTest.cs" />\r
147     <Compile Include="Test\System.Xml\XmlSecureResolverCas.cs" />\r
148     <Compile Include="Test\System.Xml\XmlSecureResolverTests.cs" />\r
149     <Compile Include="Test\System.Xml\XmlSignificantWhitespaceTests.cs" />\r
150     <Compile Include="Test\System.Xml\XmlTextReaderTests.cs" />\r
151     <Compile Include="Test\System.Xml\XmlTextTests.cs" />\r
152     <Compile Include="Test\System.Xml\XmlTextWriterTests.cs" />\r
153     <Compile Include="Test\System.Xml\XmlUrlResolverTests.cs" />\r
154     <Compile Include="Test\System.Xml\XmlValidatingReaderTests.cs" />\r
155     <Compile Include="Test\System.Xml\XmlWhiteSpaceTests.cs" />\r
156     <Compile Include="Test\System.Xml\XmlWriterSettingsTests.cs" />\r
157     <Compile Include="Test\System.Xml\XmlWriterTests.cs" />\r
158     <Compile Include="Test\System.Xml\XsdParticleValidationTests.cs" />\r
159     <Compile Include="Test\System.Xml\XsdValidatingReaderTests.cs" />\r
160     <Compile Include="Mono.Xml.Xsl\PatternParser.cs" />\r
161     <Compile Include="Mono.Xml.Xsl\PatternTokenizer.cs" />\r
162     <Compile Include="System.Xml.XPath\Parser.cs" />\r  </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>\r
172 $(ProjectDir)\..\..\..\mono\msvc\scripts\prepare.exe $(ProjectDir)..\.. xml\r
173 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\System.Xml.XPath\Parser.jay > $(ProjectDir)\System.Xml.XPath\Parser.cs\r
174 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
175 $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Mono.Xml.Xsl\PatternParser.jay >> $(ProjectDir)\Mono.Xml.Xsl\PatternParser.cs\r
176 echo #define XSLT_PATTERN > $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
177 type $(ProjectDir)\System.Xml.XPath\Tokenizer.cs >> $(ProjectDir)\Mono.Xml.Xsl\PatternTokenizer.cs\r
178 \r\r
179     </PreBuildEvent>\r
180     <PostBuildEvent>\r
181       xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
182   </PostBuildEvent>\r
183   </PropertyGroup>\r
184   <ItemGroup>\r
185     <Reference Include="..\lib\net_2_0\nunit.framework.dll" />\r
186     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
187       <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
188       <Name>corlib\corlib-net_2_0</Name>\r
189     </ProjectReference>\r
190     <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
191       <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>\r
192       <Name>System.XML\System.Xml-net_2_0-1</Name>\r
193     </ProjectReference>\r
194     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
195       <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
196       <Name>System\System-net_2_0-2</Name>\r
197     </ProjectReference>\r
198     <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
199       <Project>{725170B0-51F0-46E2-A74D-F764B68553D6}</Project>\r
200       <Name>System.Configuration\System.Configuration-net_2_0</Name>\r
201     </ProjectReference>\r
202     <Reference Include="System.Data.dll">\r
203       <SpecificVersion>False</SpecificVersion>\r
204       <HintPath>System.Data.dll</HintPath>\r
205       <Private>False</Private>\r
206     </Reference>\r
207     <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">\r
208       <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>\r
209       <Name>System.Core\System.Core-net_2_0</Name>\r
210     </ProjectReference>\r
211     <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
212       <Project>{725170B0-51F0-46E2-A74D-F764B68553D6}</Project>\r
213       <Name>System.Configuration\System.Configuration-net_2_0</Name>\r
214     </ProjectReference>\r
215   </ItemGroup>\r
216   <ItemGroup>\r
217     <Folder Include="Properties\" />\r
218   </ItemGroup>\r
219 </Project>