An open API service indexing awesome lists of open source software.

https://github.com/mrward/monodevelop-run-custom-tool


https://github.com/mrward/monodevelop-run-custom-tool

monodevelop visual-studio-mac

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Run Custom Tool

Extends custom tool support in MonoDevelop and Visual Studio.

## Features

- Run custom tool for single file.
- Run all custom tools for project or solution.
- Run custom tools on building a project or solution

To run all the custom tools for a project or solution, open the Solution Window,
right click and select Tools - Run Custom Tools.

![Run Custom Tool solution window context menu](img/RunCustomToolForFileSolutionWindowContextMenu.png)

To run the custom tool for a single file, from the Solution window, right click
the file and select Run Custom Tool.

![Run Custom Tools solution window context menu](img/RunCustomToolsSolutionWindowContextMenu.png)

By default custom tools will be run when the project or solution is built. Only if the generated
file is missing or out of date will the custom tool be run. To enable or disable this feature
open preferences, select Run Custom Tool, and check or uncheck Run custom tools on build.

![Run Custom Tool on build option in preferences](img/RunCustomToolsOnBuildPreferences.png)