Author: fmantek
Date: Fri May 25 04:20:03 2007
New Revision: 179

Added:
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.AccessControl.dll.dll 
  (contents, props changed)
   trunk/clients/cs/src/VS2005.mobile/GAclMobile/
   trunk/clients/cs/src/VS2005.mobile/GAclMobile/GAclMobile.csproj
Modified:
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Apps.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Calendar.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Client.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.CodeSearch.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Extensions.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.GoogleBase.dll
   trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Spreadsheets.dll
   trunk/clients/cs/misc/pushmobile.cmd
   trunk/clients/cs/src/VS2005.mobile/GCalendarMobile/GCalendarMobile.csproj
   trunk/clients/cs/src/VS2005.mobile/GDataMobile.sln
   trunk/clients/cs/src/VS2005.mobile/GDataMobile/GDataMobile.csproj

Log:
Added mobile solution/project/binaries for the 1.0.9.8 release

Added: 
trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.AccessControl.dll.dll
==============================================================================
Binary file. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Apps.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Calendar.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Client.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.CodeSearch.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Extensions.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.GoogleBase.dll
==============================================================================
Binary files. No diff available.

Modified: 
trunk/clients/cs/lib/Mobile/WindowsMobile/Google.GData.Spreadsheets.dll
==============================================================================
Binary files. No diff available.

Modified: trunk/clients/cs/misc/pushmobile.cmd
==============================================================================
--- trunk/clients/cs/misc/pushmobile.cmd        (original)
+++ trunk/clients/cs/misc/pushmobile.cmd        Fri May 25 04:20:03 2007
@@ -13,4 +13,4 @@
 xcopy /y ..\src\VS2005.mobile\GSpreadSheetsMobile\bin\Release\*.dll 
..\lib\Mobile\WindowsMobile\*.*
 xcopy /y ..\src\VS2005.mobile\GExtensionsMobile\bin\Release\*.dll 
..\lib\Mobile\WindowsMobile\*.*
 xcopy /y ..\src\VS2005.mobile\GAppsMobile\bin\Release\*.dll 
..\lib\Mobile\WindowsMobile\*.*
-
+xcopy /y ..\src\VS2005.mobile\GAclMobile\bin\Release\*.dll 
..\lib\Mobile\WindowsMobile\*.*

Added: trunk/clients/cs/src/VS2005.mobile/GAclMobile/GAclMobile.csproj
==============================================================================
--- (empty file)
+++ trunk/clients/cs/src/VS2005.mobile/GAclMobile/GAclMobile.csproj     Fri May 
25 04:20:03 2007
@@ -0,0 +1,104 @@
+ <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>{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>Google.GData.AccessControl</RootNamespace>
+    <AssemblyName>Google.GData.AccessControl.dll</AssemblyName>
+    
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+    <PlatformFamilyName>WindowsCE</PlatformFamilyName>
+    <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
+    <OSVersion>5.0</OSVersion>
+    <DeployDirSuffix>GAclMobile</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>
+    <Compile Include="..\..\gacl\aclentry.cs">
+      <Link>aclentry.cs</Link>
+    </Compile>
+    <Compile Include="..\..\gacl\aclfeed.cs">
+      <Link>aclfeed.cs</Link>
+    </Compile>
+    <Compile Include="..\..\gacl\aclnamespace.cs">
+      <Link>aclnamespace.cs</Link>
+    </Compile>
+    <Compile Include="..\..\gacl\aclrole.cs">
+      <Link>aclrole.cs</Link>
+    </Compile>
+    <Compile Include="..\..\gacl\aclscope.cs">
+      <Link>aclscope.cs</Link>
+    </Compile>
+    <Compile Include="..\..\gacl\AssemblyInfo.cs">
+      <Link>AssemblyInfo.cs</Link>
+    </Compile>
+    <Compile Include="..\..\version\AssemblyVersion.cs">
+      <Link>AssemblyVersion.cs</Link>
+    </Compile>
+  </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>
+    <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

Modified: 
trunk/clients/cs/src/VS2005.mobile/GCalendarMobile/GCalendarMobile.csproj
==============================================================================
--- trunk/clients/cs/src/VS2005.mobile/GCalendarMobile/GCalendarMobile.csproj   
(original)
+++ trunk/clients/cs/src/VS2005.mobile/GCalendarMobile/GCalendarMobile.csproj   
Fri May 25 04:20:03 2007
@@ -50,6 +50,10 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <ProjectReference Include="..\GAclMobile\GAclMobile.csproj">
+      <Project>{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}</Project>
+      <Name>GAclMobile</Name>
+    </ProjectReference>
     <ProjectReference Include="..\GDataMobile\GDataMobile.csproj">
       <Project>{75D1F7AF-7DBC-4897-88EF-614F1B62A528}</Project>
       <Name>GDataMobile</Name>

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 May 25 04:20:03 2007
@@ -15,6 +15,8 @@
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GAppsMobile", 
"GAppsMobile\GAppsMobile.csproj", "{2AC67E0B-8441-4B7C-ACCE-79A306AB6E0F}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GAclMobile", 
"GAclMobile\GAclMobile.csproj", "{ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}"
+EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
                Debug|Any CPU = Debug|Any CPU
@@ -49,6 +51,10 @@
                {2AC67E0B-8441-4B7C-ACCE-79A306AB6E0F}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
                {2AC67E0B-8441-4B7C-ACCE-79A306AB6E0F}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
                {2AC67E0B-8441-4B7C-ACCE-79A306AB6E0F}.Release|Any CPU.Build.0 
= Release|Any CPU
+               {ECE4BF85-3341-4EC8-B09C-2FCA27B6E1F8}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
+               {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
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE

Modified: trunk/clients/cs/src/VS2005.mobile/GDataMobile/GDataMobile.csproj
==============================================================================
--- trunk/clients/cs/src/VS2005.mobile/GDataMobile/GDataMobile.csproj   
(original)
+++ trunk/clients/cs/src/VS2005.mobile/GDataMobile/GDataMobile.csproj   Fri May 
25 04:20:03 2007
@@ -51,6 +51,12 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\..\core\abstractentry.cs">
+      <Link>abstractentry.cs</Link>
+    </Compile>
+    <Compile Include="..\..\core\abstractfeed.cs">
+      <Link>abstractfeed.cs</Link>
+    </Compile>
     <Compile Include="..\..\core\AssemblyInfo.cs">
       <Link>AssemblyInfo.cs</Link>
     </Compile>
@@ -129,7 +135,7 @@
     <Compile Include="..\..\core\authexceptions.cs">
       <Link>authexceptions.cs</Link>
     </Compile>
-     <Compile Include="..\..\core\gauthrequest.cs">
+    <Compile Include="..\..\core\gauthrequest.cs">
       <Link>gauthrequest.cs</Link>
     </Compile>
     <Compile Include="..\..\core\gdatabatch.cs">

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to