summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/DotNetOpenAuth.OAuth2.AuthorizationServer.csproj
blob: 27fdf2881f122deaf472e2a5c3d48c5db206a6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    <NuGetPackageImportStamp>c3f9b377</NuGetPackageImportStamp>
  </PropertyGroup>
  <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.props" />
  <PropertyGroup>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{99BB7543-EA16-43EE-A7BC-D7A25A3B22F6}</ProjectGuid>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>DotNetOpenAuth.OAuth2.AuthorizationServer</AssemblyName>
  </PropertyGroup>
  <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.Product.props" />
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Configuration\OAuth2AuthorizationServerSection.cs" />
    <Compile Include="OAuth2\AuthorizationServer.cs" />
    <Compile Include="OAuth2\AuthorizationServerAccessToken.cs" />
    <Compile Include="OAuth2\AuthServerStrings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>AuthServerStrings.resx</DependentUpon>
    </Compile>
    <Compile Include="OAuth2\AuthServerUtilities.cs" />
    <Compile Include="OAuth2\AutomatedAuthorizationCheckResponse.cs" />
    <Compile Include="OAuth2\AutomatedUserAuthorizationCheckResponse.cs" />
    <Compile Include="OAuth2\ChannelElements\AggregatingClientCredentialReader.cs" />
    <Compile Include="OAuth2\ChannelElements\ClientCredentialHttpBasicReader.cs" />
    <Compile Include="OAuth2\ChannelElements\ClientCredentialMessagePartReader.cs" />
    <Compile Include="OAuth2\ChannelElements\TokenCodeSerializationBindingElement.cs" />
    <Compile Include="OAuth2\ChannelElements\AuthorizationCode.cs" />
    <Compile Include="OAuth2\ChannelElements\MessageValidationBindingElement.cs" />
    <Compile Include="OAuth2\ChannelElements\AuthServerBindingElementBase.cs" />
    <Compile Include="OAuth2\ChannelElements\IOAuth2ChannelWithAuthorizationServer.cs" />
    <Compile Include="OAuth2\ChannelElements\OAuth2AuthorizationServerChannel.cs" />
    <Compile Include="OAuth2\ChannelElements\RefreshToken.cs" />
    <Compile Include="OAuth2\ChannelElements\ClientAuthenticationModule.cs" />
    <Compile Include="OAuth2\ClientDescription.cs" />
    <Compile Include="OAuth2\IAuthorizationServerHost.cs" />
    <Compile Include="OAuth2\Messages\AccessTokenAuthorizationCodeRequestAS.cs" />
    <Compile Include="OAuth2\Messages\AccessTokenRefreshRequestAS.cs" />
    <Compile Include="OAuth2\Messages\AccessTokenResult.cs" />
    <Compile Include="OAuth2\Messages\EndUserAuthorizationSuccessAuthCodeResponseAS.cs" />
    <Compile Include="OAuth2\Messages\IAuthorizationCodeCarryingRequest.cs" />
    <Compile Include="OAuth2\Messages\IRefreshTokenCarryingRequest.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DotNetOpenAuth.Core\DotNetOpenAuth.Core.csproj">
      <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project>
      <Name>DotNetOpenAuth.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\DotNetOpenAuth.OAuth2.ClientAuthorization\DotNetOpenAuth.OAuth2.ClientAuthorization.csproj">
      <Project>{CCF3728A-B3D7-404A-9BC6-75197135F2D7}</Project>
      <Name>DotNetOpenAuth.OAuth2.ClientAuthorization</Name>
    </ProjectReference>
    <ProjectReference Include="..\DotNetOpenAuth.OAuth2\DotNetOpenAuth.OAuth2.csproj">
      <Project>{56459A6C-6BA2-4BAC-A9C0-27E3BD961FA6}</Project>
      <Name>DotNetOpenAuth.OAuth2</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="OAuth2\AuthServerStrings.en-GB.resx" />
    <EmbeddedResource Include="OAuth2\AuthServerStrings.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>AuthServerStrings.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Net.Http.WebRequest" />
    <Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Validation.2.0.6.15003\lib\portable-net40+sl50+win+wpa81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\Validation.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.targets" />
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
</Project>