Jan Tattermusch d2a38450aa remove what's left from vs2010 and vs2013 directories 10 éve
..
gpr b5bf574e0c regenerated project files 10 éve
gpr_test_util 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
grpc f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 éve
grpc++ b5bf574e0c regenerated project files 10 éve
grpc_csharp_ext f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 éve
grpc_test_util 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
grpc_unsecure f6f6fdb49f start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages 10 éve
.gitignore 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
Grpc.mak 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
README.md 33c424ad85 small fixes in README.md 10 éve
global.props 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
grpc.sln 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
make.bat 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve
winsock.props 8ff00a3c25 big refactoring of visual studio projects, started using nuget 10 éve

README.md

This directory contains MS Visual Studio project & solution files.

#Supported Visual Studio versions

Currently supported versions are Visual Studio 2013 (our primary focus) 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 download nuget.exe from web and manually restore the NuGet packages.

> REM Run from this directory.
> 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 gRPC tests.

make.bat test