|
210 | 210 | <Compile Include="Models\IssueCommentModel.cs" /> |
211 | 211 | <Compile Include="Models\PullRequestReviewCommentModel.cs" /> |
212 | 212 | <Compile Include="Models\PullRequestDetailArgument.cs" /> |
| 213 | + <Compile Include="SampleData\ForkRepositoryExecuteViewModelDesigner.cs" /> |
| 214 | + <Compile Include="SampleData\ForkRepositorySelectViewModelDesigner.cs" /> |
213 | 215 | <Compile Include="Models\PullRequestReviewModel.cs" /> |
214 | 216 | <Compile Include="SampleData\GitServiceDesigner.cs" /> |
| 217 | + <Compile Include="SampleData\ForkRepositorySwitchViewModelDesigner.cs" /> |
215 | 218 | <Compile Include="SampleData\PullRequestFilesViewModelDesigner.cs" /> |
216 | 219 | <Compile Include="SampleData\PullRequestReviewAuthoringViewModelDesigner.cs" /> |
217 | 220 | <Compile Include="SampleData\PullRequestReviewFileCommentViewModelDesigner.cs" /> |
218 | 221 | <Compile Include="SampleData\PullRequestReviewViewModelDesigner.cs" /> |
219 | 222 | <Compile Include="SampleData\PullRequestUserReviewsViewModelDesigner.cs" /> |
220 | 223 | <Compile Include="Services\EnterpriseCapabilitiesService.cs" /> |
221 | 224 | <Compile Include="Services\GlobalConnection.cs" /> |
| 225 | + <Compile Include="Services\RepositoryForkService.cs" /> |
| 226 | + <Compile Include="ViewModels\Dialog\ForkRepositoryExecuteViewModel.cs" /> |
| 227 | + <Compile Include="ViewModels\Dialog\ForkRepositorySwitchViewModel.cs" /> |
| 228 | + <Compile Include="ViewModels\Dialog\ForkRepositoryViewModel.cs" /> |
| 229 | + <Compile Include="ViewModels\Dialog\ForkRepositorySelectViewModel.cs" /> |
222 | 230 | <Compile Include="Services\PullRequestEditorService.cs" /> |
223 | 231 | <Compile Include="Services\TeamExplorerContext.cs" /> |
224 | 232 | <Compile Include="Services\OAuthCallbackListener.cs" /> |
|
396 | 404 | <EmbeddedResource Include="Resources.resx"> |
397 | 405 | <Generator>ResXFileCodeGenerator</Generator> |
398 | 406 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 407 | + <SubType>Designer</SubType> |
399 | 408 | </EmbeddedResource> |
400 | 409 | </ItemGroup> |
401 | 410 | <ItemGroup> |
|
0 commit comments