Author: fmantek Date: Wed Jun 27 07:52:29 2007 New Revision: 195 Added: trunk/clients/cs/src/VS2005.mobile/GAppsMobile/ trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj
Log: Added the mobile project file for GAppsMobile Added: trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj ============================================================================== --- (empty file) +++ trunk/clients/cs/src/VS2005.mobile/GAppsMobile/GAppsMobile.csproj Wed Jun 27 07:52:29 2007 @@ -0,0 +1,161 @@ + <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>{2AC67E0B-8441-4B7C-ACCE-79A306AB6E0F}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Google.GData.Apps</RootNamespace> + <AssemblyName>Google.GData.Apps</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>gapps</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="..\..\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> + <Compile Include="..\..\gapps\AssemblyInfo.cs"> + <Link>AssemblyInfo.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistentry.cs"> + <Link>emaillistentry.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistfeed.cs"> + <Link>emaillistfeed.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistquery.cs"> + <Link>emaillistquery.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistrecipiententry.cs"> + <Link>emaillistrecipiententry.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistrecipientfeed.cs"> + <Link>emaillistrecipientfeed.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistrecipientquery.cs"> + <Link>emaillistrecipientquery.cs</Link> + </Compile> + <Compile Include="..\..\gapps\emaillistrecipientservice.cs"> + <Link>emaillistrecipientservice.cs</Link> + </Compile> + <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> + <Compile Include="..\..\gapps\nicknamefeed.cs"> + <Link>nicknamefeed.cs</Link> + </Compile> + <Compile Include="..\..\gapps\nicknamequery.cs"> + <Link>nicknamequery.cs</Link> + </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> + </Compile> + <Compile Include="..\..\gapps\userfeed.cs"> + <Link>userfeed.cs</Link> + </Compile> + <Compile Include="..\..\gapps\userquery.cs"> + <Link>userquery.cs</Link> + </Compile> + <Compile Include="..\..\gapps\userservice.cs"> + <Link>userservice.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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
