~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/src/gspreadsheet/Spreadsheets.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
    <ProjectType>Local</ProjectType>
 
4
    <ProductVersion>8.0.50727</ProductVersion>
 
5
    <SchemaVersion>2.0</SchemaVersion>
 
6
    <ProjectGuid>{3FF0C48A-48CC-49CE-8B65-0C780770A75D}</ProjectGuid>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ApplicationIcon>
 
10
    </ApplicationIcon>
 
11
    <AssemblyKeyContainerName>
 
12
    </AssemblyKeyContainerName>
 
13
    <AssemblyName>Google.GData.Spreadsheets</AssemblyName>
 
14
    <AssemblyOriginatorKeyFile>spreadsheets.sn</AssemblyOriginatorKeyFile>
 
15
    <DefaultClientScript>JScript</DefaultClientScript>
 
16
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 
17
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 
18
    <DelaySign>false</DelaySign>
 
19
    <OutputType>Library</OutputType>
 
20
    <RootNamespace>Google.GData.Spreadsheets</RootNamespace>
 
21
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
22
    <StartupObject>
 
23
    </StartupObject>
 
24
    <FileUpgradeFlags>
 
25
    </FileUpgradeFlags>
 
26
    <UpgradeBackupLocation>
 
27
    </UpgradeBackupLocation>
 
28
    <SignAssembly>true</SignAssembly>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
31
    <OutputPath>bin\Debug\</OutputPath>
 
32
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 
33
    <BaseAddress>285212672</BaseAddress>
 
34
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
35
    <ConfigurationOverrideFile>
 
36
    </ConfigurationOverrideFile>
 
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
38
    <DocumentationFile>
 
39
    </DocumentationFile>
 
40
    <DebugSymbols>true</DebugSymbols>
 
41
    <FileAlignment>4096</FileAlignment>
 
42
    <NoStdLib>false</NoStdLib>
 
43
    <NoWarn>
 
44
    </NoWarn>
 
45
    <Optimize>false</Optimize>
 
46
    <RegisterForComInterop>false</RegisterForComInterop>
 
47
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
48
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
49
    <WarningLevel>4</WarningLevel>
 
50
    <DebugType>full</DebugType>
 
51
    <ErrorReport>prompt</ErrorReport>
 
52
  </PropertyGroup>
 
53
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
54
    <OutputPath>bin\Release\</OutputPath>
 
55
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 
56
    <BaseAddress>285212672</BaseAddress>
 
57
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
58
    <ConfigurationOverrideFile>
 
59
    </ConfigurationOverrideFile>
 
60
    <DefineConstants>
 
61
    </DefineConstants>
 
62
    <DocumentationFile>bin\gspreadsheet.xml</DocumentationFile>
 
63
    <DebugSymbols>false</DebugSymbols>
 
64
    <FileAlignment>4096</FileAlignment>
 
65
    <NoStdLib>false</NoStdLib>
 
66
    <NoWarn>
 
67
    </NoWarn>
 
68
    <Optimize>true</Optimize>
 
69
    <RegisterForComInterop>false</RegisterForComInterop>
 
70
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
71
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
72
    <WarningLevel>4</WarningLevel>
 
73
    <DebugType>none</DebugType>
 
74
    <ErrorReport>prompt</ErrorReport>
 
75
  </PropertyGroup>
 
76
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ASP|AnyCPU' ">
 
77
    <OutputPath>bin\asp\</OutputPath>
 
78
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 
79
    <BaseAddress>285212672</BaseAddress>
 
80
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
81
    <ConfigurationOverrideFile>
 
82
    </ConfigurationOverrideFile>
 
83
    <DefineConstants>PARTIALLY_TRUSTED</DefineConstants>
 
84
    <DocumentationFile>bin\gspreadsheet.xml</DocumentationFile>
 
85
    <DebugSymbols>false</DebugSymbols>
 
86
    <FileAlignment>4096</FileAlignment>
 
87
    <NoStdLib>false</NoStdLib>
 
88
    <NoWarn>
 
89
    </NoWarn>
 
90
    <Optimize>true</Optimize>
 
91
    <RegisterForComInterop>false</RegisterForComInterop>
 
92
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
93
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
94
    <WarningLevel>4</WarningLevel>
 
95
    <DebugType>none</DebugType>
 
96
    <ErrorReport>prompt</ErrorReport>
 
97
  </PropertyGroup>
 
98
  <ItemGroup>
 
99
    <Reference Include="System">
 
100
      <Name>System</Name>
 
101
    </Reference>
 
102
    <Reference Include="System.Data">
 
103
      <Name>System.Data</Name>
 
104
    </Reference>
 
105
    <Reference Include="System.Xml">
 
106
      <Name>System.XML</Name>
 
107
    </Reference>
 
108
    <ProjectReference Include="..\core\Core Client.csproj">
 
109
      <Project>{B6F6D938-0D45-42BA-8A67-55D92EF03995}</Project>
 
110
      <Name>Core Client</Name>
 
111
    </ProjectReference>
 
112
    <ProjectReference Include="..\extensions\Common Data Extensions.csproj">
 
113
      <Name>Common Data Extensions</Name>
 
114
      <Project>{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}</Project>
 
115
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
 
116
    </ProjectReference>
 
117
  </ItemGroup>
 
118
  <ItemGroup>
 
119
    <None Include="spreadsheets.sn" />
 
120
  </ItemGroup>
 
121
  <ItemGroup>
 
122
    <Compile Include="..\..\version\AssemblyVersion.cs">
 
123
      <Link>AssemblyVersion.cs</Link>
 
124
    </Compile>
 
125
    <Compile Include="AssemblyInfo.cs" />
 
126
    <Compile Include="cellentry.cs" />
 
127
    <Compile Include="cellfeed.cs" />
 
128
    <Compile Include="cellquery.cs" />
 
129
    <Compile Include="colcount.cs" />
 
130
    <Compile Include="gdataspreadsheetsnametable.cs" />
 
131
    <Compile Include="listentry.cs" />
 
132
    <Compile Include="listfeed.cs" />
 
133
    <Compile Include="listquery.cs" />
 
134
    <Compile Include="rowcount.cs" />
 
135
    <Compile Include="spreadsheetentry.cs" />
 
136
    <Compile Include="spreadsheetfeed.cs" />
 
137
    <Compile Include="spreadsheetquery.cs" />
 
138
    <Compile Include="spreadsheets.cs" />
 
139
    <Compile Include="spreadsheetservice.cs" />
 
140
    <Compile Include="worksheetentry.cs" />
 
141
    <Compile Include="worksheetfeed.cs" />
 
142
    <Compile Include="worksheetquery.cs" />
 
143
  </ItemGroup>
 
144
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
145
  <PropertyGroup>
 
146
    <PreBuildEvent>
 
147
    </PreBuildEvent>
 
148
    <PostBuildEvent>
 
149
    </PostBuildEvent>
 
150
  </PropertyGroup>
 
151
</Project>
 
 
b'\\ No newline at end of file'