/clients/cs/samples/gapps_google_mail_settings_sample/gapps_google_mail_settings_sample.csproj

http://google-gdata.googlecode.com/ · MSBuild · 104 lines · 104 code · 0 blank · 0 comment · 4 complexity · 4dcced3ba13fc9b861cdc245ad8eb6a4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9E0D8646-537A-4899-92F2-56A919F83C5E}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>gapps_google_mail_settings_sample</RootNamespace>
  12. <AssemblyName>gapps_google_mail_settings_sample</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Google.GData.Apps, Version=1.8.0.0, Culture=neutral, PublicKeyToken=e6feebfe441b89cb, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\lib\Release\Google.GData.Apps.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Google.GData.Client, Version=1.8.0.0, Culture=neutral, PublicKeyToken=04a59ca9b0273830, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\lib\Release\Google.GData.Client.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Google.GData.Extensions, Version=1.8.0.0, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\lib\Release\Google.GData.Extensions.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Data" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="..\..\version\AssemblyVersion.cs">
  72. <Link>AssemblyVersion.cs</Link>
  73. </Compile>
  74. <Compile Include="googlemailsettingsdemo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Folder Include="Properties\" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  81. <Visible>False</Visible>
  82. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  83. <Install>false</Install>
  84. </BootstrapperPackage>
  85. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  86. <Visible>False</Visible>
  87. <ProductName>.NET Framework 3.5 SP1</ProductName>
  88. <Install>true</Install>
  89. </BootstrapperPackage>
  90. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  91. <Visible>False</Visible>
  92. <ProductName>Windows Installer 3.1</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>