summaryrefslogtreecommitdiffstats
path: root/tools/ohloh.proj
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ohloh.proj')
-rw-r--r--tools/ohloh.proj33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/ohloh.proj b/tools/ohloh.proj
new file mode 100644
index 0000000..f1c41a6
--- /dev/null
+++ b/tools/ohloh.proj
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildProjectDirectory)\DotNetOpenAuth.automated.props"/>
+
+ <Target Name="Build">
+ <MSBuild BuildInParallel="$(BuildInParallel)"
+ Projects="
+ $(ProjectRoot)samples\tools.proj;
+ $(ProjectRoot)tools\drop.proj;
+ ">
+ <Output TaskParameter="TargetOutputs" ItemName="RedistributableFiles"/>
+ </MSBuild>
+
+ <ItemGroup>
+ <RedistributableFiles>
+ <Icon Condition=" '%(RedistributableFiles.Icon)' == '' ">windows</Icon>
+ <Platform Condition=" '%(RedistributableFiles.Platform)' == '' ">Visual Studio 2010, .NET $(TargetFrameworkVersion)</Platform>
+ </RedistributableFiles>
+ </ItemGroup>
+
+ <PrepareOhlohRelease
+ Release="$(BuildVersionSimple)"
+ InstructFile="$(IntermediatePath)OhlohInstruct.xml"
+ UploadScript="$(IntermediatePath)OhlohUpload.sh"
+ OhlohUser="aarnott"
+ OhlohProject="dotnetopenauth"
+ RedistributableFiles="@(RedistributableFiles)"
+ Condition=" '%(RedistributableFiles.VSGallery)' != 'true' "
+ />
+ </Target>
+
+ <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.automated.targets"/>
+</Project> \ No newline at end of file