diff options
author | Nicolas Noble <nnoble@google.com> | 2015-07-30 15:39:43 -0700 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-07-30 19:17:03 -0700 |
commit | 563b8a2779d2887e5030672cdeb3122aaca8b376 (patch) | |
tree | 5ec4a5efae4e5c18ff7e2ad670f9b4a570122e65 /src | |
parent | 772fb1e9772373f6fa8b815860da222b3e9c8b42 (diff) |
Regenerating project files and massaging VS project files.
Diffstat (limited to 'src')
-rw-r--r-- | src/csharp/buildall.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/buildall.bat b/src/csharp/buildall.bat index e73feb87b9..d85896c255 100644 --- a/src/csharp/buildall.bat +++ b/src/csharp/buildall.bat @@ -9,7 +9,7 @@ cd /d %~dp0 @call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86 @rem Build the C# native extension -msbuild ..\..\vsprojects\grpc.sln /t:grpc_csharp_ext /p:PlatformToolset=v120 || goto :error +msbuild ..\..\vsprojects\grpc_csharp_ext.sln /p:PlatformToolset=v120 || goto :error msbuild Grpc.sln /p:Configuration=Debug || goto :error msbuild Grpc.sln /p:Configuration=Release || goto :error |