diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-07-29 22:34:53 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-07-29 22:34:53 +0000 |
commit | cbd71cacb0ffca9b1be35e334b24fe20715a72d1 (patch) | |
tree | 061d414d218ecc3da1f6c06ade3ac14bce309a24 /clang/tools/clang-format-vs/ClangFormat | |
parent | 7306cf3cb7fd69583510529609b975939393254f (diff) | |
download | bcm5719-llvm-cbd71cacb0ffca9b1be35e334b24fe20715a72d1.tar.gz bcm5719-llvm-cbd71cacb0ffca9b1be35e334b24fe20715a72d1.zip |
clang-format vs plugin: include the license
The vsix installer will show the license when it starts, and it
would print an annoying message when there was none.
While we're here, add a MoreInfoUrl.
llvm-svn: 214237
Diffstat (limited to 'clang/tools/clang-format-vs/ClangFormat')
-rw-r--r-- | clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index 2f49221d14b..709b33d6fa2 100644 --- a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj +++ b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj @@ -181,6 +181,9 @@ <Content Include="clang-format.exe">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
+ <Content Include="license.txt">
+ <IncludeInVSIX>true</IncludeInVSIX>
+ </Content>
<Content Include="Resources\Package.ico" />
</ItemGroup>
<ItemGroup>
@@ -227,4 +230,4 @@ <Target Name="AfterBuild">
</Target>
-->
-</Project>
\ No newline at end of file +</Project>
|