[sdb] Avoid printing out the ThreadAbortException used to abort the protocol receiver...
[mono.git] / mcs / class / System.Windows.Forms.DataVisualization / Test / MonoCharting / MonoCharting.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>{2DF0C530-64FF-4125-B03C-B79F7A5E1F7E}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>MonoCharting</RootNamespace>\r
12     <AssemblyName>MonoCharting</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.Xml.Linq" />\r
40     <Reference Include="System.Data.DataSetExtensions" />\r
41     <Reference Include="Microsoft.CSharp" />\r
42     <Reference Include="System.Data" />\r
43     <Reference Include="System.Deployment" />\r
44     <Reference Include="System.Drawing" />\r
45     <Reference Include="System.Windows.Forms" />\r
46     <Reference Include="System.Xml" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="..\Charting\Form1.cs">\r
50       <SubType>Form</SubType>\r
51     </Compile>\r
52     <Compile Include="..\Charting\Form1.Designer.cs">\r
53       <DependentUpon>Form1.cs</DependentUpon>\r
54     </Compile>\r
55     <Compile Include="Program.cs" />\r
56     <Compile Include="Properties\AssemblyInfo.cs" />\r
57     <EmbeddedResource Include="Properties\Resources.resx">\r
58       <Generator>ResXFileCodeGenerator</Generator>\r
59       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
60       <SubType>Designer</SubType>\r
61     </EmbeddedResource>\r
62     <Compile Include="Properties\Resources.Designer.cs">\r
63       <AutoGen>True</AutoGen>\r
64       <DependentUpon>Resources.resx</DependentUpon>\r
65     </Compile>\r
66     <None Include="Properties\Settings.settings">\r
67       <Generator>SettingsSingleFileGenerator</Generator>\r
68       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
69     </None>\r
70     <Compile Include="Properties\Settings.Designer.cs">\r
71       <AutoGen>True</AutoGen>\r
72       <DependentUpon>Settings.settings</DependentUpon>\r
73       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
74     </Compile>\r
75   </ItemGroup>\r
76   <ItemGroup>\r
77     <ProjectReference Include="..\..\System.Windows.Forms.DataVisualization.csproj">\r
78       <Project>{73F9BAEA-A04B-4254-A736-D3B8B9947340}</Project>\r
79       <Name>System.Windows.Forms.DataVisualization</Name>\r
80     </ProjectReference>\r
81   </ItemGroup>\r
82   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
83   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
84        Other similar extension points exist, see Microsoft.Common.targets.\r
85   <Target Name="BeforeBuild">\r
86   </Target>\r
87   <Target Name="AfterBuild">\r
88   </Target>\r
89   -->\r
90 </Project>