summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/DotNetOpenAuth.props2
-rw-r--r--tools/drop.proj2
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\**;