|
206 | 206 | <None Include="..\..\script\Key.snk" Condition="$(Buildtype) == 'Internal'"> |
207 | 207 | <Link>Key.snk</Link> |
208 | 208 | </None> |
| 209 | + <Compile Include="..\common\SolutionInfo.cs"> |
| 210 | + <Link>Properties\SolutionInfo.cs</Link> |
| 211 | + </Compile> |
209 | 212 | <Compile Include="Base\TeamExplorerGitRepoInfo.cs" /> |
210 | 213 | <Compile Include="Base\TeamExplorerInvitationBase.cs" /> |
211 | 214 | <Compile Include="Base\TeamExplorerServiceHolder.cs" /> |
212 | 215 | <Compile Include="Converters\CountToVisibilityConverter.cs" /> |
213 | 216 | <Compile Include="Helpers\SharedDictionaryManager.cs" /> |
214 | 217 | <Compile Include="Properties\AssemblyInfo.cs" /> |
215 | | - <Compile Include="..\common\SolutionInfo.cs"> |
216 | | - <Link>Properties\SolutionInfo.cs</Link> |
217 | | - </Compile> |
218 | | - </ItemGroup> |
219 | | - <ItemGroup> |
220 | 218 | <Compile Include="Base\TeamExplorerBase.cs" /> |
221 | 219 | <Compile Include="Base\TeamExplorerItemBase.cs" /> |
222 | 220 | <Compile Include="Base\TeamExplorerNavigationItemBase.cs" /> |
|
251 | 249 | <Compile Include="TeamExplorer\Home\PulseNavigationItem.cs" /> |
252 | 250 | <Compile Include="TeamExplorer\Sync\GitHubPublishSection.cs" /> |
253 | 251 | <Compile Include="UI\DrawingExtensions.cs" /> |
| 252 | + <Compile Include="UI\GitHubPane.cs" /> |
254 | 253 | <Compile Include="UI\Views\Controls\RepositoryCloneControl.xaml.cs"> |
255 | 254 | <DependentUpon>RepositoryCloneControl.xaml</DependentUpon> |
256 | 255 | </Compile> |
|
275 | 274 | <Compile Include="UI\Views\Controls\TwoFactorControl.xaml.cs"> |
276 | 275 | <DependentUpon>TwoFactorControl.xaml</DependentUpon> |
277 | 276 | </Compile> |
| 277 | + <Compile Include="UI\Views\GitHubPaneView.xaml.cs"> |
| 278 | + <DependentUpon>GitHubPaneView.xaml</DependentUpon> |
| 279 | + </Compile> |
278 | 280 | <Compile Include="UI\WindowController.xaml.cs"> |
279 | 281 | <DependentUpon>WindowController.xaml</DependentUpon> |
280 | 282 | </Compile> |
|
318 | 320 | <ItemGroup> |
319 | 321 | <VSCTCompile Include="GitHub.VisualStudio.vsct"> |
320 | 322 | <ResourceName>Menus.ctmenu</ResourceName> |
| 323 | + <SubType>Designer</SubType> |
321 | 324 | </VSCTCompile> |
322 | 325 | </ItemGroup> |
323 | 326 | <ItemGroup> |
|
333 | 336 | <Resource Include="Resources\default_user_avatar.png" /> |
334 | 337 | </ItemGroup> |
335 | 338 | <ItemGroup> |
| 339 | + <Page Include="Resources\icons\refresh.xaml"> |
| 340 | + <Generator>MSBuild:Compile</Generator> |
| 341 | + <SubType>Designer</SubType> |
| 342 | + </Page> |
| 343 | + <Page Include="Resources\icons\arrow_right.xaml"> |
| 344 | + <Generator>MSBuild:Compile</Generator> |
| 345 | + <SubType>Designer</SubType> |
| 346 | + </Page> |
| 347 | + <Page Include="Resources\icons\arrow_left.xaml"> |
| 348 | + <Generator>MSBuild:Compile</Generator> |
| 349 | + <SubType>Designer</SubType> |
| 350 | + </Page> |
| 351 | + <Page Include="Resources\icons\git_pull_request.xaml"> |
| 352 | + <SubType>Designer</SubType> |
| 353 | + <Generator>MSBuild:Compile</Generator> |
| 354 | + </Page> |
336 | 355 | <Page Include="Resources\icons\mark_github.xaml"> |
337 | 356 | <SubType>Designer</SubType> |
338 | 357 | <Generator>MSBuild:Compile</Generator> |
|
375 | 394 | <SubType> |
376 | 395 | </SubType> |
377 | 396 | </Page> |
| 397 | + <Page Include="UI\Views\GitHubPaneView.xaml"> |
| 398 | + <SubType>Designer</SubType> |
| 399 | + <Generator>MSBuild:Compile</Generator> |
| 400 | + </Page> |
378 | 401 | <Page Include="UI\WindowController.xaml"> |
379 | 402 | <Generator>MSBuild:Compile</Generator> |
380 | 403 | </Page> |
|
498 | 521 | <IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly> |
499 | 522 | </ProjectReference> |
500 | 523 | </ItemGroup> |
501 | | - <ItemGroup /> |
502 | 524 | <PropertyGroup> |
503 | 525 | <UseCodebase>true</UseCodebase> |
504 | 526 | </PropertyGroup> |
|
0 commit comments