diff options
Diffstat (limited to 'tools/DotNetOpenAuth.props')
-rw-r--r-- | tools/DotNetOpenAuth.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index b74f003..98685e4 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -82,7 +82,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')"/> |