diff options
Diffstat (limited to 'clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj')
-rw-r--r-- | clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj index 5ce601d649b..db34a689d5d 100644 --- a/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj +++ b/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj @@ -214,6 +214,8 @@ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PkgCmdID.cs" />
+ <Compile Include="RunningDocTableEventsDispatcher.cs" />
+ <Compile Include="Vsix.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
|