Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c2c5f2e

Browse files
Isolating code for building ChangesTreeView for relocation and performance testing
1 parent a7f5516 commit c2c5f2e

File tree

3 files changed

+253
-233
lines changed

3 files changed

+253
-233
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/GitHub.Unity.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<Compile Include="UI\IView.cs" />
103103
<Compile Include="UI\SettingsView.cs" />
104104
<Compile Include="UI\Subview.cs" />
105+
<Compile Include="UI\TreeBuilder.cs" />
105106
<Compile Include="UI\Window.cs" />
106107
</ItemGroup>
107108
<ItemGroup>
@@ -111,7 +112,7 @@
111112
</ItemGroup>
112113
<Choose>
113114
<When Condition="$(Buildtype) == 'Internal'">
114-
<ItemGroup >
115+
<ItemGroup>
115116
<Compile Include="$(SolutionDir)\script\src\MetricsInitialization.cs">
116117
<Link>Metrics\MetricsInitialization.cs</Link>
117118
</Compile>

0 commit comments

Comments
 (0)