|
93 | 93 | <Compile Include="Peek\InlineCommentPeekResultPresenter.cs" /> |
94 | 94 | <Compile Include="Properties\AssemblyInfo.cs" /> |
95 | 95 | <Compile Include="SampleData\CommentThreadViewModelDesigner.cs" /> |
96 | | - <Compile Include="SampleData\DiffCommentThreadViewModelDesigner.cs" /> |
97 | | - <Compile Include="SampleData\PullRequestCommentsViewModelDesigner.cs" /> |
98 | 96 | <Compile Include="Services\IInlineCommentPeekService.cs" /> |
99 | 97 | <Compile Include="Services\IPullRequestSessionService.cs" /> |
100 | 98 | <Compile Include="Services\InlineCommentPeekService.cs" /> |
|
103 | 101 | <Compile Include="InlineCommentMarginProvider.cs" /> |
104 | 102 | <Compile Include="Services\PullRequestSessionService.cs" /> |
105 | 103 | <Compile Include="ViewModels\CommentViewModel.cs" /> |
106 | | - <Compile Include="ViewModels\DiffCommentThreadViewModel.cs" /> |
107 | 104 | <Compile Include="ViewModels\ICommentThreadViewModel.cs" /> |
108 | 105 | <Compile Include="ViewModels\CommentThreadViewModel.cs" /> |
109 | | - <Compile Include="ViewModels\IDiffCommentThreadViewModel.cs" /> |
110 | | - <Compile Include="ViewModels\IInlineCommentViewModel.cs" /> |
111 | 106 | <Compile Include="ViewModels\InlineCommentPeekViewModel.cs" /> |
112 | 107 | <Compile Include="ViewModels\NewInlineCommentThreadViewModel.cs" /> |
113 | | - <Compile Include="ViewModels\InlineCommentViewModel.cs" /> |
114 | | - <Compile Include="ViewModels\IPullRequestCommentsViewModel.cs" /> |
115 | | - <Compile Include="ViewModels\IssueCommentThreadViewModel.cs" /> |
116 | | - <Compile Include="ViewModels\PullRequestCommentsViewModel.cs" /> |
117 | 108 | <Compile Include="ViewModels\PullRequestStatusViewModel.cs" /> |
118 | | - <Compile Include="Views\DiffCommentThreadView.xaml.cs"> |
119 | | - <DependentUpon>DiffCommentThreadView.xaml</DependentUpon> |
120 | | - </Compile> |
121 | | - <Compile Include="Views\DiffView.cs" /> |
122 | 109 | <Compile Include="Views\GlyphMarginGrid.xaml.cs"> |
123 | 110 | <DependentUpon>GlyphMarginGrid.xaml</DependentUpon> |
124 | 111 | </Compile> |
125 | 112 | <Compile Include="Views\InlineCommentPeekView.xaml.cs"> |
126 | 113 | <DependentUpon>InlineCommentPeekView.xaml</DependentUpon> |
127 | 114 | </Compile> |
128 | | - <Compile Include="Views\PullRequestCommentsPane.cs" /> |
129 | | - <Compile Include="Views\PullRequestCommentsView.xaml.cs"> |
130 | | - <DependentUpon>PullRequestCommentsView.xaml</DependentUpon> |
131 | | - </Compile> |
132 | 115 | <Compile Include="SampleData\CommentViewModelDesigner.cs" /> |
133 | 116 | <Compile Include="Services\DiffService.cs" /> |
134 | 117 | <Compile Include="Services\IDiffService.cs" /> |
|
423 | 406 | <SubType>Designer</SubType> |
424 | 407 | <ContainsDesignTimeResources>true</ContainsDesignTimeResources> |
425 | 408 | </Page> |
426 | | - <Page Include="Views\DiffCommentThreadView.xaml"> |
427 | | - <SubType>Designer</SubType> |
428 | | - <Generator>MSBuild:Compile</Generator> |
429 | | - </Page> |
430 | 409 | <Page Include="Views\GlyphMarginGrid.xaml"> |
431 | 410 | <SubType>Designer</SubType> |
432 | 411 | <Generator>MSBuild:Compile</Generator> |
|
435 | 414 | <SubType>Designer</SubType> |
436 | 415 | <Generator>MSBuild:Compile</Generator> |
437 | 416 | </Page> |
438 | | - <Page Include="Views\PullRequestCommentsView.xaml"> |
439 | | - <SubType>Designer</SubType> |
440 | | - <Generator>MSBuild:Compile</Generator> |
441 | | - </Page> |
442 | 417 | <Page Include="Tags\AddInlineCommentGlyph.xaml"> |
443 | 418 | <Generator>MSBuild:Compile</Generator> |
444 | 419 | <SubType>Designer</SubType> |
|
0 commit comments