summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
blob: cdacfac3b071fbb9a6204a635471c0ceb08e4ab7 (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
92
93
94
95
96
97
<?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>
  </PropertyGroup>
  <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.props" />
  <PropertyGroup>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A288FCC8-6FCF-46DA-A45E-5F9281556361}</ProjectGuid>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>DotNetOpenAuth.OAuth</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\OAuthConsumerElement.cs" />
    <Compile Include="Configuration\OAuthConsumerSecuritySettingsElement.cs" />
    <Compile Include="Configuration\OAuthElement.cs" />
    <Compile Include="Configuration\OAuthServiceProviderElement.cs" />
    <Compile Include="Configuration\OAuthServiceProviderSecuritySettingsElement.cs" />
    <Compile Include="Messaging\ITamperProtectionChannelBindingElement.cs" />
    <Compile Include="OAuthReporting.cs" />
    <Compile Include="OAuth\ChannelElements\ICombinedOpenIdProviderTokenManager.cs" />
    <Compile Include="OAuth\ChannelElements\IConsumerTokenManager.cs" />
    <Compile Include="OAuth\ChannelElements\IOpenIdOAuthTokenManager.cs" />
    <Compile Include="OAuth\ChannelElements\ITokenGenerator.cs" />
    <Compile Include="OAuth\ChannelElements\ITokenManager.cs" />
    <Compile Include="OAuth\ChannelElements\OAuthHttpMethodBindingElement.cs" />
    <Compile Include="OAuth\ChannelElements\PlaintextSigningBindingElement.cs" />
    <Compile Include="OAuth\ChannelElements\HmacSha1SigningBindingElement.cs" />
    <Compile Include="OAuth\ChannelElements\SigningBindingElementBaseContract.cs" />
    <Compile Include="OAuth\ChannelElements\SigningBindingElementChain.cs" />
    <Compile Include="OAuth\ChannelElements\StandardTokenGenerator.cs" />
    <Compile Include="OAuth\ChannelElements\TokenType.cs" />
    <Compile Include="OAuth\ChannelElements\UriOrOobEncoding.cs" />
    <Compile Include="OAuth\ConsumerSecuritySettings.cs" />
    <Compile Include="OAuth\Messages\ITokenSecretContainingMessage.cs" />
    <Compile Include="OAuth\OAuthStrings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>OAuthStrings.resx</DependentUpon>
    </Compile>
    <Compile Include="OAuth\SecuritySettings.cs" />
    <Compile Include="OAuth\ServiceProviderDescription.cs" />
    <Compile Include="OAuth\Messages\ITokenContainingMessage.cs" />
    <Compile Include="OAuth\Messages\SignedMessageBase.cs" />
    <Compile Include="OAuth\ChannelElements\SigningBindingElementBase.cs" />
    <Compile Include="OAuth\ServiceProviderSecuritySettings.cs" />
    <Compile Include="OAuth\ChannelElements\ITamperResistantOAuthMessage.cs" />
    <Compile Include="OAuth\Messages\MessageBase.cs" />
    <Compile Include="OAuth\Messages\AuthorizedTokenRequest.cs" />
    <Compile Include="OAuth\Messages\AccessProtectedResourceRequest.cs" />
    <Compile Include="OAuth\Messages\AuthorizedTokenResponse.cs" />
    <Compile Include="OAuth\Messages\UserAuthorizationResponse.cs" />
    <Compile Include="OAuth\Messages\UserAuthorizationRequest.cs" />
    <Compile Include="OAuth\Messages\UnauthorizedTokenResponse.cs" />
    <Compile Include="OAuth\ChannelElements\OAuthChannel.cs" />
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>
      </SubType>
    </Compile>
    <Compile Include="OAuth\Messages\UnauthorizedTokenRequest.cs" />
    <Compile Include="OAuth\ChannelElements\RsaSha1SigningBindingElement.cs" />
    <Compile Include="OAuth\Protocol.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="OAuth\ClassDiagram.cd" />
    <None Include="OAuth\Messages\OAuth Messages.cd" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="OAuth\OAuthStrings.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>OAuthStrings.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="OAuth\OAuthStrings.sr.resx" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DotNetOpenAuth.Messaging\DotNetOpenAuth.Messaging.csproj">
      <Project>{60426312-6AE5-4835-8667-37EDEA670222}</Project>
      <Name>DotNetOpenAuth.Messaging</Name>
    </ProjectReference>
    <ProjectReference Include="..\DotNetOpenAuth.OpenId\DotNetOpenAuth.OpenId.csproj">
      <Project>{3896A32A-E876-4C23-B9B8-78E17D134CD3}</Project>
      <Name>DotNetOpenAuth.OpenId</Name>
    </ProjectReference>
  </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))' != '' " />
</Project>