Lines Matching full:msbuild
39 You may still use the MSBuild integration provided by `Grpc.Tools` for other architectures provided…
90 * Sharing `.proto` files between projects with MSBuild links.
93 ### Sharing `.proto` with MSBuild links
96 using MSBuild's [`Link` or `LinkBase` settings](https://learn.microsoft.com/visualstudio/msbuild/co…
174 project, will be set to the value of the standard MSBuild property
208 be separated by semi-colons (;). This is the syntax that MsBuild uses for lists.
280 ## MSBuild Properties
282 You can set some Properties in your project file or on the MSBuild command line. The
459 This warning can be suppressed by setting the MSBuild property:
474 …nableDefaultProtobufItems` has be set to `true` in the project file or on the MSBuild command line.
575 You may still use the MSBuild integration provided by `Grpc.Tools` for architectures where
646 - defines an MSBuild property giving the path to the `.proto` files in the
674 <!-- copy the My.Example.Protos.targets file for MSBuild integration -->
685 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">