From 3e7f680742d9341f650f132fd5653cb5c70e74e4 Mon Sep 17 00:00:00 2001 From: simo9000 Date: Sat, 4 Jan 2020 19:33:29 -0800 Subject: [PATCH] Changes all occurences of %(RelativePath) to %(RelativeDir) in src/csharp/BUILD-INTEGRATION.md --- src/csharp/BUILD-INTEGRATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/csharp/BUILD-INTEGRATION.md b/src/csharp/BUILD-INTEGRATION.md index 400365ab24a..b115999dc22 100644 --- a/src/csharp/BUILD-INTEGRATION.md +++ b/src/csharp/BUILD-INTEGRATION.md @@ -135,7 +135,7 @@ following stanza under the `` xml node: ```xml - + ``` @@ -144,7 +144,7 @@ and its subdirectories (`**`) include all files matching the wildcard `*.proto`. You can instead selectively include your files or selectively exclude files from the glob pattern; [MSBuild documentation explains that](https://docs.microsoft.com/visualstudio/msbuild/msbuild-items). The -`OutputDir="%(RelativePath)"` orders the output directory for each .cs file be +`OutputDir="%(RelativeDir)"` orders the output directory for each .cs file be same as the corresponding .proto directory. Finally, `CompileOutputs="false"` prevents compiling the generated files into an assembly. @@ -188,7 +188,7 @@ directories according to their service use, for example: ```xml -