|
15 | 15 | </ItemGroup> |
16 | 16 |
|
17 | 17 | <ItemGroup> |
18 | | - <Compile Include="Caches\AccountCacheItem.cs" /> |
19 | | - <Compile Include="Collections\ITrackingCollection.cs" /> |
20 | | - <Compile Include="Collections\TrackingCollection.cs" /> |
21 | | - <Compile Include="Extensions\ConnectionManagerExtensions.cs" /> |
22 | | - <Compile Include="Factories\IModelServiceFactory.cs" /> |
23 | | - <Compile Include="GlobalSuppressions.cs" /> |
24 | | - <Compile Include="Models\IAvatarContainer.cs" /> |
25 | | - <Compile Include="Models\IInlineAnnotationModel.cs" /> |
26 | | - <Compile Include="Models\InlineAnnotationModel.cs" /> |
27 | | - <Compile Include="Models\InlineCommentModel.cs" /> |
28 | | - <Compile Include="Models\IInlineCommentThreadModel.cs" /> |
29 | | - <Compile Include="Models\IPullRequestSessionFile.cs" /> |
30 | | - <Compile Include="Models\PullRequestTextBufferInfo.cs" /> |
31 | | - <Compile Include="Services\IModelService.cs" /> |
32 | | - <Compile Include="Services\IGistPublishService.cs" /> |
33 | | - <Compile Include="Services\IPullRequestEditorService.cs" /> |
34 | | - <Compile Include="Services\IPullRequestSession.cs" /> |
35 | | - <Compile Include="Services\IPullRequestService.cs" /> |
36 | | - <Compile Include="Services\IPullRequestSessionManager.cs" /> |
37 | | - <Compile Include="Services\IRepositoryForkService.cs" /> |
38 | | - <Compile Include="Services\IShowDialogService.cs" /> |
39 | | - <Compile Include="Services\LocalRepositoriesExtensions.cs" /> |
40 | | - <Compile Include="Services\ModelServiceExtensions.cs" /> |
41 | | - <Compile Include="Services\PullRequestSessionExtensions.cs" /> |
42 | | - <Compile Include="ViewModels\Dialog\IDialogContentViewModel.cs" /> |
43 | | - <Compile Include="ViewModels\Dialog\IForkRepositoryExecuteViewModel.cs" /> |
44 | | - <Compile Include="ViewModels\Dialog\IForkRepositorySwitchViewModel.cs" /> |
45 | | - <Compile Include="ViewModels\Dialog\IForkRepositoryViewModel.cs" /> |
46 | | - <Compile Include="ViewModels\Dialog\IForkRepositorySelectViewModel.cs" /> |
47 | | - <Compile Include="ViewModels\Dialog\IGitHubDialogWindowViewModel.cs" /> |
48 | | - <Compile Include="ViewModels\Dialog\IGistCreationViewModel.cs" /> |
49 | | - <Compile Include="ViewModels\Dialog\ILogin2FaViewModel.cs" /> |
50 | | - <Compile Include="ViewModels\Dialog\ILoginCredentialsViewModel.cs" /> |
51 | | - <Compile Include="ViewModels\Dialog\ILoginViewModel.cs" /> |
52 | | - <Compile Include="ViewModels\Dialog\IRepositoryCloneViewModel.cs" /> |
53 | | - <Compile Include="ViewModels\Dialog\IRepositoryCreationViewModel.cs" /> |
54 | | - <Compile Include="ViewModels\Dialog\IRepositoryRecloneViewModel.cs" /> |
55 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestAnnotationItemViewModel.cs" /> |
56 | | - <Compile Include="ViewModels\GitHubPane\IIssueListItemViewModelBase.cs" /> |
57 | | - <Compile Include="ViewModels\GitHubPane\IIssueListViewModelBase.cs" /> |
58 | | - <Compile Include="ViewModels\GitHubPane\ILoggedOutViewModel.cs" /> |
59 | | - <Compile Include="ViewModels\GitHubPane\INavigationViewModel.cs" /> |
60 | | - <Compile Include="ViewModels\GitHubPane\ILoginFailedViewModel.cs" /> |
61 | | - <Compile Include="ViewModels\GitHubPane\IPanePageViewModel.cs" /> |
62 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestAnnotationsViewModel.cs" /> |
63 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestCheckViewModel.cs" /> |
64 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestFilesViewModel.cs" /> |
65 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestListItemViewModel.cs" /> |
66 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestListViewModel.cs" /> |
67 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestReviewAuthoringViewModel.cs" /> |
68 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestReviewFileCommentViewModel.cs" /> |
69 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestReviewSummaryViewModel.cs" /> |
70 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestReviewViewModel.cs" /> |
71 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestUserReviewsViewModel.cs" /> |
72 | | - <Compile Include="ViewModels\GitHubPane\ISearchablePageViewModel.cs" /> |
73 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestCreationViewModel.cs" /> |
74 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestDetailViewModel.cs" /> |
75 | | - <Compile Include="ViewModels\GitHubPane\INotAGitHubRepositoryViewModel.cs" /> |
76 | | - <Compile Include="ViewModels\GitHubPane\INotAGitRepositoryViewModel.cs" /> |
77 | | - <Compile Include="Services\NotificationDispatcher.cs" /> |
78 | | - <Compile Include="Caches\IImageCache.cs" /> |
79 | | - <Compile Include="Caches\ISharedCache.cs" /> |
80 | | - <Compile Include="Services\IImageDownloader.cs" /> |
81 | | - <Compile Include="Services\IGitClient.cs" /> |
82 | | - <Compile Include="Services\IRepositoryPublishService.cs" /> |
83 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestChangeNode.cs" /> |
84 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestDirectoryNode.cs" /> |
85 | | - <Compile Include="ViewModels\GitHubPane\IPullRequestFileNode.cs" /> |
86 | | - <Compile Include="ViewModels\Dialog\IRepositoryCreationTarget.cs" /> |
87 | | - <Compile Include="ViewModels\Dialog\ILoginToGitHubForEnterpriseViewModel.cs" /> |
88 | | - <Compile Include="ViewModels\Dialog\ILoginToGitHubViewModel.cs" /> |
89 | | - <Compile Include="ViewModels\IActorViewModel.cs" /> |
90 | | - <Compile Include="ViewModels\ILoginToHostViewModel.cs" /> |
91 | | - <Compile Include="ViewModels\IRepositoryForm.cs" /> |
92 | | - <Compile Include="Helpers\ExceptionHelper.cs" /> |
93 | | - <Compile Include="Models\GitIgnoreItem.cs" /> |
94 | | - <Compile Include="Models\LicenseItem.cs" /> |
95 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
96 | | - <Compile Include="..\common\SolutionInfo.cs"> |
97 | | - <Link>Properties\SolutionInfo.cs</Link> |
98 | | - </Compile> |
99 | | - <Compile Include="ViewModels\IUserFilterViewModel.cs" /> |
100 | | - <Compile Include="ViewModels\ViewModelBase.cs" /> |
101 | | - <Compile Include="ViewModels\TeamExplorer\IRepositoryPublishViewModel.cs" /> |
102 | | - </ItemGroup> |
103 | | - <ItemGroup> |
104 | | - <Compile Include="Factories\IApiClientFactory.cs" /> |
105 | | - <Compile Include="Authentication\IDelegatingTwoFactorChallengeHandler.cs" /> |
106 | | - <Compile Include="Api\IApiClient.cs" /> |
107 | | - <Compile Include="Services\IAvatarProvider.cs" /> |
108 | | - <Compile Include="Services\IRepositoryCloneService.cs" /> |
109 | | - <Compile Include="Services\IRepositoryCreationService.cs" /> |
110 | | - <Compile Include="Validation\ReactivePropertyValidator.cs" /> |
111 | | - </ItemGroup> |
112 | | - <ItemGroup> |
113 | | - <None Include="packages.config"> |
114 | | - <SubType>Designer</SubType> |
115 | | - </None> |
116 | 18 | <ProjectReference Include="..\..\submodules\akavache\Akavache\Akavache_Net45.csproj" /> |
117 | 19 | <ProjectReference Include="..\..\submodules\reactiveui\ReactiveUI\ReactiveUI_Net45.csproj" /> |
118 | 20 | <ProjectReference Include="..\..\submodules\splat\Splat\Splat-Net45.csproj" /> |
|
0 commit comments