diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-26 16:33:41 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:52 -0800 |
commit | 5ccd92c7524466590b150bb76be8927d7f89d455 (patch) | |
tree | 6b1c49458cb6063a9a3731a4e98eff0c2f106260 /src | |
parent | cca405de64ca11dc4cf3f3d088f1373ac587da4b (diff) | |
download | DotNetOpenAuth-5ccd92c7524466590b150bb76be8927d7f89d455.zip DotNetOpenAuth-5ccd92c7524466590b150bb76be8927d7f89d455.tar.gz DotNetOpenAuth-5ccd92c7524466590b150bb76be8927d7f89d455.tar.bz2 |
Removed OAuth 2 from the unified DNOA assembly.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.proj b/src/DotNetOpenAuth/DotNetOpenAuth.proj index 7298dfb..0ae9c17 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.proj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.proj @@ -18,7 +18,7 @@ <ItemGroup> <ProjectReference Include="@(ProductProjects)"> - <PrimaryProductOutput>true</PrimaryProductOutput> + <PrimaryProductOutput Condition=" '%(MergeIntoUnifiedAssembly)' != 'false' ">true</PrimaryProductOutput> </ProjectReference> <SignDependsOn Include="BuildUnifiedProduct" /> <DelaySignedAssemblies Include="$(ILMergeOutputContractAssembly)" |