This is an archive of the discontinued LLVM Phabricator instance.

[clang-format-vs] Use NuGet to download VS plugin dependencies.
Needs ReviewPublic

Authored by berenm on Dec 22 2015, 8:48 AM.

Details

Reviewers
klimek
Summary

One might find this change useful to build the clang-format-vs plugin. I had trouble with
the default VS2013 project: it was complaining about .NET compatibility issues.

This still requires to bootstrap the VS project using cmake && ninja clang_format_vsix
beforehand and AFAIK, the nuget packages aren't downloaded automatically by the cmake
rule, so it requires to open the project at least once.

Diff Detail

Event Timeline

berenm updated this revision to Diff 43448.Dec 22 2015, 8:48 AM
berenm retitled this revision from to [clang-format-vs] Use NuGet to download VS plugin dependencies..
berenm updated this object.