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

Unified Diff: Src/GoogleApis.Auth/GoogleApis.Auth.csproj

Issue 13632059: Issue 351: Reimplement OAuth2 - Step 2 (Auth PCL - only data types) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 10 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Src/GoogleApis.Auth.DotNet4/packages.config ('k') | Src/GoogleApis.Auth/GoogleJsonWebSignature.cs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Src/GoogleApis.Auth/GoogleApis.Auth.csproj
===================================================================
new file mode 100644
--- /dev/null
b/Src/GoogleApis.Auth/GoogleApis.Auth.csproj
@@ -0,0 1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0AAAF32E-2BF0-49C5-BC2D-90874CFB5510}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google.Apis.Auth</RootNamespace>
<AssemblyName>Google.Apis.Auth</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile88</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Google.Apis.Auth.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="JsonWebSignature.cs" />
<Compile Include="JsonWebToken.cs" />
<Compile Include="OAuth2\AuthorizationCodeWebApp.cs" />
<Compile Include="GoogleJsonWebSignature.cs" />
<Compile Include="OAuth2\IAuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\AuthorizationCodeInstalledApp.cs" />
<Compile Include="OAuth2\BearerToken.cs" />
<Compile Include="OAuth2\Credential.cs" />
<Compile Include="OAuth2\AuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\ClientSecrets.cs" />
<Compile Include="OAuth2\GoogleAuthorizationCodeFlow.cs" />
<Compile Include="OAuth2\IAccessMethod.cs" />
<Compile Include="OAuth2\IAuthorizationCodeInstalledApp.cs" />
<Compile Include="OAuth2\ICodeReceiver.cs" />
<Compile Include="OAuth2\Requests\AuthorizationCodeRequestUrl.cs" />
<Compile Include="OAuth2\Requests\AuthorizationCodeTokenRequest.cs" />
<Compile Include="OAuth2\Requests\GoogleAssertionTokenRequest.cs" />
<Compile Include="OAuth2\Requests\GoogleAuthorizationCodeRequestUrl.cs" />
<Compile Include="OAuth2\Responses\AuthorizationCodeResponseUrl.cs" />
<Compile Include="OAuth2\Requests\AuthorizationRequestUrl.cs" />
<Compile Include="OAuth2\GoogleClientSecrets.cs" />
<Compile Include="OAuth2\GoogleConsts.cs" />
<Compile Include="OAuth2\Requests\RefreshTokenRequest.cs" />
<Compile Include="OAuth2\Responses\TokenErrorResponse.cs" />
<Compile Include="OAuth2\Requests\TokenRequest.cs" />
<Compile Include="OAuth2\Responses\TokenResponse.cs" />
<Compile Include="OAuth2\Responses\TokenResponseException.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Threading.Tasks">
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40 sl4 win8 wp71\Microsoft.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions">
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40 sl4 win8 wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.5.0.6\lib\portable-net40 sl4 wp7 win8\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\portable-net40 sl4 win8 wp71\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Runtime">
<HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks">
<HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40 sl4 win8 wp71\System.Threading.Tasks.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
<Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
<Name>GoogleApis</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" />
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
<Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
</Target>
<!-- 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 previous file with comments | « Src/GoogleApis.Auth.DotNet4/packages.config ('k') | Src/GoogleApis.Auth/GoogleJsonWebSignature.cs » ('j') | no next file with comments »

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