~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tools/mdcrashlog/MonoDevelop.CrashLog.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
    <ProductVersion>9.0.21022</ProductVersion>
7
 
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{D90DF5C6-0ABE-4E13-930D-C3AE95FBE5C4}</ProjectGuid>
9
 
    <OutputType>Library</OutputType>
10
 
    <RootNamespace>MonoDevelop.CrashLog</RootNamespace>
11
 
    <AssemblyName>MonoDevelop.CrashLog</AssemblyName>
12
 
  </PropertyGroup>
13
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14
 
    <DebugSymbols>true</DebugSymbols>
15
 
    <DebugType>full</DebugType>
16
 
    <Optimize>false</Optimize>
17
 
    <OutputPath>..\..\..\build\bin</OutputPath>
18
 
    <DefineConstants>DEBUG</DefineConstants>
19
 
    <ErrorReport>prompt</ErrorReport>
20
 
    <WarningLevel>4</WarningLevel>
21
 
    <PlatformTarget>x86</PlatformTarget>
22
 
    <Externalconsole>true</Externalconsole>
23
 
  </PropertyGroup>
24
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25
 
    <DebugType>none</DebugType>
26
 
    <Optimize>false</Optimize>
27
 
    <OutputPath>..\..\..\build\bin\</OutputPath>
28
 
    <ErrorReport>prompt</ErrorReport>
29
 
    <WarningLevel>4</WarningLevel>
30
 
    <PlatformTarget>x86</PlatformTarget>
31
 
    <Externalconsole>true</Externalconsole>
32
 
  </PropertyGroup>
33
 
  <ItemGroup>
34
 
    <Reference Include="System" />
35
 
    <Reference Include="System.Xml" />
36
 
    <Reference Include="System.Web" />
37
 
  </ItemGroup>
38
 
  <ItemGroup>
39
 
    <Compile Include="AssemblyInfo.cs" />
40
 
    <Compile Include="MonoDevelop.SessionLogging\ISessionLogger.cs" />
41
 
    <Compile Include="CrashLogOptions.cs" />
42
 
  </ItemGroup>
43
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
44
 
  <ItemGroup>
45
 
    <Folder Include="MonoDevelop.SessionLogging\" />
46
 
    <Folder Include="MonoDevelop.Monitoring\" />
47
 
    <Folder Include="MonoDevelop.CrashReporting\" />
48
 
  </ItemGroup>
49
 
  <ItemGroup>
50
 
    <None Include="Makefile.am" />
51
 
  </ItemGroup>
52
 
  <ProjectExtensions>
53
 
    <MonoDevelop>
54
 
      <Properties>
55
 
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
56
 
          <BuildFilesVar Sync="true" Name="FILES" />
57
 
          <DeployFilesVar />
58
 
          <ResourcesVar />
59
 
          <OthersVar />
60
 
          <GacRefVar Sync="true" Name="REFS" Prefix="/r:" />
61
 
          <AsmRefVar Sync="true" Name="REFS" Prefix="/r:" />
62
 
          <ProjectRefVar Sync="true" Name="DEPS" />
63
 
        </MonoDevelop.Autotools.MakefileInfo>
64
 
      </Properties>
65
 
    </MonoDevelop>
66
 
  </ProjectExtensions>
67
 
</Project>