The Solution Explorer provides essential tools to manage and organize your solution. Beyond adding new items, you use this view to structure your workspace and control project-level settings.
Organize your project
Use folders to keep your solution tidy. Right-click your project in the Projects view to add folders. This helps you separate different module types, such as keeping recording modules apart from user code modules.
Manage files
The Solution Explorer allows you to keep your project lean:
- Delete files: Permanently remove unused or outdated files, such as old log files, from your solution.
- Exclude from project: Remove a file from the project structure without deleting it from the solution.
Set the startup project
When a solution contains multiple projects, you define which one Ranorex Studio executes first. Right-click the desired project and select Set as startup project.