Author: fmantek
Date: Fri Sep 7 07:09:04 2007
New Revision: 239
Added:
trunk/clients/cs/src/VS2005.mobile/GPhotosMobile/
trunk/clients/cs/src/VS2005.mobile/GPhotosMobile/GPhotosMobile.csproj
Modified:
trunk/clients/cs/src/VS2005.mobile/GDataMobile.sln
trunk/clients/cs/src/VS2005.mobile/GExtensionsMobile/GExtensionsMobile.csproj
Log:
Updated Windows Mobile solution
Modified: trunk/clients/cs/src/VS2005.mobile/GDataMobile.sln
==============================================================================
--- trunk/clients/cs/src/VS2005.mobile/GDataMobile.sln (original)
+++ trunk/clients/cs/src/VS2005.mobile/GDataMobile.sln Fri Sep 7 07:09:04 2007
@@ -17,6 +17,8 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GAclMobile",
"GAclMobile\GAclMobile.csproj", "{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPhotosMobile",
"GPhotosMobile\GPhotosMobile.csproj", "{1AAE9215-4653-40D2-A692-01DB9B8B9CBA}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -55,6 +57,10 @@
{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}.Debug|Any CPU.Build.0 =
Debug|Any CPU
{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}.Release|Any
CPU.ActiveCfg = Release|Any CPU
{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}.Release|Any CPU.Build.0
= Release|Any CPU
+ {1AAE9215-4653-40D2-A692-01DB9B8B9CBA}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
+ {1AAE9215-4653-40D2-A692-01DB9B8B9CBA}.Debug|Any CPU.Build.0 =
Debug|Any CPU
+ {1AAE9215-4653-40D2-A692-01DB9B8B9CBA}.Release|Any
CPU.ActiveCfg = Release|Any CPU
+ {1AAE9215-4653-40D2-A692-01DB9B8B9CBA}.Release|Any CPU.Build.0
= Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified:
trunk/clients/cs/src/VS2005.mobile/GExtensionsMobile/GExtensionsMobile.csproj
==============================================================================
---
trunk/clients/cs/src/VS2005.mobile/GExtensionsMobile/GExtensionsMobile.csproj
(original)
+++
trunk/clients/cs/src/VS2005.mobile/GExtensionsMobile/GExtensionsMobile.csproj
Fri Sep 7 07:09:04 2007
@@ -62,6 +62,9 @@
<Compile Include="..\..\extensions\enumconstruct.cs">
<Link>enumconstruct.cs</Link>
</Compile>
+ <Compile Include="..\..\extensions\exif.cs">
+ <Link>exif.cs</Link>
+ </Compile>
<Compile Include="..\..\extensions\extcollections.cs">
<Link>extcollections.cs</Link>
</Compile>
@@ -74,6 +77,18 @@
<Compile Include="..\..\extensions\gdatanametable.cs">
<Link>gdatanametable.cs</Link>
</Compile>
+ <Compile Include="..\..\extensions\geokmlpoint.cs">
+ <Link>geokmlpoint.cs</Link>
+ </Compile>
+ <Compile Include="..\..\extensions\geokmlpos.cs">
+ <Link>geokmlpos.cs</Link>
+ </Compile>
+ <Compile Include="..\..\extensions\georsswhere.cs">
+ <Link>georsswhere.cs</Link>
+ </Compile>
+ <Compile Include="..\..\extensions\mediarss.cs">
+ <Link>mediarss.cs</Link>
+ </Compile>
<Compile Include="..\..\extensions\originalevent.cs">
<Link>originalevent.cs</Link>
</Compile>
@@ -85,6 +100,12 @@
</Compile>
<Compile Include="..\..\extensions\reminder.cs">
<Link>reminder.cs</Link>
+ </Compile>
+ <Compile Include="..\..\extensions\simplecontainer.cs">
+ <Link>simplecontainer.cs</Link>
+ </Compile>
+ <Compile Include="..\..\extensions\simpleelement.cs">
+ <Link>simpleelement.cs</Link>
</Compile>
<Compile Include="..\..\extensions\when.cs">
<Link>when.cs</Link>
Added: trunk/clients/cs/src/VS2005.mobile/GPhotosMobile/GPhotosMobile.csproj
==============================================================================
--- (empty file)
+++ trunk/clients/cs/src/VS2005.mobile/GPhotosMobile/GPhotosMobile.csproj
Fri Sep 7 07:09:04 2007
@@ -0,0 +1,116 @@
+<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{1AAE9215-4653-40D2-A692-01DB9B8B9CBA}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Google.GData.Photos</RootNamespace>
+ <AssemblyName>Google.GData.Photos</AssemblyName>
+
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <PlatformFamilyName>PocketPC</PlatformFamilyName>
+ <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
+ <OSVersion>4.20</OSVersion>
+ <DeployDirSuffix>GPhotosMobile</DeployDirSuffix>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FormFactorID>
+ </FormFactorID>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'
">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+ <NoConfig>true</NoConfig>
+ <ErrorReport>prompt</ErrorReport>
+ <FileAlignment>512</FileAlignment>
+ <WarningLevel>4</WarningLevel>
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==
'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+ <NoConfig>true</NoConfig>
+ <ErrorReport>prompt</ErrorReport>
+ <FileAlignment>512</FileAlignment>
+ <WarningLevel>4</WarningLevel>
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib" />
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\GDataMobile\GDataMobile.csproj">
+ <Project>{75D1F7AF-7DBC-4897-88EF-614F1B62A528}</Project>
+ <Name>GDataMobile</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\GExtensionsMobile\GExtensionsMobile.csproj">
+ <Project>{D0FAE713-B082-443C-9BDD-FAC1A8223A19}</Project>
+ <Name>GExtensionsMobile</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\..\gphotos\albumentry.cs">
+ <Link>albumentry.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\AssemblyInfo.cs">
+ <Link>AssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\commententry.cs">
+ <Link>commententry.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\gextphotos.cs">
+ <Link>gextphotos.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\kindsquery.cs">
+ <Link>kindsquery.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\photoentry.cs">
+ <Link>photoentry.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\photofeed.cs">
+ <Link>photofeed.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\picasaquery.cs">
+ <Link>picasaquery.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\picasaservice.cs">
+ <Link>picasaservice.cs</Link>
+ </Compile>
+ <Compile Include="..\..\gphotos\tagentry.cs">
+ <Link>tagentry.cs</Link>
+ </Compile>
+ <Compile Include="..\..\version\AssemblyVersion.cs">
+ <Link>AssemblyVersion.cs</Link>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'"
Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
+ <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'"
Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
+ <ProjectExtensions>
+ <VisualStudio>
+ <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
+ <HostingProcess disable="1" />
+ </FlavorProperties>
+ </VisualStudio>
+ </ProjectExtensions>
+ <!-- To modify your build process, add your task inside one of the targets
below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---