aboutsummaryrefslogtreecommitdiff
path: root/build/build.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.csproj')
-rw-r--r--build/build.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.csproj b/build/build.csproj
index c9b03b90..b493864b 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -22,5 +22,6 @@
<!-- targets -->
<Target Name="Build" DependsOnTargets="_Compile" />
+ <Target Name="RunBenchmarks" DependsOnTargets="_Compile" />
</Project>