Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Includes OAuth 2 functionality in the unified DLL by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 19, 2012
1 parent bdaec8e commit 304d563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/DotNetOpenAuth.props
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
DotNetOpenAuth.OAuth2.Client.UI;
DotNetOpenAuth.OAuth2.ResourceServer;
">
<MergeIntoUnifiedAssembly Condition=" '$(IncludeOAuth2)' != 'true' ">false</MergeIntoUnifiedAssembly>
<MergeIntoUnifiedAssembly Condition=" '$(IncludeOAuth2)' == 'false' ">false</MergeIntoUnifiedAssembly>
</ProductProjectNames>
<ProductProjects Include="@(ProductProjectNames->'$(ProjectRoot)src\%(Identity)\%(Identity).csproj')"/>

Expand Down
2 changes: 1 addition & 1 deletion tools/drop.proj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
$(ProjectRoot)Samples\**\*.refresh_;
$(ProjectRoot)Samples\*.proj;
" />
<ExcludedDropSamplesSourceFiles Condition=" '$(IncludeOAuth2)' != 'true' " Include="
<ExcludedDropSamplesSourceFiles Condition=" '$(IncludeOAuth2)' == 'false' " Include="
$(ProjectRoot)Samples\OAuthClient\**;
$(ProjectRoot)Samples\OAuthAuthorizationServer\**;
$(ProjectRoot)Samples\OAuthResourceServer\**;
Expand Down

0 comments on commit 304d563

Please sign in to comment.