Commit 930ec0da authored by ArnoldZokas's avatar ArnoldZokas

Added batch file for running 'RunBenchmarks'

parent a5a1b993
@echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:RunBenchmarks /p:BuildConfiguration=Release
pause
\ No newline at end of file
......@@ -22,5 +22,6 @@
<!-- targets -->
<Target Name="Build" DependsOnTargets="_Compile" />
<Target Name="RunBenchmarks" DependsOnTargets="_Compile" />
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment