~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/GPhotosMobile/GPhotosMobile.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-05-07 21:14:41 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090507211441-i6kxltm429t90x26
Tags: 0.8.1.3+dfsg-2
* debian/patches/00_use_system_gdata.dpatch: Patch build system to use
  system copy of gdata libs, allowing Google plugins to be enabled.
* debian/patches/00_dfsg_autofoo.dpatch: Drop, now obsolete.
* debian/control: Add libgdata1.4-cil build-dep for above.
* debian/patches/10_fix_rhythmbox_file.dpatch: Add. Look in the correct place
  for the rhythmbox database (Closes: #526337).

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>{1AAE9215-4653-40D2-A692-01DB9B8B9CBA}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>Google.GData.Photos</RootNamespace>
 
11
    <AssemblyName>Google.GData.Photos</AssemblyName>
 
12
    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
13
    <PlatformFamilyName>PocketPC</PlatformFamilyName>
 
14
    <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
 
15
    <OSVersion>4.20</OSVersion>
 
16
    <DeployDirSuffix>GPhotosMobile</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="..\..\gphotos\albumentry.cs">
 
67
      <Link>albumentry.cs</Link>
 
68
    </Compile>
 
69
    <Compile Include="..\..\gphotos\AssemblyInfo.cs">
 
70
      <Link>AssemblyInfo.cs</Link>
 
71
    </Compile>
 
72
    <Compile Include="..\..\gphotos\commententry.cs">
 
73
      <Link>commententry.cs</Link>
 
74
    </Compile>
 
75
    <Compile Include="..\..\gphotos\gextphotos.cs">
 
76
      <Link>gextphotos.cs</Link>
 
77
    </Compile>
 
78
    <Compile Include="..\..\gphotos\kindsquery.cs">
 
79
      <Link>kindsquery.cs</Link>
 
80
    </Compile>
 
81
    <Compile Include="..\..\gphotos\photoentry.cs">
 
82
      <Link>photoentry.cs</Link>
 
83
    </Compile>
 
84
    <Compile Include="..\..\gphotos\picasaentry.cs">
 
85
      <Link>picasaentry.cs</Link>
 
86
    </Compile>
 
87
    <Compile Include="..\..\gphotos\picasafeed.cs">
 
88
      <Link>picasafeed.cs</Link>
 
89
    </Compile>
 
90
    <Compile Include="..\..\gphotos\picasaquery.cs">
 
91
      <Link>picasaquery.cs</Link>
 
92
    </Compile>
 
93
    <Compile Include="..\..\gphotos\picasaservice.cs">
 
94
      <Link>picasaservice.cs</Link>
 
95
    </Compile>
 
96
    <Compile Include="..\..\gphotos\tagentry.cs">
 
97
      <Link>tagentry.cs</Link>
 
98
    </Compile>
 
99
  </ItemGroup>
 
100
  <ItemGroup>
 
101
    <Folder Include="Properties\" />
 
102
  </ItemGroup>
 
103
  <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
 
104
  <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
 
105
  <ProjectExtensions>
 
106
    <VisualStudio>
 
107
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
 
108
        <HostingProcess disable="1" />
 
109
      </FlavorProperties>
 
110
    </VisualStudio>
 
111
  </ProjectExtensions>
 
112
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
113
       Other similar extension points exist, see Microsoft.Common.targets.
 
114
  <Target Name="BeforeBuild">
 
115
  </Target>
 
116
  <Target Name="AfterBuild">
 
117
  </Target>
 
118
  -->
 
119
</Project>
 
 
b'\\ No newline at end of file'