Author: fmantek Date: Tue Sep 25 02:52:17 2007 New Revision: 270 Modified: trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj trunk/clients/cs/src/VS2005.mobile/GExtensionsMobile/GExtensionsMobile.csproj
Log: fixed mobile project for new Google Apps code Modified: trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj ============================================================================== --- trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj (original) +++ trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj Tue Sep 25 02:52:17 2007 @@ -53,9 +53,6 @@ <Compile Include="..\..\gapps\appsexception.cs"> <Link>appsexception.cs</Link> </Compile> - <Compile Include="..\..\gapps\appsnametable.cs"> - <Link>appsnametable.cs</Link> - </Compile> <Compile Include="..\..\gapps\appsservice.cs"> <Link>appsservice.cs</Link> </Compile> @@ -86,18 +83,6 @@ <Compile Include="..\..\gapps\emaillistservice.cs"> <Link>emaillistservice.cs</Link> </Compile> - <Compile Include="..\..\gapps\email_list.cs"> - <Link>email_list.cs</Link> - </Compile> - <Compile Include="..\..\gapps\login.cs"> - <Link>login.cs</Link> - </Compile> - <Compile Include="..\..\gapps\name.cs"> - <Link>name.cs</Link> - </Compile> - <Compile Include="..\..\gapps\nickname.cs"> - <Link>nickname.cs</Link> - </Compile> <Compile Include="..\..\gapps\nicknameentry.cs"> <Link>nicknameentry.cs</Link> </Compile> @@ -109,9 +94,6 @@ </Compile> <Compile Include="..\..\gapps\nicknameservice.cs"> <Link>nicknameservice.cs</Link> - </Compile> - <Compile Include="..\..\gapps\quota.cs"> - <Link>quota.cs</Link> </Compile> <Compile Include="..\..\gapps\userentry.cs"> <Link>userentry.cs</Link> 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 Tue Sep 25 02:52:17 2007 @@ -50,6 +50,9 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="..\..\extensions\apps.cs"> + <Link>apps.cs</Link> + </Compile> <Compile Include="..\..\extensions\AssemblyInfo.cs"> <Link>AssemblyInfo.cs</Link> </Compile> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" group. To post to this group, send email to google-help-dataapi@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---