diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-08-08 18:40:51 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-08-08 18:40:51 -0700 |
commit | d9a8fb207e0c1792cdabb80dbd442fbba0958371 (patch) | |
tree | 80936419469818e1f1cde1bbf006cf9eedb7c87a /vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | |
parent | 448672ea2a321cc891eb7f0483d5e5e995b79054 (diff) |
add protobuf.props to plugin projects
Diffstat (limited to 'vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj')
-rw-r--r-- | vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj index aae82723e4..2d63a8496b 100644 --- a/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj +++ b/vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj @@ -48,6 +48,7 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\protoc.props" /> + <Import Project="..\protobuf.props" /> <Import Project="..\global.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> |