Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/GitHub.Api/GitHub.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,7 @@
<Compile Include="Extensions\UriExtensions.cs" />
<Compile Include="Platform\Platform.cs" />
<Compile Include="Git\GitCredentialManager.cs" />
<Compile Include="UI\FileTreeNode.cs" />
<Compile Include="UI\GitCommitTarget.cs" />
<Compile Include="UI\TreeBase.cs" />
<Compile Include="UI\TreeBuilder.cs" />
</ItemGroup>
<Choose>
<When Condition="$(Buildtype) == 'Internal'">
Expand Down
143 changes: 0 additions & 143 deletions src/GitHub.Api/UI/FileTreeNode.cs

This file was deleted.

23 changes: 0 additions & 23 deletions src/GitHub.Api/UI/GitCommitTarget.cs

This file was deleted.

146 changes: 0 additions & 146 deletions src/GitHub.Api/UI/TreeBuilder.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<Compile Include="Tools\MozRoots.cs" />
<Compile Include="UI\AuthenticationView.cs" />
<Compile Include="UI\BranchesView.cs" />
<Compile Include="UI\ChangesetTreeView.cs" />
<Compile Include="UI\ChangesView.cs" />
<Compile Include="UI\HistoryView.cs" />
<Compile Include="UI\IView.cs" />
Expand Down
Loading