aboutsummaryrefslogtreecommitdiff
path: root/build/Common.targets
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-12-01 21:45:33 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-12-01 21:45:33 +0000
commit8bd5521e692b1decf541750c337f1e3b07eb8e1d (patch)
tree5408a2f0af0cc580be4a8a297ae11a3fb70c0eb6 /build/Common.targets
parent57afbcf693983b70d3b141d6e4841995e2d3370e (diff)
downloadprotobuf-8bd5521e692b1decf541750c337f1e3b07eb8e1d.tar.gz
protobuf-8bd5521e692b1decf541750c337f1e3b07eb8e1d.tar.bz2
protobuf-8bd5521e692b1decf541750c337f1e3b07eb8e1d.zip
Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exception during execution
Diffstat (limited to 'build/Common.targets')
-rw-r--r--build/Common.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Common.targets b/build/Common.targets
index fc611d76..e26bc07a 100644
--- a/build/Common.targets
+++ b/build/Common.targets
@@ -75,6 +75,7 @@
<ItemGroup>
<BenchmarkResources Include="$(BenchmarkProtosDirectory)\google_message1.dat" />
<BenchmarkResources Include="$(BenchmarkProtosDirectory)\google_message2.dat" />
+ <BenchmarkResources Include="$(SourceDirectory)\ProtocolBuffers\bin\$(BuildConfiguration)\Google.ProtocolBuffers.dll" />
<BenchmarkResources Include="$(SourceDirectory)\ProtoBench\bin\$(BuildConfiguration)\ProtoBench.exe" />
</ItemGroup>