~crisoagf/do-plugins/do-music

« back to all changes in this revision

Viewing changes to BundledLibraries/telepathy-sharp/telepathy-sharp/telepathy-sharp.csproj

  • Committer: Christopher James Halse Rogers
  • Date: 2011-02-06 08:01:08 UTC
  • mfrom: (687.1.12 empathy)
  • Revision ID: raof@ubuntu.com-20110206080108-cuzq3femqkmsiagy
Merge the long-sought Empathy plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.50727</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{FF88083E-0D8D-4D84-8162-F822AA56022D}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>telepathy-sharp</AssemblyName>
 
11
    <RootNamespace>telepathysharp</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>true</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>false</Optimize>
 
17
    <OutputPath>bin\Debug</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>false</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>false</Optimize>
 
26
    <OutputPath>bin\Release</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>false</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="dbus-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5675b0c3093115b5">
 
33
      <Package>dbus-sharp-1.0</Package>
 
34
    </Reference>
 
35
    <Reference Include="System" />
 
36
  </ItemGroup>
 
37
  <ItemGroup>
 
38
    <Compile Include="AssemblyInfo.cs" />
 
39
    <Compile Include="Telepathy.cs" />
 
40
    <Compile Include="MissionControl.cs" />
 
41
    <Compile Include="Constants.cs" />
 
42
  </ItemGroup>
 
43
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
44
</Project>
 
 
b'\\ No newline at end of file'