Auto merge of #2848 - micbou:cs-completer-property-platform, r=bstaletic

[READY] Update MSBuild command in documentation

See PR https://github.com/Valloric/ycmd/pull/884. Also, remove the part where we suggest to replace `msbuild` with `xbuild` since [`xbuild` is deprecated](http://www.mono-project.com/docs/about-mono/releases/5.0.0/#xbuild).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2848)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2017-12-26 14:12:16 -08:00 committed by GitHub
commit e59e3afcde
2 changed files with 5 additions and 6 deletions

View File

@ -679,10 +679,9 @@ process.
Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer`
and run and run
msbuild /property:Configuration=Release /property:TargetFrameworkVersion=v4.5 msbuild /property:Configuration=Release /property:Platform="Any CPU" /property:TargetFrameworkVersion=v4.5
Replace `msbuild` by `xbuild` if `msbuild` is not available. On Windows, On Windows, be sure that [the build utility `msbuild` is in your
be sure that [the build utility `msbuild` is in your
PATH][add-msbuild-to-path]. PATH][add-msbuild-to-path].
- Go support: install [Go][go-install] and add it to your path. Navigate to - Go support: install [Go][go-install] and add it to your path. Navigate to

View File

@ -897,11 +897,11 @@ will notify you to recompile it. You should then rerun the install process.
- C# support: install Mono on non-Windows platforms [41]. Navigate to - C# support: install Mono on non-Windows platforms [41]. Navigate to
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run 'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
msbuild /property:Configuration=Release msbuild /property:Configuration=Release /property:Platform="Any CPU"
/property:TargetFrameworkVersion=v4.5 /property:TargetFrameworkVersion=v4.5
Replace 'msbuild' by 'xbuild' if 'msbuild' is not available. On Windows, On Windows, be sure that the build utility 'msbuild' is in your PATH
be sure that the build utility 'msbuild' is in your PATH [38]. [38].
- Go support: install Go [27] and add it to your path. Navigate to - Go support: install Go [27] and add it to your path. Navigate to
'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go 'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go