diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-19 07:55:23 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-19 07:55:23 -0700 |
commit | 304d56363eadfeca5da87efbf57df0a5988802dc (patch) | |
tree | dbc6b5bee12ba449c9c39ab7b72d55af03ce9ac3 /tools | |
parent | bdaec8e31429f60a0aa79faeb484ae82be74a5a2 (diff) | |
download | DotNetOpenAuth-304d56363eadfeca5da87efbf57df0a5988802dc.zip DotNetOpenAuth-304d56363eadfeca5da87efbf57df0a5988802dc.tar.gz DotNetOpenAuth-304d56363eadfeca5da87efbf57df0a5988802dc.tar.bz2 |
Includes OAuth 2 functionality in the unified DLL by default.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/DotNetOpenAuth.props | 2 | ||||
-rw-r--r-- | tools/drop.proj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index 396a604..ab5348f 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -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')"/> diff --git a/tools/drop.proj b/tools/drop.proj index 71d2a02..6b00229 100644 --- a/tools/drop.proj +++ b/tools/drop.proj @@ -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\**; |