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
- Host: GitHub
- URL: https://github.com/mrward/monodevelop-run-custom-tool
- Owner: mrward
- License: mit
- Created: 2019-03-30T14:31:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T10:28:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T17:14:03.505Z (4 months ago)
- Topics: monodevelop, visual-studio-mac
- Language: C#
- Size: 396 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
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 solutionTo run all the custom tools for a project or solution, open the Solution Window,
right click and select Tools - Run Custom Tools.
To run the custom tool for a single file, from the Solution window, right click
the file and select Run Custom Tool.
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.