@@ -0,0 +1,5 @@
+@echo off
+
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:RunBenchmarks /p:BuildConfiguration=Release
+pause
@@ -22,5 +22,6 @@
<!-- targets -->
<Target Name="Build" DependsOnTargets="_Compile" />
+ <Target Name="RunBenchmarks" DependsOnTargets="_Compile" />
</Project>