Added batch file for running 'RunBenchmarks'

pull/288/head
ArnoldZokas 15 years ago
parent a5a1b99352
commit 930ec0dab2
  1. 5
      build/RunBenchmarks .bat
  2. 1
      build/build.csproj

@ -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>

Loading…
Cancel
Save