Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(805)

Side by Side Diff: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion> 6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{76106493-68EF-4E44-AF2E-971ABF29B300}</ProjectGuid> 8 <ProjectGuid>{76106493-68EF-4E44-AF2E-971ABF29B300}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 22 matching lines...) Expand all
33 <OutputPath>bin\Release\</OutputPath> 33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 <DocumentationFile>Google.Apis.Authentication.OAuth2.xml</DocumentationFile> 37 <DocumentationFile>Google.Apis.Authentication.OAuth2.xml</DocumentationFile>
38 </PropertyGroup> 38 </PropertyGroup>
39 <ItemGroup> 39 <ItemGroup>
40 <Reference Include="DotNetOpenAuth"> 40 <Reference Include="DotNetOpenAuth">
41 <HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath> 41 <HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath>
42 </Reference> 42 </Reference>
43 <Reference Include="Microsoft.Threading.Tasks">
44 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.dll</HintPath>
45 <Private>True</Private>
46 </Reference>
47 <Reference Include="Microsoft.Threading.Tasks.Extensions">
48 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.Extensions.dll</HintPath>
49 <Private>True</Private>
50 </Reference>
51 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
52 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.Extensions.Desktop.dll</HintPath>
53 <Private>True</Private>
54 </Reference>
43 <Reference Include="Newtonsoft.Json"> 55 <Reference Include="Newtonsoft.Json">
44 <HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.d ll</HintPath> 56 <HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.d ll</HintPath>
45 </Reference> 57 </Reference>
46 <Reference Include="System" /> 58 <Reference Include="System" />
47 <Reference Include="System.Core" /> 59 <Reference Include="System.Core" />
48 <Reference Include="System.Data.DataSetExtensions" /> 60 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="System.Data" /> 61 <Reference Include="System.Data" />
50 <Reference Include="System.Net" /> 62 <Reference Include="System.Net" />
51 <Reference Include="System.Net.Http, Version=2.1.10.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 63 <Reference Include="System.Net.Http, Version=2.1.10.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52 <SpecificVersion>False</SpecificVersion> 64 <SpecificVersion>False</SpecificVersion>
(...skipping 27 matching lines...) Expand all
80 <None Include="packages.config" /> 92 <None Include="packages.config" />
81 </ItemGroup> 93 </ItemGroup>
82 <ItemGroup> 94 <ItemGroup>
83 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 95 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
84 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 96 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
85 <Name>GoogleApis</Name> 97 <Name>GoogleApis</Name>
86 </ProjectReference> 98 </ProjectReference>
87 </ItemGroup> 99 </ItemGroup>
88 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 101 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
90 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl. Build.targets" /> 102 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" />
91 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 103 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
92 Other similar extension points exist, see Microsoft.Common.targets. 104 Other similar extension points exist, see Microsoft.Common.targets.
93 <Target Name="BeforeBuild"> 105 <Target Name="BeforeBuild">
94 </Target> 106 </Target>
95 <Target Name="AfterBuild"> 107 <Target Name="AfterBuild">
96 </Target> 108 </Target>
97 --> 109 -->
98 </Project> 110 </Project>
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b