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

Commit 29b5142

Browse files
Fixing project reference
1 parent f5bab7a commit 29b5142

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
<Compile Include="Properties\AssemblyInfo.cs" />
9191
<Compile Include="Logging\UnityLogAdapter.cs" />
9292
<Compile Include="EntryPoint.cs" />
93+
<Compile Include="UI\ContextMenu.cs" />
94+
<Compile Include="UI\FileHistoryWindow.cs" />
9395
<Compile Include="UI\GitHubEnterpriseAuthenticationView.cs" />
9496
<Compile Include="UI\GitHubAuthenticationView.cs" />
9597
<Compile Include="UpdateCheck.cs" />

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
<Compile Include="Properties\AssemblyInfo.cs" />
7878
<Compile Include="Logging\UnityLogAdapter.cs" />
7979
<Compile Include="EntryPoint.cs" />
80+
<Compile Include="UI\ContextMenu.cs" />
81+
<Compile Include="UI\FileHistoryWindow.cs" />
8082
<Compile Include="UI\GitHubAuthenticationView.cs" />
8183
<Compile Include="UI\GitHubEnterpriseAuthenticationView.cs" />
8284
<Compile Include="UpdateCheck.cs" />

0 commit comments

Comments
 (0)