ClientLibraryBase.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{AC93C88D-4A95-48CD-BA6E-146A03AFEA53}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Microsoft.Hawaii.ClientBase</RootNamespace>
  13. <AssemblyName>Microsoft.Hawaii.ClientBase</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>false</SilverlightApplication>
  19. <ValidateXaml>true</ValidateXaml>
  20. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  21. <SccProjectName>
  22. </SccProjectName>
  23. <SccLocalPath>
  24. </SccLocalPath>
  25. <SccAuxPath>
  26. </SccAuxPath>
  27. <SccProvider>
  28. </SccProvider>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>Bin\Debug</OutputPath>
  50. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  51. <NoStdLib>true</NoStdLib>
  52. <NoConfig>true</NoConfig>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <DocumentationFile>Bin\Debug\Microsoft.Hawaii.ClientBase.xml</DocumentationFile>
  56. <RunCodeAnalysis>true</RunCodeAnalysis>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>Bin\Release</OutputPath>
  63. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  64. <NoStdLib>true</NoStdLib>
  65. <NoConfig>true</NoConfig>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. <RunCodeAnalysis>true</RunCodeAnalysis>
  69. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  70. <DocumentationFile>Bin\Release\Microsoft.Hawaii.ClientBase.XML</DocumentationFile>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Fast|AnyCPU'">
  73. <DebugSymbols>true</DebugSymbols>
  74. <OutputPath>bin\Debug_Fast\</OutputPath>
  75. <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  76. <DocumentationFile>Bin\Debug\ClientLibraryBase.XML</DocumentationFile>
  77. <NoStdLib>true</NoStdLib>
  78. <DebugType>full</DebugType>
  79. <PlatformTarget>AnyCPU</PlatformTarget>
  80. <RunCodeAnalysis>false</RunCodeAnalysis>
  81. <CodeAnalysisLogFile>Bin\Debug\ClientLibraryBase.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  82. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  83. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="System.Runtime.Serialization" />
  89. <Reference Include="System.Servicemodel" />
  90. <Reference Include="System.Servicemodel.Web" />
  91. <Reference Include="System.Windows" />
  92. <Reference Include="system" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="System.Net" />
  96. <Reference Include="System.Xml.Serialization" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="..\Version.cs">
  100. <Link>Properties\Version.cs</Link>
  101. </Compile>
  102. <Compile Include="AdmAccessToken.cs" />
  103. <Compile Include="AdmAuthClientIdentity.cs" />
  104. <Compile Include="AdmTokenService.cs" />
  105. <Compile Include="ClientLibraryUtils.cs" />
  106. <Compile Include="GuidAuthClientIdentity.cs" />
  107. <Compile Include="HttpMethod.cs" />
  108. <Compile Include="ClientIdentity.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="LoggedException.cs" />
  112. <Compile Include="NamespaceDoc.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="AdmTokenServiceRequestState.cs" />
  115. <Compile Include="ServiceAgent.cs" />
  116. <Compile Include="ServiceFault.cs" />
  117. <Compile Include="ServiceResult.cs" />
  118. <Compile Include="ServiceUri.cs" />
  119. <Compile Include="Status.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  123. <Visible>False</Visible>
  124. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  125. <Install>false</Install>
  126. </BootstrapperPackage>
  127. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  128. <Visible>False</Visible>
  129. <ProductName>.NET Framework 3.5 SP1</ProductName>
  130. <Install>false</Install>
  131. </BootstrapperPackage>
  132. </ItemGroup>
  133. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  134. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  135. <ProjectExtensions />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>