|
17 | 17 | </ItemGroup> |
18 | 18 |
|
19 | 19 | <ItemGroup> |
20 | | - <Compile Include="Commands\ICopyLinkCommand.cs" /> |
21 | | - <Compile Include="Commands\IBlameLinkCommand.cs" /> |
22 | | - <Compile Include="Commands\IPullRequestFilterCommand.cs" /> |
23 | | - <Compile Include="Commands\IToggleInlineCommentMarginCommand.cs" /> |
24 | | - <Compile Include="Commands\IOpenLinkCommand.cs" /> |
25 | | - <Compile Include="Commands\ICreateGistCommand.cs" /> |
26 | | - <Compile Include="Commands\IShowCurrentPullRequestCommand.cs" /> |
27 | | - <Compile Include="Commands\ISyncSubmodulesCommand.cs" /> |
28 | | - <Compile Include="Commands\IShowGitHubPaneCommand.cs" /> |
29 | | - <Compile Include="Commands\IOpenPullRequestsCommand.cs" /> |
30 | | - <Compile Include="Commands\IAddConnectionCommand.cs" /> |
31 | | - <Compile Include="Commands\INextInlineCommentCommand.cs" /> |
32 | | - <Compile Include="Commands\InlineCommentNavigationParams.cs" /> |
33 | | - <Compile Include="Commands\IPreviousInlineCommentCommand.cs" /> |
34 | | - <Compile Include="Commands\IGoToSolutionOrPullRequestFileCommand.cs" /> |
35 | | - <Compile Include="Commands\IVsCommand.cs" /> |
36 | | - <Compile Include="Commands\IVsCommandBase.cs" /> |
37 | | - <Compile Include="Exports\ExportForVisualStudioProcessAttribute.cs" /> |
38 | | - <Compile Include="Exports\ExportForProcessAttribute.cs" /> |
39 | | - <Compile Include="Extensions\ConnectionManagerExtensions.cs" /> |
40 | | - <Compile Include="GitHubLogicException.cs" /> |
41 | | - <Compile Include="Models\CommitMessage.cs" /> |
42 | | - <Compile Include="Models\DiffChangeType.cs" /> |
43 | | - <Compile Include="Models\DiffChunk.cs" /> |
44 | | - <Compile Include="Models\DiffLine.cs" /> |
45 | | - <Compile Include="Models\DiffUtilities.cs" /> |
46 | | - <Compile Include="Models\ICommentModel.cs" /> |
47 | | - <Compile Include="Models\ILocalRepositoryModelFactory.cs" /> |
48 | | - <Compile Include="Models\IPullRequestReviewCommentModel.cs" /> |
49 | | - <Compile Include="Models\IPullRequestReviewModel.cs" /> |
50 | | - <Compile Include="Services\IEnterpriseCapabilitiesService.cs" /> |
51 | | - <Compile Include="Services\IGlobalConnection.cs" /> |
52 | | - <Compile Include="Services\ILocalRepositories.cs" /> |
53 | | - <Compile Include="Services\ITeamExplorerContext.cs" /> |
54 | | - <Compile Include="Services\IVisualStudioBrowser.cs" /> |
55 | | - <Compile Include="Models\UsageData.cs" /> |
56 | | - <Compile Include="Services\IUsageService.cs" /> |
57 | | - <Compile Include="Settings\PkgCmdID.cs" /> |
58 | | - <Compile Include="ViewModels\GitHubPane\IGitHubPaneViewModel.cs" /> |
59 | | - <Compile Include="ViewModels\IConnectionInitializedViewModel.cs" /> |
60 | | - <Compile Include="ViewModels\IInfoPanel.cs" /> |
61 | | - <Compile Include="ViewModels\IViewModel.cs" /> |
62 | | - <Compile Include="ViewModels\IOpenInBrowser.cs" /> |
63 | | - <None Include="..\common\settings.json"> |
64 | | - <Link>Properties\settings.json</Link> |
65 | | - </None> |
66 | | - <Compile Include="Services\MetricsService.cs" /> |
67 | | - <Compile Include="Collections\ICopyable.cs" /> |
68 | | - <Compile Include="ExceptionExtensions.cs" /> |
69 | | - <Compile Include="Extensions\VSExtensions.cs" /> |
70 | | - <Compile Include="GlobalSuppressions.cs" /> |
71 | | - <Compile Include="Helpers\INotifyPropertySource.cs" /> |
72 | | - <Compile Include="Extensions\PropertyNotifierExtensions.cs" /> |
73 | | - <Compile Include="Extensions\LocalRepositoryModelExtensions.cs" /> |
74 | | - <Compile Include="Helpers\SettingsStore.cs" /> |
75 | | - <Compile Include="Helpers\ThreadingHelper.cs" /> |
76 | | - <Compile Include="Models\BranchModel.cs" /> |
77 | | - <Compile Include="Models\ConnectionDetails.cs" /> |
78 | | - <Compile Include="Models\CloneDialogResult.cs" /> |
79 | | - <Compile Include="Models\GitReferenceModel.cs" /> |
80 | | - <Compile Include="Models\IAccount.cs" /> |
81 | | - <Compile Include="Models\IBranch.cs" /> |
82 | | - <Compile Include="Services\IConnectionCache.cs" /> |
83 | | - <Compile Include="Services\IConnectionManager.cs" /> |
84 | | - <Compile Include="Factories\IViewViewModelFactory.cs" /> |
85 | | - <Compile Include="Models\IPullRequestFileModel.cs" /> |
86 | | - <Compile Include="Models\IRepositoryModel.cs" /> |
87 | | - <Compile Include="Models\ILocalRepositoryModel.cs" /> |
88 | | - <Compile Include="Models\RepositoryModel.cs" /> |
89 | | - <Compile Include="Models\LocalRepositoryModel.cs" /> |
90 | | - <Compile Include="Helpers\NotificationAwareObject.cs" /> |
91 | | - <Compile Include="Models\UsageModel.cs" /> |
92 | | - <Compile Include="Primitives\RelayCommand.cs" /> |
93 | | - <Compile Include="Primitives\UriStringConverter.cs" /> |
94 | | - <Compile Include="Services\Connection.cs" /> |
95 | | - <Compile Include="Services\GitService.cs" /> |
96 | | - <Compile Include="Services\IActiveDocumentSnapshot.cs" /> |
97 | | - <Compile Include="Services\IDialogService.cs" /> |
98 | | - <Compile Include="Services\IGitService.cs" /> |
99 | | - <Compile Include="Services\IMetricsService.cs" /> |
100 | | - <Compile Include="Services\ISelectedTextProvider.cs" /> |
101 | | - <Compile Include="Services\INotificationDispatcher.cs" /> |
102 | | - <Compile Include="Services\IStatusBarNotificationService.cs" /> |
103 | | - <Compile Include="Services\ITeamExplorerServices.cs" /> |
104 | | - <Compile Include="Services\ITeamExplorerServiceHolder.cs" /> |
105 | | - <Compile Include="Services\INotificationService.cs" /> |
106 | | - <Compile Include="Services\IUsageTracker.cs" /> |
107 | | - <Compile Include="Services\IVSGitServices.cs" /> |
108 | | - <Compile Include="Services\IVSServices.cs" /> |
109 | | - <Compile Include="Services\Services.cs" /> |
110 | | - <Compile Include="Services\StatusBarNotificationService.cs" /> |
111 | | - <Compile Include="Models\IConnection.cs" /> |
112 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
113 | | - <Compile Include="..\common\SolutionInfo.cs"> |
114 | | - <Link>Properties\SolutionInfo.cs</Link> |
115 | | - </Compile> |
116 | | - <None Include="packages.config"> |
117 | | - <SubType>Designer</SubType> |
118 | | - </None> |
119 | | - </ItemGroup> |
120 | | - <ItemGroup> |
121 | | - <Compile Include="Extensions\ServiceProviderExtensions.cs" /> |
122 | | - <Compile Include="Services\VSServices.cs" /> |
123 | | - <Compile Include="Settings\generated\IPackageSettings.cs"> |
124 | | - <AutoGen>True</AutoGen> |
125 | | - <DesignTime>True</DesignTime> |
126 | | - <DependentUpon>IPackageSettings.tt</DependentUpon> |
127 | | - </Compile> |
128 | | - <Compile Include="Settings\GitHubConnectSectionState.cs" /> |
129 | | - <Compile Include="Settings\Guids.cs" /> |
130 | | - <Compile Include="Settings\PullRequestDetailUIState.cs" /> |
131 | | - <Compile Include="Settings\PullRequestListUIState.cs" /> |
132 | | - <Compile Include="Settings\RepositoryUIState.cs" /> |
133 | | - <Compile Include="Settings\UIState.cs" /> |
134 | | - <Compile Include="SimpleJson.cs" /> |
135 | | - <Compile Include="ViewModels\IServiceProviderAware.cs" /> |
136 | | - <Compile Include="UI\Octicon.cs" /> |
137 | | - <Compile Include="ViewModels\IGitHubConnectSection.cs" /> |
138 | | - <Compile Include="ViewModels\IGitHubInvitationSection.cs" /> |
139 | | - <Compile Include="ViewModels\IGitHubHomeSection.cs" /> |
140 | | - <Compile Include="Models\IProgram.cs" /> |
141 | | - <Compile Include="Api\ISimpleApiClient.cs" /> |
142 | | - <Compile Include="Api\ISimpleApiClientFactory.cs" /> |
143 | | - <Compile Include="Models\IRemoteRepositoryModel.cs" /> |
144 | | - <Compile Include="Exports\ExportMetadata.cs" /> |
145 | | - <Compile Include="Primitives\StringEquivalent.cs" /> |
146 | | - <Compile Include="Primitives\UriString.cs" /> |
147 | | - <Compile Include="Services\IGitHubServiceProvider.cs" /> |
148 | | - <Compile Include="Services\IWikiProbe.cs" /> |
149 | | - <Compile Include="Services\WikiProbe.cs" /> |
150 | | - <Compile Include="Primitives\HostAddress.cs" /> |
151 | | - <Compile Include="Models\IPullRequestModel.cs" /> |
152 | | - <Compile Include="Services\IVSGitExt.cs" /> |
153 | | - <Compile Include="Services\IVSUIContextFactory.cs" /> |
154 | | - </ItemGroup> |
155 | | - <ItemGroup> |
156 | | - <ProjectReference Include="..\..\submodules\octokit.net\Octokit\Octokit.csproj"> |
157 | | - <Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project> |
158 | | - <Name>Octokit</Name> |
159 | | - </ProjectReference> |
160 | | - <ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj"> |
161 | | - <Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project> |
162 | | - <Name>GitHub.Extensions</Name> |
163 | | - <Private>True</Private> |
164 | | - </ProjectReference> |
165 | | - <ProjectReference Include="..\GitHub.Logging\GitHub.Logging.csproj"> |
166 | | - <Project>{8d73575a-a89f-47cc-b153-b47dd06837f0}</Project> |
167 | | - <Name>GitHub.Logging</Name> |
168 | | - </ProjectReference> |
169 | | - </ItemGroup> |
170 | | - <ItemGroup> |
171 | | - <Content Include="Settings\generated\IPackageSettings.tt"> |
172 | | - <Generator>TextTemplatingFileGenerator</Generator> |
173 | | - <LastGenOutput>IPackageSettings.cs</LastGenOutput> |
174 | | - </Content> |
175 | | - </ItemGroup> |
176 | | - <ItemGroup> |
177 | | - <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
178 | 20 | <ProjectReference Include="..\..\submodules\octokit.net\Octokit\Octokit.csproj" /> |
179 | 21 | <ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj" /> |
180 | 22 | <ProjectReference Include="..\GitHub.Logging\GitHub.Logging.csproj" /> |
|
0 commit comments