In some collection case, xsi:type is explicitly written. Try to copy that behavior.
[mono.git] / mcs / class / System.Windows.Forms.DataVisualization / Test / ChartingTests.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>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{D318CCA4-B16E-434D-B490-53A810FC949E}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>ChartingTests</RootNamespace>\r
12     <AssemblyName>ChartingTests</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
35       <SpecificVersion>False</SpecificVersion>\r
36       <HintPath>..\..\..\..\..\..\..\Program Files (x86)\NUnit 2.5.2\bin\net-2.0\framework\nunit.framework.dll</HintPath>\r
37     </Reference>\r
38     <Reference Include="System" />\r
39     <Reference Include="System.Core" />\r
40     <Reference Include="System.Drawing" />\r
41     <Reference Include="System.Windows.Forms.DataVisualization" />\r
42     <Reference Include="System.Xml.Linq" />\r
43     <Reference Include="System.Data.DataSetExtensions" />\r
44     <Reference Include="Microsoft.CSharp" />\r
45     <Reference Include="System.Data" />\r
46     <Reference Include="System.Xml" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="Properties\AssemblyInfo.cs" />\r
50     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AnnotationPathPointTest.cs" />\r
51     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AnovaResultTest.cs" />\r
52     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ArrowAnnotationTest.cs" />\r
53     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AxisScaleBreakStyleTest.cs" />\r
54     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ChartElementCollectionTest.cs" />\r
55     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ChartElementTest.cs" />\r
56     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ChartNamedElementCollectionTest.cs" />\r
57     <Compile Include="System.Windows.Forms.DataVisualization.Charting\DataPointTest.cs" />\r
58     <Compile Include="System.Windows.Forms.DataVisualization.Charting\GridTest.cs" />\r
59     <Compile Include="System.Windows.Forms.DataVisualization.Charting\TickMarkTest.cs" />\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69 </Project>