Fixed a output directory path bug that caused RunBenchmark to fail

This commit is contained in:
ArnoldZokas 2010-12-01 00:01:05 +00:00
parent df9b57896d
commit 8c5121bc62

View File

@ -52,7 +52,7 @@
</Target>
<Target Name="_RunBenchmarks">
<Exec Command="&quot;$(ProtoBenchExePath)&quot; Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > &quot;$(BuildTempDirectory)\BenchmarkResults.txt&quot;" />
<Exec Command="&quot;$(ProtoBenchExePath)&quot; Google.ProtocolBuffers.ProtoBench.SizeMessage1,BenchmarkTypes $(ProjectDirectory)\benchmarks\google_message1.dat > &quot;$(BuildTempDirectory)\..\BenchmarkResults.txt&quot;" />
</Target>
</Project>