~ubuntu-branches/ubuntu/jaunty/gnome-do-plugins/jaunty-proposed

« back to all changes in this revision

Viewing changes to BundledLibraries/libgoogle-data-mono-1.4.0.2/samples/YouTubeNotifier/YouTubeNotifier.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Daniel T Chen, Iain Lane
  • Date: 2009-03-18 00:40:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090318004051-ujn1ja3kiu3ky7ru
Tags: 0.8.1.3+dfsg-0ubuntu1
[ Daniel T Chen ]
* New upstream release (LP: #344578)
  + Banshee plugin goes crazy if banshee isn't loaded first
    (LP: #289802)
  + gnome-do gCalculate plugin fails to display "times" symbol
    (LP: #274252)
  + Banshee-1 fails to build in Mono 2.0 (LP: #309188)
  + Pidgin 2.5.4 has incompatible dbus interface. s/uint/int/
    (LP: #314927)
  + Pidgin plugin hangs opening a chat if pidgin is unresponsive
    (LP: #315565)
  + twitter plugin still reports friend updates even when
    deactivated (LP: #317674)
  + Misspelling in microblogging plugin confirmation message
    (LP: #319433)
  + make install uses mdtool, but configure doesn't check for it
    (LP: #322951)
  + Virtualbox Icon in 2.10 are broken because of a new
    specification (LP: #323902)
  + Google Maps Plugin shouldn't always use route (LP: #324271)
  + Fix for Google Maps when using newlines and other special
    characters (LP: #324667)
  + VirtualBox failed to load icon (LP: #325712)
  + 'Read Man Pages' plugin makes Gnome-Do unresponsive
    (LP: #325935)
  + Search returns broken URLs (LP: #327855)
  + Default action for SSH hosts is "open" (LP: #328236)
  + Files and Folders Configuration doesn't use standard buttons
    (LP: #328236)
  + Window manager maximize action should focus if window is not
    currently focused (LP: #258893)
  + Locate plugin has no error message (LP: #262360)
  + Wishlist: Let user specify files and folders to ignore
    (LP: #263177)
  + ts-client plugin doesn't index subdirectories (LP: #322352)
  + Max 3000 items in Files and Folders plugin (LP: #324105)
  + putty cannot find host when running from gnome do
    (LP: #324282)
  + locate plugin with globbing (LP: #334798)
  + Twitter plugin encountered an error in UpdateFriends
    (LP: #317575)
  + gnome-terminal profiles no longer work (LP: #321977)
  + Creating a task using Remember the Milk plugin can fail if
    no task list is specified (LP: #324066)
  + bundled libraries makefile needs destdir (LP: #324704)
  + Typographical error in del.icio.us plugin (LP: #330525)
  + ImageShack fails to upload (LP: #337324)
* debian/copyright
  + Refresh for new upstream version; new plugins added.
* debian/patches/00_dfsg_autofoo.dpatch
  + Update for new upstream version
  + Don't build the YouTube plugin due to removal of shipped
    exes and dlls causing FTBFS
* debian/patches/02_ssh_respect_exec_arg.dpatch
  debian/patches/03_buildsystem_respect_mcs.dpatch
  debian/patches/04_fix_pidgin_dbus_ints.dpatch
  + Drop; fixed upstream

[ Iain Lane ]
* debian/rules: Update repackaging to not delete *.dll; upstream now ships
  source copies of google-gdata meaning we can now enable the Google and
  Youtube plugins.
* debian/patches/00_dfsg_autofoo: Drop, fixed by including and building
  these libs now. 
* debian/copyright: Update with information for google-gdata. 
* debian/patches/04_fix_pidgin_dbus_ints.dpatch: Add left out piece of patch
* debian/control: Bump gnome-do build-dep to require current version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
5
    <ProductVersion>8.0.50727</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{91B3DC78-1120-4803-A2D6-88753174F819}</ProjectGuid>
 
8
    <OutputType>WinExe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>NotifierForYT</RootNamespace>
 
11
    <AssemblyName>NotifierForYT</AssemblyName>
 
12
    <ApplicationIcon>
 
13
    </ApplicationIcon>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>false</Optimize>
 
19
    <OutputPath>bin\Debug\</OutputPath>
 
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>pdbonly</DebugType>
 
26
    <Optimize>true</Optimize>
 
27
    <OutputPath>bin\Release\</OutputPath>
 
28
    <DefineConstants>TRACE</DefineConstants>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="Google.GData.Client, Version=1.3.0.26559, Culture=neutral, PublicKeyToken=04a59ca9b0273830, processorArchitecture=MSIL">
 
34
      <SpecificVersion>False</SpecificVersion>
 
35
      <HintPath>..\..\lib\Release\Google.GData.Client.dll</HintPath>
 
36
    </Reference>
 
37
    <Reference Include="Google.GData.Extensions, Version=1.3.0.26560, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876, processorArchitecture=MSIL">
 
38
      <SpecificVersion>False</SpecificVersion>
 
39
      <HintPath>..\..\lib\Release\Google.GData.Extensions.dll</HintPath>
 
40
    </Reference>
 
41
    <Reference Include="Google.GData.YouTube, Version=1.3.0.26560, Culture=neutral, PublicKeyToken=af04a32718ae8833, processorArchitecture=MSIL">
 
42
      <SpecificVersion>False</SpecificVersion>
 
43
      <HintPath>..\..\lib\Release\Google.GData.YouTube.dll</HintPath>
 
44
    </Reference>
 
45
    <Reference Include="System" />
 
46
    <Reference Include="System.Data" />
 
47
    <Reference Include="System.Deployment" />
 
48
    <Reference Include="System.Drawing" />
 
49
    <Reference Include="System.Windows.Forms" />
 
50
    <Reference Include="System.Xml" />
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <Compile Include="..\..\version\AssemblyVersion.cs">
 
54
      <Link>AssemblyVersion.cs</Link>
 
55
    </Compile>
 
56
    <Compile Include="Form1.cs">
 
57
      <SubType>Form</SubType>
 
58
    </Compile>
 
59
    <Compile Include="Form1.Designer.cs">
 
60
      <DependentUpon>Form1.cs</DependentUpon>
 
61
    </Compile>
 
62
    <Compile Include="Program.cs" />
 
63
    <Compile Include="Properties\AssemblyInfo.cs" />
 
64
    <EmbeddedResource Include="Form1.resx">
 
65
      <SubType>Designer</SubType>
 
66
      <DependentUpon>Form1.cs</DependentUpon>
 
67
    </EmbeddedResource>
 
68
    <EmbeddedResource Include="Properties\Resources.resx">
 
69
      <Generator>ResXFileCodeGenerator</Generator>
 
70
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
71
      <SubType>Designer</SubType>
 
72
    </EmbeddedResource>
 
73
    <Compile Include="Properties\Resources.Designer.cs">
 
74
      <AutoGen>True</AutoGen>
 
75
      <DependentUpon>Resources.resx</DependentUpon>
 
76
      <DesignTime>True</DesignTime>
 
77
    </Compile>
 
78
    <None Include="Properties\Settings.settings">
 
79
      <Generator>SettingsSingleFileGenerator</Generator>
 
80
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 
81
    </None>
 
82
    <Compile Include="Properties\Settings.Designer.cs">
 
83
      <AutoGen>True</AutoGen>
 
84
      <DependentUpon>Settings.settings</DependentUpon>
 
85
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 
86
    </Compile>
 
87
  </ItemGroup>
 
88
  <ItemGroup>
 
89
    <Content Include="Resources\NotifierForYT.png" />
 
90
  </ItemGroup>
 
91
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
92
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
93
       Other similar extension points exist, see Microsoft.Common.targets.
 
94
  <Target Name="BeforeBuild">
 
95
  </Target>
 
96
  <Target Name="AfterBuild">
 
97
  </Target>
 
98
  -->
 
99
</Project>
 
 
b'\\ No newline at end of file'