[sdb] Avoid printing out the ThreadAbortException used to abort the protocol receiver...
[mono.git] / mcs / tools / culevel / culevel.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{E2DFB2FB-5133-4471-AE5C-5E4D21266009}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>culevel</RootNamespace>\r
11     <AssemblyName>culevel</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>..\..\class\lib\net_2_0\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>..\..\class\lib\net_2_0\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="System" />\r
32     <Reference Include="System.Xml" />\r
33   </ItemGroup>\r
34   <ItemGroup>\r
35     <Compile Include="CompileUplevel.cs" />\r
36   </ItemGroup>\r
37   <ItemGroup>\r
38     <Folder Include="Properties\" />\r
39   </ItemGroup>\r
40   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
41   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
42        Other similar extension points exist, see Microsoft.Common.targets.\r
43   <Target Name="BeforeBuild">\r
44   </Target>\r
45   <Target Name="AfterBuild">\r
46   </Target>\r
47   -->\r
48 </Project>