diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-27 17:39:14 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-27 17:39:14 -0700 |
commit | f48c24b3b6abf20b70dfa1ca38e416886d21a5bf (patch) | |
tree | 9a09930c33c08c2aab497ca07a798b5c5cf7b931 /tools | |
parent | ba720fb8879cc12fc05319f24c830e29c0512638 (diff) | |
download | DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.zip DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.tar.gz DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.tar.bz2 |
Added NuGet package dependency and fixed build breaks in samples.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/drop.proj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/drop.proj b/tools/drop.proj index 13b8f68..88a20c9 100644 --- a/tools/drop.proj +++ b/tools/drop.proj @@ -115,9 +115,8 @@ <DropSatelliteSourceFiles> <CultureDir>$([System.IO.Path]::GetDirectoryName('$([System.IO.Path]::GetDirectoryName('%(RecursiveDir)'))'))\</CultureDir> </DropSatelliteSourceFiles> - <DropLibSourceFiles Include=" - $(ProjectRoot)Lib\log4net.*; - " /> + <_DropLibSourceFiles Include="$(ProjectRoot)Lib\**\*" /> + <DropLibSourceFiles Include="@(_DropLibSourceFiles)" Condition=" '%(FileName)' == 'log4net' or '%(FileName)' == 'System.Net.Http' " /> <DropProjectTemplatesSourceFiles Include="@(ProjectTemplatesVsi)" /> <DropVsixSourceFiles Include="@(ExtensionVsix)" Condition=" '%(ExtensionVsix.IncludeInDrop)' == 'true' " /> |