Skip to content

Commit c6a33ba

Browse files
committed
Adds AddPredeclaredClassModuleCommand
1 parent 35a490b commit c6a33ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@
395395
<Compile Include="AutoComplete\AutoCompleteClosingParenthese.cs" />
396396
<Compile Include="AutoComplete\AutoCompleteClosingString.cs" />
397397
<Compile Include="AutoComplete\AutoCompleteService.cs" />
398+
<Compile Include="UI\CodeExplorer\Commands\AddClassModuleCommand.cs" />
399+
<Compile Include="UI\CodeExplorer\Commands\AddPredeclaredClassModuleCommand.cs" />
398400
<Compile Include="UI\CodeExplorer\Commands\AddTestModuleWithStubsCommand.cs" />
399401
<Compile Include="UI\CodeExplorer\Commands\CodeExplorerCommandAttribute.cs" />
400402
<Compile Include="UI\CodeExplorer\Commands\AddUserFormCommand.cs" />
@@ -426,7 +428,6 @@
426428
<Compile Include="UI\CodeExplorer\Commands\ImportCommand.cs" />
427429
<Compile Include="UI\CodeExplorer\Commands\PrintCommand.cs" />
428430
<Compile Include="UI\CodeExplorer\Commands\OpenDesignerCommand.cs" />
429-
<Compile Include="UI\CodeExplorer\Commands\AddClassModuleCommand.cs" />
430431
<Compile Include="UI\CodeExplorer\Commands\AddStdModuleCommand.cs" />
431432
<Compile Include="UI\CodeExplorer\Commands\AddTestModuleCommand.cs" />
432433
<Compile Include="UI\CodeExplorer\Commands\AddComponentCommand.cs" />

0 commit comments

Comments
 (0)