~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/VS2005.mobile/GContactsMobile/GContactsMobile.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
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
 
    <ProductVersion>8.0.50727</ProductVersion>
6
 
    <SchemaVersion>2.0</SchemaVersion>
7
 
    <ProjectGuid>{4F5AD3A8-2048-495F-9A00-BEC7FCD52D9F}</ProjectGuid>
8
 
    <OutputType>Library</OutputType>
9
 
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
 
    <RootNamespace>Google.GData.Contacts</RootNamespace>
11
 
    <AssemblyName>Google.GData.Contacts</AssemblyName>
12
 
    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13
 
    <PlatformFamilyName>WindowsCE</PlatformFamilyName>
14
 
    <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
15
 
    <OSVersion>5.0</OSVersion>
16
 
    <DeployDirSuffix>GContactsMobile</DeployDirSuffix>
17
 
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18
 
    <FormFactorID>
19
 
    </FormFactorID>
20
 
  </PropertyGroup>
21
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22
 
    <DebugSymbols>true</DebugSymbols>
23
 
    <DebugType>full</DebugType>
24
 
    <Optimize>false</Optimize>
25
 
    <OutputPath>bin\Debug\</OutputPath>
26
 
    <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
27
 
    <NoStdLib>true</NoStdLib>
28
 
    <NoConfig>true</NoConfig>
29
 
    <ErrorReport>prompt</ErrorReport>
30
 
    <FileAlignment>512</FileAlignment>
31
 
    <WarningLevel>4</WarningLevel>
32
 
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
33
 
  </PropertyGroup>
34
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35
 
    <DebugType>pdbonly</DebugType>
36
 
    <Optimize>true</Optimize>
37
 
    <OutputPath>bin\Release\</OutputPath>
38
 
    <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
39
 
    <NoStdLib>true</NoStdLib>
40
 
    <NoConfig>true</NoConfig>
41
 
    <ErrorReport>prompt</ErrorReport>
42
 
    <FileAlignment>512</FileAlignment>
43
 
    <WarningLevel>4</WarningLevel>
44
 
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
45
 
  </PropertyGroup>
46
 
  <ItemGroup>
47
 
    <Reference Include="mscorlib" />
48
 
    <Reference Include="System" />
49
 
    <Reference Include="System.Data" />
50
 
    <Reference Include="System.Xml" />
51
 
  </ItemGroup>
52
 
  <ItemGroup>
53
 
    <ProjectReference Include="..\GDataMobile\GDataMobile.csproj">
54
 
      <Project>{75D1F7AF-7DBC-4897-88EF-614F1B62A528}</Project>
55
 
      <Name>GDataMobile</Name>
56
 
    </ProjectReference>
57
 
    <ProjectReference Include="..\GExtensionsMobile\GExtensionsMobile.csproj">
58
 
      <Project>{D0FAE713-B082-443C-9BDD-FAC1A8223A19}</Project>
59
 
      <Name>GExtensionsMobile</Name>
60
 
    </ProjectReference>
61
 
  </ItemGroup>
62
 
  <ItemGroup>
63
 
    <Compile Include="..\..\..\version\AssemblyVersion.cs">
64
 
      <Link>AssemblyVersion.cs</Link>
65
 
    </Compile>
66
 
    <Compile Include="..\..\gcontacts\AssemblyInfo.cs">
67
 
      <Link>AssemblyInfo.cs</Link>
68
 
    </Compile>
69
 
    <Compile Include="..\..\gcontacts\contactentry.cs">
70
 
      <Link>contactentry.cs</Link>
71
 
    </Compile>
72
 
    <Compile Include="..\..\gcontacts\contactfeed.cs">
73
 
      <Link>contactfeed.cs</Link>
74
 
    </Compile>
75
 
    <Compile Include="..\..\gcontacts\contactquery.cs">
76
 
      <Link>contactquery.cs</Link>
77
 
    </Compile>
78
 
    <Compile Include="..\..\gcontacts\contactrequest.cs">
79
 
      <Link>contactrequest.cs</Link>
80
 
    </Compile>
81
 
    <Compile Include="..\..\gcontacts\contactservice.cs">
82
 
      <Link>contactservice.cs</Link>
83
 
    </Compile>
84
 
  </ItemGroup>
85
 
  <ItemGroup>
86
 
    <Folder Include="Properties\" />
87
 
  </ItemGroup>
88
 
  <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
89
 
  <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
90
 
  <ProjectExtensions>
91
 
    <VisualStudio>
92
 
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
93
 
        <HostingProcess disable="1" />
94
 
      </FlavorProperties>
95
 
    </VisualStudio>
96
 
  </ProjectExtensions>
97
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
98
 
       Other similar extension points exist, see Microsoft.Common.targets.
99
 
  <Target Name="BeforeBuild">
100
 
  </Target>
101
 
  <Target Name="AfterBuild">
102
 
  </Target>
103
 
  -->
104
 
</Project>
 
 
b'\\ No newline at end of file'