|
382 | 382 | <Compile Include="AutoComplete\AutoCompleteClosingParenthese.cs" />
|
383 | 383 | <Compile Include="AutoComplete\AutoCompleteClosingString.cs" />
|
384 | 384 | <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" /> |
385 | 389 | <Compile Include="UI\CodeExplorer\Commands\AddPropertyPageCommand.cs" />
|
386 | 390 | <Compile Include="UI\CodeExplorer\Commands\AddUserDocumentCommand.cs" />
|
387 | 391 | <Compile Include="UI\CodeExplorer\Commands\AddUserControlCommand.cs" />
|
388 | 392 | <Compile Include="UI\CodeExplorer\Commands\AddMDIFormCommand.cs" />
|
389 | 393 | <Compile Include="UI\CodeExplorer\Commands\AddVBFormCommand.cs" />
|
390 |
| - <Compile Include="UI\CodeExplorer\Commands\AddTestModuleWithStubsCommand.cs" /> |
391 |
| - <Compile Include="UI\CodeExplorer\Commands\CodeExplorerCommandAttribute.cs" /> |
392 | 394 | <Compile Include="UI\CodeExplorer\Commands\AddUserFormCommand.cs" />
|
393 | 395 | <Compile Include="UI\CodeExplorer\Commands\CopyResultsCommand.cs" />
|
| 396 | + <Compile Include="UI\CodeExplorer\Commands\SetAsStartupProjectCommand.cs" /> |
394 | 397 | <Compile Include="UI\CodeMetrics\CodeMetricsWindow.cs">
|
395 | 398 | <SubType>UserControl</SubType>
|
396 | 399 | </Compile>
|
|
409 | 412 | <Compile Include="UI\Command\ExportAllCommand.cs" />
|
410 | 413 | <Compile Include="UI\CodeExplorer\Commands\OpenProjectPropertiesCommand.cs" />
|
411 | 414 | <Compile Include="UI\CodeExplorer\Commands\RenameCommand.cs" />
|
412 |
| - <Compile Include="UI\CodeExplorer\Commands\FindAllReferencesCommand.cs" /> |
413 |
| - <Compile Include="UI\CodeExplorer\Commands\FindAllImplementationsCommand.cs" /> |
414 | 415 | <Compile Include="UI\CodeExplorer\Commands\IndentCommand.cs" />
|
415 | 416 | <Compile Include="UI\CodeExplorer\Commands\OpenCommand.cs" />
|
416 | 417 | <Compile Include="UI\CodeExplorer\Commands\RemoveCommand.cs" />
|
|
420 | 421 | <Compile Include="UI\CodeExplorer\Commands\OpenDesignerCommand.cs" />
|
421 | 422 | <Compile Include="UI\CodeExplorer\Commands\AddClassModuleCommand.cs" />
|
422 | 423 | <Compile Include="UI\CodeExplorer\Commands\AddStdModuleCommand.cs" />
|
423 |
| - <Compile Include="UI\CodeExplorer\Commands\AddTestModuleCommand.cs" /> |
424 | 424 | <Compile Include="UI\CodeExplorer\Commands\AddComponentCommand.cs" />
|
425 | 425 | <Compile Include="UI\Command\FormDesignerFindAllReferencesCommand.cs" />
|
426 | 426 | <Compile Include="UI\Command\IndentCurrentProjectCommand.cs" />
|
|
525 | 525 | <DependentUpon>AutoCompleteSettings.xaml</DependentUpon>
|
526 | 526 | </Compile>
|
527 | 527 | <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" /> |
535 | 534 | <Compile Include="VersionCheck\IVersionCheck.cs" />
|
536 | 535 | <Compile Include="UI\Command\MenuItems\CommandBars\AppCommandBarBase.cs" />
|
537 | 536 | <Compile Include="UI\Command\MenuItems\CommandBars\ContextSelectionLabelMenuItem.cs" />
|
|
602 | 601 | <Compile Include="UI\Inspections\InspectionResultsViewModel.cs" />
|
603 | 602 | <Compile Include="UI\Inspections\InspectionSeverityImageSourceConverter.cs" />
|
604 | 603 | <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" /> |
608 | 607 | <Compile Include="UI\Command\CommandBase.cs" />
|
609 | 608 | <Compile Include="UI\Command\DelegateCommand.cs" />
|
610 | 609 | <Compile Include="UI\Command\IndentCurrentProcedureCommand.cs" />
|
|
774 | 773 | </Compile>
|
775 | 774 | <Compile Include="UI\IdentifierReferences\IdentifierReferencesListDockablePresenter.cs" />
|
776 | 775 | <Compile Include="UI\FileBrowserDialogFactory.cs" />
|
777 |
| - <Compile Include="UI\Controls\INavigateSelection.cs" /> |
778 | 776 | <Compile Include="UI\Splash.cs">
|
779 | 777 | <SubType>Form</SubType>
|
780 | 778 | </Compile>
|
|
799 | 797 | <Compile Include="UI\Inspections\InspectionResultsWindow.Designer.cs">
|
800 | 798 | <DependentUpon>InspectionResultsWindow.cs</DependentUpon>
|
801 | 799 | </Compile>
|
802 |
| - <Compile Include="UI\NavigateCodeEventArgs.cs" /> |
803 | 800 | <Compile Include="UI\Inspections\QuickFixEventArgs.cs" />
|
804 | 801 | <Compile Include="UI\DockableToolwindowPresenter.cs" />
|
805 | 802 | <Compile Include="Settings\Configuration.cs" />
|
|
833 | 830 | <DependentUpon>TestExplorerWindow.cs</DependentUpon>
|
834 | 831 | </Compile>
|
835 | 832 | <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" /> |
844 | 833 | <Compile Include="UI\UnitTesting\TestOutcomeImageSourceConverter.cs" />
|
845 |
| - <Compile Include="UnitTesting\TestResult.cs" /> |
846 | 834 | <Compile Include="UI\UnitTesting\TestResultToOutcomeTextConverter.cs" />
|
847 | 835 | <Compile Include="UI\Command\Refactorings\RefactorCommandBase.cs" />
|
848 | 836 | <Compile Include="UI\Command\Refactorings\RefactorExtractMethodCommand.cs" />
|
|
979 | 967 | <Project>{B9C0BF22-4D8A-4BF4-89F9-E789C0063DEB}</Project>
|
980 | 968 | <Name>Rubberduck.SmartIndenter</Name>
|
981 | 969 | </ProjectReference>
|
| 970 | + <ProjectReference Include="..\Rubberduck.UnitTesting\Rubberduck.UnitTesting.csproj"> |
| 971 | + <Project>{68f55404-32ca-4414-96b8-e284f3b1f846}</Project> |
| 972 | + <Name>Rubberduck.UnitTesting</Name> |
| 973 | + </ProjectReference> |
982 | 974 | <ProjectReference Include="..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj">
|
983 | 975 | <Project>{8CE35EB3-8852-4BA1-84DD-DF3F5D2967B0}</Project>
|
984 | 976 | <Name>Rubberduck.VBEditor</Name>
|
|
0 commit comments