diff options
Diffstat (limited to 'clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj')
-rw-r--r-- | clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index 65ccaba0f18..2f49221d14b 100644 --- a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj +++ b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj @@ -178,6 +178,9 @@ <None Include="Resources\Images_32bit.bmp" />
</ItemGroup>
<ItemGroup>
+ <Content Include="clang-format.exe">
+ <IncludeInVSIX>true</IncludeInVSIX>
+ </Content>
<Content Include="Resources\Package.ico" />
</ItemGroup>
<ItemGroup>
|