Explorar o código

Added batch file for running 'RunBenchmarks'

ArnoldZokas %!s(int64=15) %!d(string=hai) anos
pai
achega
930ec0dab2
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 5 0
      build/RunBenchmarks .bat
  2. 1 0
      build/build.csproj

+ 5 - 0
build/RunBenchmarks .bat

@@ -0,0 +1,5 @@
+@echo off
+
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:RunBenchmarks /p:BuildConfiguration=Release
+
+pause

+ 1 - 0
build/build.csproj

@@ -22,5 +22,6 @@
 
 	<!-- targets -->
 	<Target Name="Build" DependsOnTargets="_Compile" />
+	<Target Name="RunBenchmarks" DependsOnTargets="_Compile" />
 
 </Project>