1cc73fc87c03de1aa6f48258924517cbe3e6e329
[mono.git] / mcs / class / System.Windows.Forms.DataVisualization / Test / Charting / Charting.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)' == '' ">x86</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{9E7C5CA0-2297-414C-B2EB-FC5418548E9D}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>WindowsFormsApplication1</RootNamespace>\r
12     <AssemblyName>Charting</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
15     <FileAlignment>512</FileAlignment>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
18     <PlatformTarget>x86</PlatformTarget>\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\Debug\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
28     <PlatformTarget>x86</PlatformTarget>\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <ItemGroup>\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Core" />\r
39     <Reference Include="System.Windows.Forms.DataVisualization" />\r
40     <Reference Include="System.Xml.Linq" />\r
41     <Reference Include="System.Data.DataSetExtensions" />\r
42     <Reference Include="Microsoft.CSharp" />\r
43     <Reference Include="System.Data" />\r
44     <Reference Include="System.Deployment" />\r
45     <Reference Include="System.Drawing" />\r
46     <Reference Include="System.Windows.Forms" />\r
47     <Reference Include="System.Xml" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="Form1.cs">\r
51       <SubType>Form</SubType>\r
52     </Compile>\r
53     <Compile Include="Form1.Designer.cs">\r
54       <DependentUpon>Form1.cs</DependentUpon>\r
55     </Compile>\r
56     <Compile Include="Program.cs" />\r
57     <Compile Include="Properties\AssemblyInfo.cs" />\r
58     <EmbeddedResource Include="Form1.resx">\r
59       <DependentUpon>Form1.cs</DependentUpon>\r
60     </EmbeddedResource>\r
61     <EmbeddedResource Include="Properties\Resources.resx">\r
62       <Generator>ResXFileCodeGenerator</Generator>\r
63       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
64       <SubType>Designer</SubType>\r
65     </EmbeddedResource>\r
66     <Compile Include="Properties\Resources.Designer.cs">\r
67       <AutoGen>True</AutoGen>\r
68       <DependentUpon>Resources.resx</DependentUpon>\r
69     </Compile>\r
70     <None Include="Properties\Settings.settings">\r
71       <Generator>SettingsSingleFileGenerator</Generator>\r
72       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
73     </None>\r
74     <Compile Include="Properties\Settings.Designer.cs">\r
75       <AutoGen>True</AutoGen>\r
76       <DependentUpon>Settings.settings</DependentUpon>\r
77       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
78     </Compile>\r
79   </ItemGroup>\r
80   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
81   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
82        Other similar extension points exist, see Microsoft.Common.targets.\r
83   <Target Name="BeforeBuild">\r
84   </Target>\r
85   <Target Name="AfterBuild">\r
86   </Target>\r
87   -->\r
88 </Project>