tree: fdd539a4dd406b053f4d8333eee39c50aa815769 [path history] [tgz]
  1. gpr/
  2. gpr_test_util/
  3. grpc/
  4. grpc++/
  5. grpc_csharp_ext/
  6. grpc_test_util/
  7. grpc_unsecure/
  8. vs2010/
  9. vs2013/
  10. .gitignore
  11. global.props
  12. Grpc.mak
  13. grpc.sln
  14. make.bat
  15. README.md
  16. winsock.props
vsprojects/README.md

This directory contains MS Visual Studio project & solution files.

#Supported Visual Studio versions

Currently supported versions are Visual Studio 2013 (primary), 2012 and 2010.

#Building We are using nuget to pull zlib and openssl dependencies. If you don't have Visual Studio NuGet plugin installed, you'll need to manually restore the NuGet packages.

REM no need to do this if you have NuGet visual studio extension.
nuget restore

After that, open grpc.sln with Visual Studio and hit "Build".

#Testing

Use make.bat to build are run gRPC tests.

make.bat test