Jan Tattermusch f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 жил өмнө
..
gpr b5bf574e0c regenerated project files 10 жил өмнө
gpr_test_util 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
grpc f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 жил өмнө
grpc++ b5bf574e0c regenerated project files 10 жил өмнө
grpc_csharp_ext f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 жил өмнө
grpc_test_util 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
grpc_unsecure f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 жил өмнө
vs2010 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
vs2013 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
.gitignore 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
Grpc.mak 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
README.md 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
global.props 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
grpc.sln 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
make.bat 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө
winsock.props 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 жил өмнө

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