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

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