~ubuntu-branches/debian/squeeze/gnome-do-plugins/squeeze

« back to all changes in this revision

Viewing changes to BundledLibraries/libgoogle-data-mono-1.4.0.2/src/gcalendar/Calendar.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 16:11:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627161149-b74nc297di2842u1
* New upstream release
  + Pidgin plugin now supports initial text for messages (LP: #338608)
  + Pidgin plugin opens conversations on the correct IM network (LP: #370965)
* debian/rules:
  + Update get-orig-source target.  Upstream no longer ships gdata* binaries,
    so we no longer need to strip them
* debian/patches/00_use_system_gdata
  + Drop.  Upstream now builds against system libgdata.
* debian/patches/04_fix_pidgin_dbus_ints
* debian/patches/10_fix_rhythmbox_file
* debian/patches/15_twitter_api
* debian/patches/20_twitter_overflow:
  + Drop.  Included upstream.
* debian/patches/01_firefox_iceweasel_rename:
  + Refresh for new version
* debian/patches/02_fix_banshee_plugin:
  + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
    This is unnecessary, and causes errors when Banshee isn't installed.
* debian/patches/00_debian_default_plugins:
  + Enable a bunch of useful plugins that do not require configuration from 
    the "Official" plugin set by default.  Makes Do more useful out of the 
    box.
* debian/control:
  + Bump versioned build-dep on gnome-do to 0.8.2
  + Split out gnome-do-plugin-evolution package, now that this is possible.
    libevolution5.0-cil has an annoyingly large dependency stack.
    (LP: #351535) (Closes: #524993).

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>{0AD0FA26-A071-4CAC-851C-05B6C26B9888}</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.Calendar</AssemblyName>
14
 
    <AssemblyOriginatorKeyFile>calendarkey.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.Calendar</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\gcal.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\gcal.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="..\gacl\Access Control.csproj">
113
 
      <Name>Access Control</Name>
114
 
      <Project>{279D35CE-871A-4C76-B823-A73675EDF191}</Project>
115
 
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
116
 
    </ProjectReference>
117
 
    <ProjectReference Include="..\extensions\Common Data Extensions.csproj">
118
 
      <Name>Common Data Extensions</Name>
119
 
      <Project>{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}</Project>
120
 
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
121
 
    </ProjectReference>
122
 
  </ItemGroup>
123
 
  <ItemGroup>
124
 
    <None Include="calendarkey.sn" />
125
 
  </ItemGroup>
126
 
  <ItemGroup>
127
 
    <Compile Include="..\..\version\AssemblyVersion.cs">
128
 
      <Link>AssemblyVersion.cs</Link>
129
 
    </Compile>
130
 
    <Compile Include="AssemblyInfo.cs" />
131
 
    <Compile Include="calendarentry.cs" />
132
 
    <Compile Include="calendarfeed.cs" />
133
 
    <Compile Include="calendarquery.cs" />
134
 
    <Compile Include="calendarservice.cs" />
135
 
    <Compile Include="evententry.cs" />
136
 
    <Compile Include="eventfeed.cs" />
137
 
    <Compile Include="eventquery.cs" />
138
 
    <Compile Include="webcontent.cs" />
139
 
    <Compile Include="webcontentlink.cs" />
140
 
  </ItemGroup>
141
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
142
 
  <PropertyGroup>
143
 
    <PreBuildEvent>
144
 
    </PreBuildEvent>
145
 
    <PostBuildEvent>
146
 
    </PostBuildEvent>
147
 
  </PropertyGroup>
148
 
</Project>
 
 
b'\\ No newline at end of file'