~ubuntu-branches/ubuntu/oneiric/cecil/oneiric

« back to all changes in this revision

Viewing changes to symbols/mdb/Mono.Cecil.Mdb.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Iain Lane, Jo Shields
  • Date: 2011-08-07 22:38:20 UTC
  • mfrom: (1.1.7 upstream) (6.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110807223820-nfdm4q0pk2smjm11
Tags: 0.9.5+dfsg-1
[ Iain Lane ]
* [411dc78] Update to use my d.o email address
* [74bedaf] Disable clilibs; this is an unstable library
  apps grow unnecessary depends otherwise
* [5288c1f] Mangle debian version in watch file to take care of repacking.
  Also update watch file to look at new github location for tarballs
* [8f7110f] Relax version restriction on cli-common-dev; anything from 0.8
  will do

[ Jo Shields ]
* [e846eb8] Imported Upstream version 0.9.5+dfsg
* [3017d96] Bump build dependencies, as we're building for Mono 2.10 now.
* [27c2cff] Set to DebSrc 3.0, so we can apply patches via Quilt.
* [d0447b3] Update build to use XBuild, not manual compiler invocation.
* [08d2b92] Patch to avoid building tests (which rely on NUnit 2.4)
* [fa5a033] Update install file to include all new assemblies and locations.
* [43bd1e2] Since upstream no longer ships a pcfile, add our own.
* [942ead4] Don't try to ship a Changelog when none exists.
* [ba8232d] Erase obj/ folders in clean rule.
* [090af34] Exclude modulerefs on Windowsy libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{8559DD7F-A16F-46D0-A05A-9139FAEBA8FD}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Mono.Cecil.Mdb</RootNamespace>
 
12
    <AssemblyName>Mono.Cecil.Mdb</AssemblyName>
 
13
    <FileAlignment>512</FileAlignment>
 
14
    <SignAssembly>true</SignAssembly>
 
15
    <AssemblyOriginatorKeyFile>..\..\mono.snk</AssemblyOriginatorKeyFile>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>full</DebugType>
 
20
    <Optimize>false</Optimize>
 
21
    <OutputPath>..\..\bin\net_2_0_Debug\</OutputPath>
 
22
    <DefineConstants>DEBUG;TRACE;CECIL</DefineConstants>
 
23
    <ErrorReport>prompt</ErrorReport>
 
24
    <WarningLevel>4</WarningLevel>
 
25
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
 
28
    <DebugType>pdbonly</DebugType>
 
29
    <Optimize>true</Optimize>
 
30
    <OutputPath>..\..\bin\net_2_0_Release\</OutputPath>
 
31
    <DefineConstants>TRACE;CECIL</DefineConstants>
 
32
    <ErrorReport>prompt</ErrorReport>
 
33
    <WarningLevel>4</WarningLevel>
 
34
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
35
  </PropertyGroup>
 
36
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
 
37
    <DebugSymbols>true</DebugSymbols>
 
38
    <DebugType>full</DebugType>
 
39
    <Optimize>false</Optimize>
 
40
    <OutputPath>..\..\bin\net_3_5_Debug\</OutputPath>
 
41
    <DefineConstants>DEBUG;TRACE;CECIL;NET_3_5</DefineConstants>
 
42
    <ErrorReport>prompt</ErrorReport>
 
43
    <WarningLevel>4</WarningLevel>
 
44
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
 
47
    <DebugType>pdbonly</DebugType>
 
48
    <Optimize>true</Optimize>
 
49
    <OutputPath>..\..\bin\net_3_5_Release\</OutputPath>
 
50
    <DefineConstants>TRACE;CECIL;NET_3_5</DefineConstants>
 
51
    <ErrorReport>prompt</ErrorReport>
 
52
    <WarningLevel>4</WarningLevel>
 
53
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
54
  </PropertyGroup>
 
55
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
 
56
    <DebugSymbols>true</DebugSymbols>
 
57
    <DebugType>full</DebugType>
 
58
    <Optimize>false</Optimize>
 
59
    <OutputPath>..\..\bin\net_4_0_Debug\</OutputPath>
 
60
    <DefineConstants>DEBUG;TRACE;CECIL;NET_3_5;NET_4_0</DefineConstants>
 
61
    <ErrorReport>prompt</ErrorReport>
 
62
    <WarningLevel>4</WarningLevel>
 
63
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
64
  </PropertyGroup>
 
65
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
 
66
    <DebugType>pdbonly</DebugType>
 
67
    <Optimize>true</Optimize>
 
68
    <OutputPath>..\..\bin\net_4_0_Release\</OutputPath>
 
69
    <DefineConstants>TRACE;CECIL;NET_3_5;NET_4_0</DefineConstants>
 
70
    <ErrorReport>prompt</ErrorReport>
 
71
    <WarningLevel>4</WarningLevel>
 
72
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
73
  </PropertyGroup>
 
74
  <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
 
75
    <Reference Include="System.Core" />
 
76
  </ItemGroup>
 
77
  <ItemGroup>
 
78
    <Reference Include="System" />
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <ProjectReference Include="..\..\Mono.Cecil.csproj">
 
82
      <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
 
83
      <Name>Mono.Cecil</Name>
 
84
    </ProjectReference>
 
85
  </ItemGroup>
 
86
  <ItemGroup>
 
87
    <Compile Include="Mono.Cecil.Mdb\AssemblyInfo.cs" />
 
88
    <Compile Include="Mono.Cecil.Mdb\MdbReader.cs" />
 
89
    <Compile Include="Mono.Cecil.Mdb\MdbWriter.cs" />
 
90
    <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
 
91
    <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
 
92
    <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
 
93
    <Compile Include="Mono.CompilerServices.SymbolWriter\SymbolWriterImpl.cs" />
 
94
  </ItemGroup>
 
95
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
96
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
 
97
       Other similar extension points exist, see Microsoft.Common.targets.
 
98
  <Target Name="BeforeBuild">
 
99
  </Target>
 
100
  <Target Name="AfterBuild">
 
101
  </Target>
 
102
  -->
 
103
</Project>
 
 
b'\\ No newline at end of file'