Skip to content

Commit 205846e

Browse files
committed
Fix bad merge.
1 parent 390004a commit 205846e

File tree

1 file changed

+18
-26
lines changed

1 file changed

+18
-26
lines changed

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,18 @@
382382
<Compile Include="AutoComplete\AutoCompleteClosingParenthese.cs" />
383383
<Compile Include="AutoComplete\AutoCompleteClosingString.cs" />
384384
<Compile Include="AutoComplete\AutoCompleteService.cs" />
385+
<Compile Include="UI\Settings\Converters\EmptyLineHandlingToTextConverter.cs" />
386+
<Compile Include="UI\Settings\Converters\EmptyLineHandlingValueTextToEnumValueConverter.cs" />
387+
<Compile Include="UI\Settings\Converters\EnumToBooleanConverter.cs" />
388+
<Compile Include="UI\UnitTesting\Commands\AddTestModuleWithStubsCommand.cs" />
385389
<Compile Include="UI\CodeExplorer\Commands\AddPropertyPageCommand.cs" />
386390
<Compile Include="UI\CodeExplorer\Commands\AddUserDocumentCommand.cs" />
387391
<Compile Include="UI\CodeExplorer\Commands\AddUserControlCommand.cs" />
388392
<Compile Include="UI\CodeExplorer\Commands\AddMDIFormCommand.cs" />
389393
<Compile Include="UI\CodeExplorer\Commands\AddVBFormCommand.cs" />
390-
<Compile Include="UI\CodeExplorer\Commands\AddTestModuleWithStubsCommand.cs" />
391-
<Compile Include="UI\CodeExplorer\Commands\CodeExplorerCommandAttribute.cs" />
392394
<Compile Include="UI\CodeExplorer\Commands\AddUserFormCommand.cs" />
393395
<Compile Include="UI\CodeExplorer\Commands\CopyResultsCommand.cs" />
396+
<Compile Include="UI\CodeExplorer\Commands\SetAsStartupProjectCommand.cs" />
394397
<Compile Include="UI\CodeMetrics\CodeMetricsWindow.cs">
395398
<SubType>UserControl</SubType>
396399
</Compile>
@@ -409,8 +412,6 @@
409412
<Compile Include="UI\Command\ExportAllCommand.cs" />
410413
<Compile Include="UI\CodeExplorer\Commands\OpenProjectPropertiesCommand.cs" />
411414
<Compile Include="UI\CodeExplorer\Commands\RenameCommand.cs" />
412-
<Compile Include="UI\CodeExplorer\Commands\FindAllReferencesCommand.cs" />
413-
<Compile Include="UI\CodeExplorer\Commands\FindAllImplementationsCommand.cs" />
414415
<Compile Include="UI\CodeExplorer\Commands\IndentCommand.cs" />
415416
<Compile Include="UI\CodeExplorer\Commands\OpenCommand.cs" />
416417
<Compile Include="UI\CodeExplorer\Commands\RemoveCommand.cs" />
@@ -420,7 +421,6 @@
420421
<Compile Include="UI\CodeExplorer\Commands\OpenDesignerCommand.cs" />
421422
<Compile Include="UI\CodeExplorer\Commands\AddClassModuleCommand.cs" />
422423
<Compile Include="UI\CodeExplorer\Commands\AddStdModuleCommand.cs" />
423-
<Compile Include="UI\CodeExplorer\Commands\AddTestModuleCommand.cs" />
424424
<Compile Include="UI\CodeExplorer\Commands\AddComponentCommand.cs" />
425425
<Compile Include="UI\Command\FormDesignerFindAllReferencesCommand.cs" />
426426
<Compile Include="UI\Command\IndentCurrentProjectCommand.cs" />
@@ -525,13 +525,12 @@
525525
<DependentUpon>AutoCompleteSettings.xaml</DependentUpon>
526526
</Compile>
527527
<Compile Include="UI\Settings\AutoCompleteSettingsViewModel.cs" />
528-
<Compile Include="UI\Settings\Converters\EmptyLineHandlingToTextConverter.cs" />
529-
<Compile Include="UI\Settings\Converters\EmptyLineHandlingValueTextToEnumValueConverter.cs" />
530-
<Compile Include="UI\Settings\Converters\EnumToBooleanConverter.cs" />
531-
<Compile Include="UnitTesting\IFakes.cs" />
532-
<Compile Include="UnitTesting\ReturnTypeConverter.cs" />
533-
<Compile Include="UnitTesting\PermissiveObjectComparer.cs" />
534-
<Compile Include="UnitTesting\TestCategory.cs" />
528+
<Compile Include="UI\UnitTesting\Commands\RepeatLastRunCommand.cs" />
529+
<Compile Include="UI\UnitTesting\Commands\RunFailedTestsCommand.cs" />
530+
<Compile Include="UI\UnitTesting\Commands\RunInconclusiveTestsCommand.cs" />
531+
<Compile Include="UI\UnitTesting\Commands\RunNotExecutedTestsCommand.cs" />
532+
<Compile Include="UI\UnitTesting\Commands\RunSucceededTestsCommand.cs" />
533+
<Compile Include="UI\UnitTesting\ViewModels\TestMethodViewModel.cs" />
535534
<Compile Include="VersionCheck\IVersionCheck.cs" />
536535
<Compile Include="UI\Command\MenuItems\CommandBars\AppCommandBarBase.cs" />
537536
<Compile Include="UI\Command\MenuItems\CommandBars\ContextSelectionLabelMenuItem.cs" />
@@ -602,9 +601,9 @@
602601
<Compile Include="UI\Inspections\InspectionResultsViewModel.cs" />
603602
<Compile Include="UI\Inspections\InspectionSeverityImageSourceConverter.cs" />
604603
<Compile Include="UI\Command\AboutCommand.cs" />
605-
<Compile Include="UI\Command\AddTestMethodExpectedErrorCommand.cs" />
606-
<Compile Include="UI\Command\AddTestMethodCommand.cs" />
607-
<Compile Include="UI\Command\AddTestModuleCommand.cs" />
604+
<Compile Include="UI\UnitTesting\Commands\AddTestMethodExpectedErrorCommand.cs" />
605+
<Compile Include="UI\UnitTesting\Commands\AddTestMethodCommand.cs" />
606+
<Compile Include="UI\UnitTesting\Commands\AddTestModuleCommand.cs" />
608607
<Compile Include="UI\Command\CommandBase.cs" />
609608
<Compile Include="UI\Command\DelegateCommand.cs" />
610609
<Compile Include="UI\Command\IndentCurrentProcedureCommand.cs" />
@@ -774,7 +773,6 @@
774773
</Compile>
775774
<Compile Include="UI\IdentifierReferences\IdentifierReferencesListDockablePresenter.cs" />
776775
<Compile Include="UI\FileBrowserDialogFactory.cs" />
777-
<Compile Include="UI\Controls\INavigateSelection.cs" />
778776
<Compile Include="UI\Splash.cs">
779777
<SubType>Form</SubType>
780778
</Compile>
@@ -799,7 +797,6 @@
799797
<Compile Include="UI\Inspections\InspectionResultsWindow.Designer.cs">
800798
<DependentUpon>InspectionResultsWindow.cs</DependentUpon>
801799
</Compile>
802-
<Compile Include="UI\NavigateCodeEventArgs.cs" />
803800
<Compile Include="UI\Inspections\QuickFixEventArgs.cs" />
804801
<Compile Include="UI\DockableToolwindowPresenter.cs" />
805802
<Compile Include="Settings\Configuration.cs" />
@@ -833,16 +830,7 @@
833830
<DependentUpon>TestExplorerWindow.cs</DependentUpon>
834831
</Compile>
835832
<Compile Include="UI\ViewModelBase.cs" />
836-
<Compile Include="UnitTesting\AssertCompletedEventArgs.cs" />
837-
<Compile Include="UnitTesting\AssertHandler.cs" />
838-
<Compile Include="UnitTesting\UnitTestUtils.cs" />
839-
<Compile Include="UnitTesting\ITestEngine.cs" />
840-
<Compile Include="UnitTesting\ProjectTestExtensions.cs" />
841-
<Compile Include="UnitTesting\TestEngine.cs" />
842-
<Compile Include="UnitTesting\TestMethod.cs" />
843-
<Compile Include="UnitTesting\TestOutcome.cs" />
844833
<Compile Include="UI\UnitTesting\TestOutcomeImageSourceConverter.cs" />
845-
<Compile Include="UnitTesting\TestResult.cs" />
846834
<Compile Include="UI\UnitTesting\TestResultToOutcomeTextConverter.cs" />
847835
<Compile Include="UI\Command\Refactorings\RefactorCommandBase.cs" />
848836
<Compile Include="UI\Command\Refactorings\RefactorExtractMethodCommand.cs" />
@@ -979,6 +967,10 @@
979967
<Project>{B9C0BF22-4D8A-4BF4-89F9-E789C0063DEB}</Project>
980968
<Name>Rubberduck.SmartIndenter</Name>
981969
</ProjectReference>
970+
<ProjectReference Include="..\Rubberduck.UnitTesting\Rubberduck.UnitTesting.csproj">
971+
<Project>{68f55404-32ca-4414-96b8-e284f3b1f846}</Project>
972+
<Name>Rubberduck.UnitTesting</Name>
973+
</ProjectReference>
982974
<ProjectReference Include="..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj">
983975
<Project>{8CE35EB3-8852-4BA1-84DD-DF3F5D2967B0}</Project>
984976
<Name>Rubberduck.VBEditor</Name>

0 commit comments

Comments
 (0)