1<?xml version="1.0"?> 2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> 5 6 <!-- Revision number of this package conventions (as if "API" version). --> 7 <Protobuf_ToolingRevision>1</Protobuf_ToolingRevision> 8 9 <!-- For a Visual Studio C++ native project we currently only resolve tools and import paths. --> 10 <!-- TODO(kkm): Do not place non-tools under tools/, use build/native/bin/. --> 11 <!-- TODO(kkm): Do not package windows x64 builds (#13098). --> 12 <Protobuf_ProtocFullPath>$(MSBuildThisFileDirectory)..\..\tools\windows_x86\protoc.exe</Protobuf_ProtocFullPath> 13 <Protobuf_StandardImportsPath>$(MSBuildThisFileDirectory)include\</Protobuf_StandardImportsPath> 14 <gRPC_PluginFileName>grpc_cpp_plugin</gRPC_PluginFileName> 15 <gRPC_PluginFullPath>$(MSBuildThisFileDirectory)..\..\tools\windows_x86\grpc_cpp_plugin.exe</gRPC_PluginFullPath> 16 </PropertyGroup> 17</Project> 18