aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/buildall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/buildall.bat')
-rw-r--r--src/csharp/buildall.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/buildall.bat b/src/csharp/buildall.bat
index 34ad923307..68c61ef039 100644
--- a/src/csharp/buildall.bat
+++ b/src/csharp/buildall.bat
@@ -5,7 +5,7 @@ setlocal
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
@rem Build the C# native extension
-msbuild ..\..\vsprojects\grpc.sln /t:grpc_csharp_ext || goto :error
+msbuild ..\..\vsprojects\grpc.sln /t:grpc_csharp_ext /p:PlatformToolset=v120 || goto :error
msbuild Grpc.sln /p:Configuration=Debug || goto :error
msbuild Grpc.sln /p:Configuration=Release || goto :error