Merge pull request #3023 from lambdageek/dev/monoerror-minisig
[mono-project.git] / mcs / tools / mono-symbolicate / monosymbolicate.csproj
blob023e1813f91a1cf50fe86c299e4225b743c4d198
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>{804E854F-E8F5-4E2B-807A-4FAF4BE99C03}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>monosymbolicate</RootNamespace>
9 <AssemblyName>monosymbolicate</AssemblyName>
10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 <ProductVersion>8.0.30703</ProductVersion>
12 <SchemaVersion>2.0</SchemaVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG;NO_AUTHENTICODE</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <ExternalConsole>false</ExternalConsole>
23 <PlatformTarget>x86</PlatformTarget>
24 <Commandlineparameters></Commandlineparameters>
25 <ConsolePause>false</ConsolePause>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <ExternalConsole>true</ExternalConsole>
33 <PlatformTarget>x86</PlatformTarget>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="System" />
37 <Reference Include="Mono.Cecil">
38 <HintPath>..\..\class\lib\net_4_x\Mono.Cecil.dll</HintPath>
39 </Reference>
40 <Reference Include="Mono.Cecil.Mdb">
41 <HintPath>..\..\class\lib\net_4_x\Mono.Cecil.Mdb.dll</HintPath>
42 </Reference>
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="LocationProvider.cs" />
46 <Compile Include="SeqPointInfo.cs" />
47 <Compile Include="symbolicate.cs" />
48 </ItemGroup>
49 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
50 </Project>