|
72 | 72 | <Compile Include="Commands\InlineCommentNavigationCommand.cs" /> |
73 | 73 | <Compile Include="Commands\PreviousInlineCommentCommand.cs" /> |
74 | 74 | <Compile Include="Commands\NextInlineCommentCommand.cs" /> |
| 75 | + <Compile Include="Commands\VsCommandBase.cs" /> |
75 | 76 | <Compile Include="Glyph\GlyphData.cs" /> |
76 | 77 | <Compile Include="Glyph\GlyphMargin.cs" /> |
77 | 78 | <Compile Include="Glyph\GlyphMarginVisualManager.cs" /> |
|
93 | 94 | <Compile Include="Peek\InlineCommentPeekResultPresenter.cs" /> |
94 | 95 | <Compile Include="Properties\AssemblyInfo.cs" /> |
95 | 96 | <Compile Include="SampleData\CommentThreadViewModelDesigner.cs" /> |
96 | | - <Compile Include="SampleData\DiffCommentThreadViewModelDesigner.cs" /> |
97 | | - <Compile Include="SampleData\PullRequestCommentsViewModelDesigner.cs" /> |
98 | 97 | <Compile Include="Services\IInlineCommentPeekService.cs" /> |
99 | 98 | <Compile Include="Services\IPullRequestSessionService.cs" /> |
100 | 99 | <Compile Include="Services\InlineCommentPeekService.cs" /> |
|
103 | 102 | <Compile Include="InlineCommentMarginProvider.cs" /> |
104 | 103 | <Compile Include="Services\PullRequestSessionService.cs" /> |
105 | 104 | <Compile Include="ViewModels\CommentViewModel.cs" /> |
106 | | - <Compile Include="ViewModels\DiffCommentThreadViewModel.cs" /> |
107 | 105 | <Compile Include="ViewModels\ICommentThreadViewModel.cs" /> |
108 | 106 | <Compile Include="ViewModels\CommentThreadViewModel.cs" /> |
109 | | - <Compile Include="ViewModels\IDiffCommentThreadViewModel.cs" /> |
110 | | - <Compile Include="ViewModels\IInlineCommentViewModel.cs" /> |
111 | 107 | <Compile Include="ViewModels\InlineCommentPeekViewModel.cs" /> |
112 | 108 | <Compile Include="ViewModels\NewInlineCommentThreadViewModel.cs" /> |
113 | 109 | <Compile Include="ViewModels\InlineCommentViewModel.cs" /> |
|
125 | 121 | <Compile Include="Views\InlineCommentPeekView.xaml.cs"> |
126 | 122 | <DependentUpon>InlineCommentPeekView.xaml</DependentUpon> |
127 | 123 | </Compile> |
128 | | - <Compile Include="Views\PullRequestCommentsPane.cs" /> |
129 | | - <Compile Include="Views\PullRequestCommentsView.xaml.cs"> |
130 | | - <DependentUpon>PullRequestCommentsView.xaml</DependentUpon> |
131 | | - </Compile> |
132 | 124 | <Compile Include="SampleData\CommentViewModelDesigner.cs" /> |
133 | 125 | <Compile Include="Services\DiffService.cs" /> |
134 | 126 | <Compile Include="Services\IDiffService.cs" /> |
|
423 | 415 | <SubType>Designer</SubType> |
424 | 416 | <ContainsDesignTimeResources>true</ContainsDesignTimeResources> |
425 | 417 | </Page> |
426 | | - <Page Include="Views\DiffCommentThreadView.xaml"> |
427 | | - <SubType>Designer</SubType> |
428 | | - <Generator>MSBuild:Compile</Generator> |
429 | | - </Page> |
430 | 418 | <Page Include="Views\GlyphMarginGrid.xaml"> |
431 | 419 | <SubType>Designer</SubType> |
432 | 420 | <Generator>MSBuild:Compile</Generator> |
|
435 | 423 | <SubType>Designer</SubType> |
436 | 424 | <Generator>MSBuild:Compile</Generator> |
437 | 425 | </Page> |
438 | | - <Page Include="Views\PullRequestCommentsView.xaml"> |
439 | | - <SubType>Designer</SubType> |
440 | | - <Generator>MSBuild:Compile</Generator> |
441 | | - </Page> |
442 | 426 | <Page Include="Tags\AddInlineCommentGlyph.xaml"> |
443 | 427 | <Generator>MSBuild:Compile</Generator> |
444 | 428 | <SubType>Designer</SubType> |
|
0 commit comments