summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-06-11 10:52:13 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-06-11 10:52:13 -0700
commit730e1a51e6e7c85a05d26dec0d041aecb8529f51 (patch)
treea38bbcbfa63cce9fb69bc97983ca826b14ec8dd0 /samples
parent45519ce569b708076a26b99d34e150608273ca24 (diff)
downloadDotNetOpenAuth-730e1a51e6e7c85a05d26dec0d041aecb8529f51.zip
DotNetOpenAuth-730e1a51e6e7c85a05d26dec0d041aecb8529f51.tar.gz
DotNetOpenAuth-730e1a51e6e7c85a05d26dec0d041aecb8529f51.tar.bz2
A new ohloh.proj project builds the Ohloh instruct file and upload script now. Woot.
Diffstat (limited to 'samples')
-rw-r--r--samples/tools.proj8
1 files changed, 7 insertions, 1 deletions
diff --git a/samples/tools.proj b/samples/tools.proj
index 74f6457..94da8c8 100644
--- a/samples/tools.proj
+++ b/samples/tools.proj
@@ -37,10 +37,16 @@
<Purge Directories="$(ToolsDirectory)" IntendedFiles="@(AllToolTargets)" />
</Target>
- <Target Name="Build" DependsOnTargets="Layout">
+ <Target Name="Build" DependsOnTargets="Layout" Returns="@(RedistributableFiles)">
<PropertyGroup>
<ToolsZip>$(ToolsDirectoryNoSlash).zip</ToolsZip>
</PropertyGroup>
+ <ItemGroup>
+ <RedistributableFiles Include="$(ToolsZip)">
+ <Package>DotNetOpenAuth-Tools</Package>
+ <Platform>.NET $(TargetFrameworkVersion)</Platform>
+ </RedistributableFiles>
+ </ItemGroup>
<Zip ZipFileName="$(ToolsZip)"
Files="@(AllToolTargets)"