diff options
author | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2016-03-25 11:33:33 +0000 |
---|---|---|
committer | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2016-03-25 11:33:33 +0000 |
commit | e4435096cbeadb4567cfd77ed68cc9fc92515902 (patch) | |
tree | 513b96404b24a8e8f84d214d6e217609e988a9f0 /samples/OAuthServiceProvider/OAuthServiceProvider.csproj | |
parent | e774db2029a57f439db894cf798bd8bb22f5e84a (diff) | |
parent | 6da912c7171495ee0d9b5df05cab1a8e3df85b62 (diff) | |
download | DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.zip DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.gz DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.bz2 |
Merge pull request #379 from lcalabrese/develop
StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies
Diffstat (limited to 'samples/OAuthServiceProvider/OAuthServiceProvider.csproj')
-rw-r--r-- | samples/OAuthServiceProvider/OAuthServiceProvider.csproj | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj index c47d670..58e83b5 100644 --- a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj +++ b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj @@ -12,7 +12,7 @@ <IISExpressUseClassicPipelineMode /> <TargetFrameworkProfile /> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\src\</SolutionDir> - <NuGetPackageImportStamp>4abea8c9</NuGetPackageImportStamp> + <NuGetPackageImportStamp>c72b760a</NuGetPackageImportStamp> </PropertyGroup> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -53,14 +53,6 @@ <Reference Include="System.Data.Linq" /> <Reference Include="System.IdentityModel" /> <Reference Include="System.Net.Http" /> - <Reference Include="System.Net.Http.Extensions"> - <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath> - <Private>True</Private> - </Reference> - <Reference Include="System.Net.Http.Primitives"> - <HintPath>..\..\src\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath> - <Private>True</Private> - </Reference> <Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Web.ApplicationServices" /> @@ -156,7 +148,6 @@ <SubType>Designer</SubType> </None> <Content Include="Members\Web.config" /> - <Content Include="packages.config" /> </ItemGroup> <ItemGroup> <None Include="Code\DataClasses.dbml.layout"> @@ -230,11 +221,4 @@ --> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> - <Import Project="..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> - <PropertyGroup> - <ErrorText>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=322105. The missing file is {0}.</ErrorText> - </PropertyGroup> - <Error Condition="!Exists('..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\src\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> - </Target> </Project>
\ No newline at end of file |