Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoemmi/Solutionizer
Creating ad-hoc solutions for Visual Studio.
https://github.com/thoemmi/Solutionizer
Last synced: 5 days ago
JSON representation
Creating ad-hoc solutions for Visual Studio.
- Host: GitHub
- URL: https://github.com/thoemmi/Solutionizer
- Owner: thoemmi
- License: mit
- Created: 2012-05-03T19:48:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:43:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:44:09.865Z (3 months ago)
- Language: C#
- Homepage:
- Size: 13.2 MB
- Stars: 26
- Watchers: 3
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Solutionizer
Creating ad-hoc solutions for Visual Studio. It scans a desired directory for project files and allows the user to select from the
projects to create a solution file. This solution can be saved or launched directly.![Screenshot](https://github.com/thoemmi/Solutionizer/raw/master/images/screenshot.png)
# Credits
Solutionizer depends on following libraries:
- [Autofac](http://autofac.org/)
- [MahApps.Metro](http://mahapps.com/MahApps.Metro/)
- [Json.NET](http://james.newtonking.com/json)
- [NLog](http://nlog-project.org/)
- [Ookii Dialogs WPF library](http://www.ookii.org/software/dialogs/)
- [Octokit](https://github.com/octokit/octokit.net)