~crisoagf/do-plugins/do-music

« back to all changes in this revision

Viewing changes to BundledLibraries/telepathy-sharp/tests/tests.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>{65D6779B-201D-48A8-9499-FE5F15AE45B7}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <AssemblyName>tests</AssemblyName>
 
11
  </PropertyGroup>
 
12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
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
  </PropertyGroup>
 
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
22
    <DebugType>none</DebugType>
 
23
    <Optimize>false</Optimize>
 
24
    <OutputPath>bin\Release</OutputPath>
 
25
    <ErrorReport>prompt</ErrorReport>
 
26
    <WarningLevel>4</WarningLevel>
 
27
  </PropertyGroup>
 
28
  <ItemGroup>
 
29
    <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
 
30
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
31
    <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
 
32
      <Package>ndesk-dbus-glib-1.0</Package>
 
33
    </Reference>
 
34
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="Mono.Posix" />
 
36
    <Reference Include="System" />
 
37
  </ItemGroup>
 
38
  <ItemGroup>
 
39
    <Compile Include="Main.cs" />
 
40
    <Compile Include="AssemblyInfo.cs" />
 
41
    <Compile Include="MiscTest.cs" />
 
42
    <Compile Include="McTest.cs" />
 
43
    <Compile Include="DTubeTest.cs" />
 
44
    <Compile Include="FileTransfer.cs" />
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <ProjectReference Include="..\telepathy-sharp\telepathy-sharp.csproj">
 
48
      <Project>{FF88083E-0D8D-4D84-8162-F822AA56022D}</Project>
 
49
      <Name>telepathy-sharp</Name>
 
50
    </ProjectReference>
 
51
  </ItemGroup>
 
52
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
53
</Project>
 
 
b'\\ No newline at end of file'