summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-02 16:47:12 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-02 16:49:36 -0700
commit4513da785ab63336f6e673cee472c68415d421c1 (patch)
treeb990ccbe0a159b8e9273e1f8edf71901d1a620fc /tools
parentf6db00c14a8e280dccd83953536edb468fbaca14 (diff)
downloadDotNetOpenAuth-4513da785ab63336f6e673cee472c68415d421c1.zip
DotNetOpenAuth-4513da785ab63336f6e673cee472c68415d421c1.tar.gz
DotNetOpenAuth-4513da785ab63336f6e673cee472c68415d421c1.tar.bz2
Added a DotNetOpenAuth.proj that builds a unified assembly.
Diffstat (limited to 'tools')
-rw-r--r--tools/DotNetOpenAuth.props26
1 files changed, 25 insertions, 1 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props
index 8364393..e64a2a1 100644
--- a/tools/DotNetOpenAuth.props
+++ b/tools/DotNetOpenAuth.props
@@ -36,8 +36,32 @@
</PropertyGroup>
<ItemGroup>
+ <ProductProjectNames Include="
+ DotNetOpenAuth.Messaging;
+ DotNetOpenAuth.Messaging.UI;
+ Mono.Math;
+ Org.Mentalis.Security.Cryptography;
+ DotNetOpenAuth.OpenId;
+ DotNetOpenAuth.OpenId.UI;
+ DotNetOpenAuth.OpenId.Provider;
+ DotNetOpenAuth.OpenId.Provider.UI;
+ DotNetOpenAuth.OpenId.RelyingParty;
+ DotNetOpenAuth.OpenId.RelyingParty.UI;
+ DotNetOpenAuth.OAuth2;
+ DotNetOpenAuth.OAuth2.AuthorizationServer;
+ DotNetOpenAuth.OAuth2.Client;
+ DotNetOpenAuth.OAuth2.Client.UI;
+ DotNetOpenAuth.OAuth2.ResourceServer;
+ DotNetOpenAuth.OAuth;
+ DotNetOpenAuth.OAuth.Consumer;
+ DotNetOpenAuth.OAuth.ServiceProvider;
+ DotNetOpenAuth.InfoCard;
+ DotNetOpenAuth.InfoCard.UI;
+ DotNetOpenAuth.OpenIdInfoCard.UI;
+ " />
+ <ProductProjects Include="@(ProductProjectNames->'$(ProjectRoot)src\%(Identity)\%(Identity).csproj')"/>
+
<SignDependsOn Include="Build" />
- <ILMergeInputAssemblies Include="$(OutputPath)$(ProductName).dll" />
<ILMergeInputAssemblies Condition=" '$(ClrVersion)' == '2' "
Include="$(ProjectRoot)lib\Microsoft.Contracts.dll" />
</ItemGroup>