[runtime] Update msvc build scripts.
[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       <Package>nunit</Package>\r
38     </Reference>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Core" />\r
41     <Reference Include="System.Drawing" />\r
42     <Reference Include="System.Windows.Forms.DataVisualization" />\r
43     <Reference Include="System.Xml.Linq" />\r
44     <Reference Include="System.Data.DataSetExtensions" />\r
45     <Reference Include="Microsoft.CSharp" />\r
46     <Reference Include="System.Data" />\r
47     <Reference Include="System.Xml" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="Properties\AssemblyInfo.cs" />\r
51     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AnnotationPathPointTest.cs" />\r
52     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AnovaResultTest.cs" />\r
53     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ArrowAnnotationTest.cs" />\r
54     <Compile Include="System.Windows.Forms.DataVisualization.Charting\AxisScaleBreakStyleTest.cs" />\r
55     <Compile Include="System.Windows.Forms.DataVisualization.Charting\ChartElementTest.cs" />\r
56     <Compile Include="System.Windows.Forms.DataVisualization.Charting\DataPointTest.cs" />\r
57   </ItemGroup>\r
58   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
60        Other similar extension points exist, see Microsoft.Common.targets.\r
61   <Target Name="BeforeBuild">\r
62   </Target>\r
63   <Target Name="AfterBuild">\r
64   </Target>\r
65   -->\r
66 </Project>