Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / crash-bisector / crash-bisector.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{5726F59B-A5CF-4DE1-9E55-4F9188A00CBA}</ProjectGuid>
7     <OutputType>Exe</OutputType>
8     <RootNamespace>crashbisector</RootNamespace>
9     <AssemblyName>crash-bisector</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG;</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <Externalconsole>true</Externalconsole>
21     <PlatformTarget>x86</PlatformTarget>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
24     <DebugType>full</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <Externalconsole>true</Externalconsole>
30     <PlatformTarget>x86</PlatformTarget>
31   </PropertyGroup>
32   <ItemGroup>
33     <Reference Include="System" />
34   </ItemGroup>
35   <ItemGroup>
36     <Compile Include="Program.cs" />
37     <Compile Include="Properties\AssemblyInfo.cs" />
38   </ItemGroup>
39   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
40 </Project>