Files
OwinOAuthProviders/Owin.Security.Providers/Owin.Security.Providers.csproj
2015-07-07 10:20:15 +02:00

396 lines
25 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6AD9BA00-1330-426D-8BAE-2D3BC0D976E4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Owin.Security.Providers</RootNamespace>
<AssemblyName>Owin.Security.Providers</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Owin">
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArcGISOnline\ArcGISOnlineAuthenticationExtensions.cs" />
<Compile Include="ArcGISOnline\ArcGISOnlineAuthenticationHandler.cs" />
<Compile Include="ArcGISOnline\ArcGISOnlineAuthenticationMiddleware.cs" />
<Compile Include="ArcGISOnline\ArcGISOnlineAuthenticationOptions.cs" />
<Compile Include="ArcGISOnline\Constants.cs" />
<Compile Include="ArcGISOnline\Provider\ArcGISOnlineAuthenticatedContext.cs" />
<Compile Include="ArcGISOnline\Provider\ArcGISOnlineAuthenticationProvider.cs" />
<Compile Include="ArcGISOnline\Provider\ArcGISOnlineReturnEndpointContext.cs" />
<Compile Include="ArcGISOnline\Provider\ArcGISOnlineUser.cs" />
<Compile Include="ArcGISOnline\Provider\IArcGISOnlineAuthenticationProvider.cs" />
<Compile Include="Asana\AsanaAuthenticationExtensions.cs" />
<Compile Include="Asana\AsanaAuthenticationHandler.cs" />
<Compile Include="Asana\AsanaAuthenticationMiddleware.cs" />
<Compile Include="Asana\AsanaAuthenticationOptions.cs" />
<Compile Include="Asana\Constants.cs" />
<Compile Include="Asana\Provider\AsanaAuthenticatedContext.cs" />
<Compile Include="Asana\Provider\AsanaAuthenticationProvider.cs" />
<Compile Include="Asana\Provider\AsanaReturnEndpointContext.cs" />
<Compile Include="Asana\Provider\IAsanaAuthenticationProvider.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationExtensions.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationHandler.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationMiddleware.cs" />
<Compile Include="BattleNet\BattleNetAuthenticationOptions.cs" />
<Compile Include="BattleNet\Provider\BattleNetAuthenticatedContext.cs" />
<Compile Include="BattleNet\Provider\BattleNetAuthenticationProvider.cs" />
<Compile Include="BattleNet\Provider\BattleNetReturnEndpointContext.cs" />
<Compile Include="BattleNet\Provider\IBattleNetAuthenticationProvider.cs" />
<Compile Include="Buffer\BufferAuthenticationExtensions.cs" />
<Compile Include="Buffer\BufferAuthenticationHandler.cs" />
<Compile Include="Buffer\BufferAuthenticationMiddleware.cs" />
<Compile Include="Buffer\BufferAuthenticationOptions.cs" />
<Compile Include="Buffer\Constants.cs" />
<Compile Include="Buffer\Provider\BufferAuthenticatedContext.cs" />
<Compile Include="Buffer\Provider\BufferAuthenticationProvider.cs" />
<Compile Include="Buffer\Provider\BufferReturnEndpointContext.cs" />
<Compile Include="Buffer\Provider\IBufferAuthenticationProvider.cs" />
<Compile Include="BattleNet\Constants.cs" />
<Compile Include="DeviantArt\Constants.cs" />
<Compile Include="DeviantArt\Provider\IDeviantAuthenticationProvider.cs" />
<Compile Include="DeviantArt\Provider\DeviantAuthenticatedContext.cs" />
<Compile Include="DeviantArt\Provider\DeviantAuthenticationProvider.cs" />
<Compile Include="DeviantArt\Provider\DeviantReturnEndpointContext.cs" />
<Compile Include="DeviantArt\DeviantAuthenticationExtensions.cs" />
<Compile Include="DeviantArt\DeviantAuthenticationHandler.cs" />
<Compile Include="DeviantArt\DeviantAuthenticationMiddleware.cs" />
<Compile Include="DeviantArt\DeviantAuthenticationOptions.cs" />
<Compile Include="Dropbox\DropboxAuthenticationExtensions.cs" />
<Compile Include="Dropbox\DropboxAuthenticationHandler.cs" />
<Compile Include="Dropbox\DropboxAuthenticationMiddleware.cs" />
<Compile Include="Dropbox\DropboxAuthenticationOptions.cs" />
<Compile Include="Dropbox\Constants.cs" />
<Compile Include="Dropbox\Provider\DropboxAuthenticatedContext.cs" />
<Compile Include="Dropbox\Provider\DropboxAuthenticationProvider.cs" />
<Compile Include="Dropbox\Provider\DropboxReturnEndpointContext.cs" />
<Compile Include="Dropbox\Provider\IDropboxAuthenticationProvider.cs" />
<Compile Include="EveOnline\EveOnlineAuthenticationExtensions.cs" />
<Compile Include="EveOnline\EveOnlineAuthenticationHandler.cs" />
<Compile Include="EveOnline\EveOnlineAuthenticationMiddleware.cs" />
<Compile Include="EveOnline\EveOnlineAuthenticationOptions.cs" />
<Compile Include="EveOnline\Constants.cs" />
<Compile Include="EveOnline\Provider\EveOnlineAuthenticatedContext.cs" />
<Compile Include="EveOnline\Provider\EveOnlineAuthenticationProvider.cs" />
<Compile Include="EveOnline\Provider\EveOnlineReturnEndpointContext.cs" />
<Compile Include="EveOnline\Provider\IEveOnlineAuthenticationProvider.cs" />
<Compile Include="Flickr\Constants.cs" />
<Compile Include="Flickr\FlickrAuthenticationOptions.cs" />
<Compile Include="Flickr\FlickrAuthenticationExtensions.cs" />
<Compile Include="Flickr\FlickrAuthenticationHandler.cs" />
<Compile Include="Flickr\FlickrAuthenticationMiddleware.cs" />
<Compile Include="Flickr\Messages\AccessToken.cs" />
<Compile Include="Flickr\Messages\RequestToken.cs" />
<Compile Include="Flickr\Messages\RequestTokenSerializer.cs" />
<Compile Include="Flickr\Messages\Serializers.cs" />
<Compile Include="Flickr\Provider\FlickrAuthenticatedContext.cs" />
<Compile Include="Flickr\Provider\FlickrAuthenticationProvider.cs" />
<Compile Include="Flickr\Provider\IFlickrAuthenticationProvider.cs" />
<Compile Include="Flickr\Provider\FlickrReturnEndpointContext.cs" />
<Compile Include="Foursquare\Constants.cs" />
<Compile Include="Foursquare\FoursquareAuthenticationExtensions.cs" />
<Compile Include="Foursquare\FoursquareAuthenticationHandler.cs" />
<Compile Include="Foursquare\FoursquareAuthenticationMiddleware.cs" />
<Compile Include="Foursquare\FoursquareAuthenticationOptions.cs" />
<Compile Include="Foursquare\Provider\FoursquareAuthenticatedContext.cs" />
<Compile Include="Foursquare\Provider\FoursquareAuthenticationProvider.cs" />
<Compile Include="Foursquare\Provider\FoursquareReturnEndpointContext.cs" />
<Compile Include="Foursquare\Provider\IFoursquareAuthenticationProvider.cs" />
<Compile Include="GitHub\Constants.cs" />
<Compile Include="Gitter\Constants.cs" />
<Compile Include="Gitter\GitterAuthenticationExtensions.cs" />
<Compile Include="Gitter\GitterAuthenticationHandler.cs" />
<Compile Include="Gitter\GitterAuthenticationMiddleware.cs" />
<Compile Include="Gitter\GitterAuthenticationOptions.cs" />
<Compile Include="Gitter\Provider\GitterAuthenticatedContext.cs" />
<Compile Include="Gitter\Provider\GitterAuthenticationProvider.cs" />
<Compile Include="Gitter\Provider\GitterReturnEndpointContext.cs" />
<Compile Include="Gitter\Provider\IGitterAuthenticationProvider.cs" />
<Compile Include="HealthGraph\Constants.cs" />
<Compile Include="GitHub\GitHubAuthenticationExtensions.cs" />
<Compile Include="GitHub\GitHubAuthenticationHandler.cs" />
<Compile Include="GitHub\GitHubAuthenticationMiddleware.cs" />
<Compile Include="GitHub\GitHubAuthenticationOptions.cs" />
<Compile Include="GitHub\Provider\IGitHubAuthenticationProvider.cs" />
<Compile Include="GitHub\Provider\GitHubAuthenticatedContext.cs" />
<Compile Include="GitHub\Provider\GitHubAuthenticationProvider.cs" />
<Compile Include="GitHub\Provider\GitHubReturnEndpointContext.cs" />
<Compile Include="GooglePlus\Constants.cs" />
<Compile Include="GooglePlus\GooglePlusAuthenticationExtensions.cs" />
<Compile Include="GooglePlus\GooglePlusAuthenticationHandler.cs" />
<Compile Include="GooglePlus\GooglePlusAuthenticationMiddleware.cs" />
<Compile Include="GooglePlus\GooglePlusAuthenticationOptions.cs" />
<Compile Include="GooglePlus\Provider\GooglePlusAuthenticatedContext.cs" />
<Compile Include="GooglePlus\Provider\GooglePlusAuthenticationProvider.cs" />
<Compile Include="GooglePlus\Provider\GooglePlusReturnEndpointContext.cs" />
<Compile Include="GooglePlus\Provider\IGooglePlusAuthenticationProvider.cs" />
<Compile Include="HealthGraph\HealthGraphAuthenticationExtensions.cs" />
<Compile Include="HealthGraph\HealthGraphAuthenticationHandler.cs" />
<Compile Include="HealthGraph\HealthGraphAuthenticationMiddleware.cs" />
<Compile Include="HealthGraph\Provider\HealthGraphAuthenticatedContext.cs" />
<Compile Include="HealthGraph\Provider\HealthGraphAuthenticationProvider.cs" />
<Compile Include="HealthGraph\Provider\HealthGraphReturnEndpointContext.cs" />
<Compile Include="HealthGraph\Provider\IHealthGraphAuthenticationProvider.cs" />
<Compile Include="Imgur\ImgurAuthenticationDefaults.cs" />
<Compile Include="Imgur\ImgurAuthenticationExtensions.cs" />
<Compile Include="Imgur\ImgurAuthenticationHandler.cs" />
<Compile Include="Imgur\ImgurAuthenticationMiddleware.cs" />
<Compile Include="Imgur\ImgurAuthenticationOptions.cs" />
<Compile Include="Imgur\Provider\IImgurAuthenticationProvider.cs" />
<Compile Include="Imgur\Provider\ImgurAuthenticationProvider.cs" />
<Compile Include="Imgur\Provider\ImgurReturnEndpointContext.cs" />
<Compile Include="Imgur\Provider\ImgurAuthenticatedContext.cs" />
<Compile Include="Instagram\Constants.cs" />
<Compile Include="Instagram\InstagramAuthenticationExtensions.cs" />
<Compile Include="Instagram\InstagramAuthenticationHandler.cs" />
<Compile Include="Instagram\InstagramAuthenticationMiddleware.cs" />
<Compile Include="Instagram\InstagramAuthenticationOptions.cs" />
<Compile Include="Instagram\Provider\IInstagramAuthenticationProvider.cs" />
<Compile Include="Instagram\Provider\InstagramAuthenticatedContext.cs" />
<Compile Include="Instagram\Provider\InstagramAuthenticationProvider.cs" />
<Compile Include="Instagram\Provider\InstagramReturnEndpointContext.cs" />
<Compile Include="LinkedIn\Constants.cs" />
<Compile Include="LinkedIn\LinkedInAuthenticationExtensions.cs" />
<Compile Include="LinkedIn\LinkedInAuthenticationHandler.cs" />
<Compile Include="LinkedIn\LinkedInAuthenticationMiddleware.cs" />
<Compile Include="LinkedIn\LinkedInAuthenticationOptions.cs" />
<Compile Include="LinkedIn\Provider\LinkedInAuthenticatedContext.cs" />
<Compile Include="LinkedIn\Provider\LinkedInAuthenticationProvider.cs" />
<Compile Include="LinkedIn\Provider\LinkedInReturnEndpointContext.cs" />
<Compile Include="LinkedIn\Provider\ILinkedInAuthenticationProvider.cs" />
<Compile Include="OpenID\Constants.cs" />
<Compile Include="OpenID\Extensions\OpenIDSimpleRegistrationAuthenticationContextExtensions.cs" />
<Compile Include="OpenID\Extensions\OpenIDSimpleRegistrationExtension.cs" />
<Compile Include="OpenID\Extensions\OpenIDSimpleRegistrationResult.cs" />
<Compile Include="OpenID\Extensions\OpenIDSimpleRegistrationField.cs" />
<Compile Include="OpenID\Infrastructure\Message.cs" />
<Compile Include="OpenID\Infrastructure\Property.cs" />
<Compile Include="OpenID\IOpenIDProtocolExtension.cs" />
<Compile Include="OpenID\OpenIDAuthenticationExtensions.cs" />
<Compile Include="OpenID\OpenIDAuthenticationHandler.cs" />
<Compile Include="OpenID\OpenIDAuthenticationMiddleware.cs" />
<Compile Include="OpenID\OpenIDAuthenticationOptions.cs" />
<Compile Include="OpenID\OpenIDAuthorizationEndpointInfo.cs" />
<Compile Include="OpenID\Provider\IOpenIDAuthenticationProvider.cs" />
<Compile Include="OpenID\Provider\OpenIDAuthenticatedContext.cs" />
<Compile Include="OpenID\Provider\OpenIDAuthenticationProvider.cs" />
<Compile Include="OpenID\Provider\OpenIDReturnEndpointContext.cs" />
<Compile Include="PayPal\Constants.cs" />
<Compile Include="PayPal\PayPalAuthenticationExtensions.cs" />
<Compile Include="PayPal\PayPalAuthenticationHandler.cs" />
<Compile Include="PayPal\PayPalAuthenticationMiddleware.cs" />
<Compile Include="PayPal\PayPalAuthenticationOptions.cs" />
<Compile Include="PayPal\Provider\IPayPalAuthenticationProvider.cs" />
<Compile Include="PayPal\Provider\PayPalAuthenticatedContext.cs" />
<Compile Include="PayPal\Provider\PayPalAuthenticationProvider.cs" />
<Compile Include="PayPal\Provider\PayPalReturnEndpointContext.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Reddit\Constants.cs" />
<Compile Include="Reddit\Provider\IRedditAuthenticationProvider.cs" />
<Compile Include="Reddit\Provider\RedditAuthenticatedContext.cs" />
<Compile Include="Reddit\Provider\RedditAuthenticationProvider.cs" />
<Compile Include="Reddit\Provider\RedditReturnEndpointContext.cs" />
<Compile Include="Reddit\RedditAuthenticationExtensions.cs" />
<Compile Include="Reddit\RedditAuthenticationHandler.cs" />
<Compile Include="Reddit\RedditAuthenticationMiddleware.cs" />
<Compile Include="Reddit\RedditAuthenticationOptions.cs" />
<Compile Include="HealthGraph\HealthGraphAuthenticationOptions.cs" />
<Compile Include="Salesforce\Constants.cs" />
<Compile Include="Salesforce\Provider\ISalesforceAuthenticationProvider.cs" />
<Compile Include="Salesforce\Provider\SalesforceAuthenticatedContext.cs" />
<Compile Include="Salesforce\Provider\SalesforceAuthenticationProvider.cs" />
<Compile Include="Salesforce\Provider\SalesforceReturnEndpointContext.cs" />
<Compile Include="Salesforce\SalesforceAuthenticationExtensions.cs" />
<Compile Include="Salesforce\SalesforceAuthenticationHandler.cs" />
<Compile Include="Salesforce\SalesforceAuthenticationMiddleware.cs" />
<Compile Include="Salesforce\SalesforceAuthenticationOptions.cs" />
<Compile Include="Slack\Constants.cs" />
<Compile Include="Slack\Provider\ISlackAuthenticationProvider.cs" />
<Compile Include="Slack\Provider\SlackAuthenticatedContext.cs" />
<Compile Include="Slack\Provider\SlackAuthenticationProvider.cs" />
<Compile Include="Slack\Provider\SlackReturnEndpointContext.cs" />
<Compile Include="Slack\SlackAuthenticationExtensions.cs" />
<Compile Include="Slack\SlackAuthenticationHandler.cs" />
<Compile Include="Slack\SlackAuthenticationMiddleware.cs" />
<Compile Include="Slack\SlackAuthenticationOptions.cs" />
<Compile Include="SoundCloud\Constants.cs" />
<Compile Include="SoundCloud\Provider\ISoundCloudAuthenticationProvider.cs" />
<Compile Include="SoundCloud\Provider\SoundCloudAuthenticatedContext.cs" />
<Compile Include="SoundCloud\Provider\SoundCloudAuthenticationProvider.cs" />
<Compile Include="SoundCloud\Provider\SoundCloudReturnEndpointContext.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationExtensions.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationHandler.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationMiddleware.cs" />
<Compile Include="SoundCloud\SoundCloudAuthenticationOptions.cs" />
<Compile Include="Spotify\Constants.cs" />
<Compile Include="Spotify\Provider\ISpotifyAuthenticationProvider.cs" />
<Compile Include="Spotify\Provider\SpotifyAuthenticatedContext.cs" />
<Compile Include="Spotify\Provider\SpotifyAuthenticationProvider.cs" />
<Compile Include="Spotify\Provider\SpotifyReturnEndpointContext.cs" />
<Compile Include="Spotify\SpotifyAuthenticationExtensions.cs" />
<Compile Include="Spotify\SpotifyAuthenticationHandler.cs" />
<Compile Include="Spotify\SpotifyAuthenticationMiddleware.cs" />
<Compile Include="Spotify\SpotifyAuthenticationOptions.cs" />
<Compile Include="StackExchange\Constants.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationExtensions.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationHandler.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationMiddleware.cs" />
<Compile Include="StackExchange\StackExchangeAuthenticationOptions.cs" />
<Compile Include="StackExchange\Provider\IStackExchangeAuthenticationProvider.cs" />
<Compile Include="StackExchange\Provider\StackExchangeAuthenticatedContext.cs" />
<Compile Include="StackExchange\Provider\StackExchangeAuthenticationProvider.cs" />
<Compile Include="StackExchange\Provider\StackExchangeReturnEndpointContext.cs" />
<Compile Include="Steam\SteamAuthenticationExtensions.cs" />
<Compile Include="Steam\SteamAuthenticationHandler.cs" />
<Compile Include="Steam\SteamAuthenticationMiddleware.cs" />
<Compile Include="Steam\SteamAuthenticationOptions.cs" />
<Compile Include="TripIt\Constants.cs" />
<Compile Include="TripIt\Messages\AccessToken.cs" />
<Compile Include="TripIt\Messages\RequestToken.cs" />
<Compile Include="TripIt\Messages\RequestTokenSerializer.cs" />
<Compile Include="TripIt\Messages\Serializers.cs" />
<Compile Include="TripIt\Provider\ITripItAuthenticationProvider.cs" />
<Compile Include="TripIt\Provider\TripItAuthenticatedContext.cs" />
<Compile Include="TripIt\Provider\TripItAuthenticationProvider.cs" />
<Compile Include="TripIt\Provider\TripItReturnEndpointContext.cs" />
<Compile Include="TripIt\TripItAuthenticationExtensions.cs" />
<Compile Include="TripIt\TripItAuthenticationHandler.cs" />
<Compile Include="TripIt\TripItAuthenticationMiddleware.cs" />
<Compile Include="TripIt\TripItAuthenticationOptions.cs" />
<Compile Include="Twitch\Constants.cs" />
<Compile Include="Twitch\TwitchAuthenticationExtensions.cs" />
<Compile Include="Twitch\TwitchAuthenticationHandler.cs" />
<Compile Include="Twitch\TwitchAuthenticationMiddleware.cs" />
<Compile Include="Twitch\TwitchAuthenticationOptions.cs" />
<Compile Include="Twitch\Provider\TwitchAuthenticatedContext.cs" />
<Compile Include="Twitch\Provider\TwitchAuthenticationProvider.cs" />
<Compile Include="Twitch\Provider\TwitchReturnEndpointContext.cs" />
<Compile Include="Twitch\Provider\ITwitchAuthenticationProvider.cs" />
<Compile Include="VisualStudio\Constants.cs" />
<Compile Include="VisualStudio\Provider\IVisualStudioAuthenticationProvider.cs" />
<Compile Include="VisualStudio\Provider\VisualStudioAuthenticatedContext.cs" />
<Compile Include="VisualStudio\Provider\VisualStudioAuthenticationProvider.cs" />
<Compile Include="VisualStudio\Provider\VisualStudioReturnEndpointContext.cs" />
<Compile Include="VisualStudio\VisualStudioAuthenticationExtensions.cs" />
<Compile Include="VisualStudio\VisualStudioAuthenticationHandler.cs" />
<Compile Include="VisualStudio\VisualStudioAuthenticationMiddleware.cs" />
<Compile Include="VisualStudio\VisualStudioAuthenticationOptions.cs" />
<Compile Include="Untappd\ApiResponse.cs" />
<Compile Include="Wargaming\Constants.cs" />
<Compile Include="Wargaming\WargamingAccountAuthenticationExtensions.cs" />
<Compile Include="Wargaming\WargamingAuthenticationHandler.cs" />
<Compile Include="Wargaming\WargamingAuthenticationOptions.cs" />
<Compile Include="Wargaming\WargamingAuthenticationMiddleware.cs" />
<Compile Include="Untappd\Constants.cs" />
<Compile Include="Untappd\Provider\IUntappdAuthenticationProvider.cs" />
<Compile Include="Untappd\Provider\UntappdAuthenticatedContext.cs" />
<Compile Include="Untappd\Provider\UntappdAuthenticationProvider.cs" />
<Compile Include="Untappd\Provider\UntappdReturnEndpointContext.cs" />
<Compile Include="Untappd\UntappdAuthenticationExtensions.cs" />
<Compile Include="Untappd\UntappdAuthenticationHandler.cs" />
<Compile Include="Untappd\UntappdAuthenticationMiddleware.cs" />
<Compile Include="Untappd\UntappdAuthenticationOptions.cs" />
<Compile Include="WordPress\WordPressAuthenticationExtensions.cs" />
<Compile Include="WordPress\WordPressAuthenticationHandler.cs" />
<Compile Include="WordPress\WordPressAuthenticationMiddleware.cs" />
<Compile Include="WordPress\WordPressAuthenticationOptions.cs" />
<Compile Include="WordPress\Constants.cs" />
<Compile Include="WordPress\Provider\WordPressAuthenticatedContext.cs" />
<Compile Include="WordPress\Provider\WordPressAuthenticationProvider.cs" />
<Compile Include="WordPress\Provider\WordPressReturnEndpointContext.cs" />
<Compile Include="WordPress\Provider\IWordPressAuthenticationProvider.cs" />
<Compile Include="Yahoo\Constants.cs" />
<Compile Include="Yahoo\Messages\AccessToken.cs" />
<Compile Include="Yahoo\Messages\RequestToken.cs" />
<Compile Include="Yahoo\Messages\RequestTokenSerializer.cs" />
<Compile Include="Yahoo\Messages\Serializers.cs" />
<Compile Include="Yahoo\Provider\IYahooAuthenticationProvider.cs" />
<Compile Include="Yahoo\Provider\YahooAuthenticatedContext.cs" />
<Compile Include="Yahoo\Provider\YahooAuthenticationProvider.cs" />
<Compile Include="Yahoo\Provider\YahooReturnEndpointContext.cs" />
<Compile Include="Yahoo\YahooAuthenticationExtensions.cs" />
<Compile Include="Yahoo\YahooAuthenticationHandler.cs" />
<Compile Include="Yahoo\YahooAuthenticationMiddleware.cs" />
<Compile Include="Yahoo\YahooAuthenticationOptions.cs" />
<Compile Include="Yammer\Constants.cs" />
<Compile Include="Yammer\Provider\IYammerAuthenticationProvider.cs" />
<Compile Include="Yammer\Provider\YammerAuthenticatedContext.cs" />
<Compile Include="Yammer\Provider\YammerAuthenticationProvider.cs" />
<Compile Include="Yammer\Provider\YammerReturnEndpointContext.cs" />
<Compile Include="Yammer\YammerAuthenticationHandler.cs" />
<Compile Include="Yammer\YammerAuthenticationExtensions.cs" />
<Compile Include="Yammer\YammerAuthenticationMiddleware.cs" />
<Compile Include="Yammer\YammerAuthenticationOptions.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>