aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-10-02 16:59:53 -0500
committerrogerk <devnull@localhost>2011-10-02 16:59:53 -0500
commite08ae6f1f246031b9d78f46596f9c16413a4c9da (patch)
treebb41baa87bb2cab3bcf84e31906e2f31280f561d /build
parent4ebef33289325fd8ff668162060b770b6eaed033 (diff)
downloadprotobuf-e08ae6f1f246031b9d78f46596f9c16413a4c9da.tar.gz
protobuf-e08ae6f1f246031b9d78f46596f9c16413a4c9da.tar.bz2
protobuf-e08ae6f1f246031b9d78f46596f9c16413a4c9da.zip
Fix for incorrect Target/Configuration
Diffstat (limited to 'build')
-rw-r--r--build/BuildSilverlight2.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/BuildSilverlight2.bat b/build/BuildSilverlight2.bat
index 6fddcb08..efc6ed41 100644
--- a/build/BuildSilverlight2.bat
+++ b/build/BuildSilverlight2.bat
@@ -1,2 +1,2 @@
@echo off
-CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 /t:RunBenchmarks %1 %2 %3 %4 "/p:BuildConfiguration=Debug;TargetVersion=2"
+CMD.exe /Q /C "CD %~dp0 && %WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build.csproj /toolsversion:4.0 /t:Rebuild %1 %2 %3 %4 "/p:BuildConfiguration=Debug_Silverlight;TargetVersion=2"