Skip to content

Commit bedae7f

Browse files
committed
Move App and AppMenu back into Core
1 parent 0c3c3b3 commit bedae7f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@
311311
</Reference>
312312
</ItemGroup>
313313
<ItemGroup>
314+
<Compile Include="App.cs" />
315+
<Compile Include="AppMenu.cs" />
314316
<Compile Include="Common\ApplicationConstants.cs" />
315317
<Compile Include="Common\ExportFormatter.cs" />
316318
<Compile Include="Common\ClipboardWriter.cs" />

Rubberduck.Main/Rubberduck.Main.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@
233233
<OutputType>Library</OutputType>
234234
</PropertyGroup>
235235
<ItemGroup>
236-
<Compile Include="App.cs" />
237-
<Compile Include="AppMenu.cs" />
238236
<Compile Include="ComInteraction\UI\DockableWindowHost.cs" />
239237
<Compile Include="ComInteraction\UnitTesting\AssertClass.cs" />
240238
<Compile Include="ComInteraction\UnitTesting\FakesProvider.cs" />

0 commit comments

Comments
 (0)