-
Notifications
You must be signed in to change notification settings - Fork 0
ocitrev/devtools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Development Tools ================= Little tools to help software development. sln_tool -------- Utility used to parse, sort inspect Visual Studio Solution `.sln` files. Various operations are available: #### Sorting projects in a solution file - Thes command `SORT` will sort by alphabetical order all the projects of a solution file. An optional output filename can be supplied to preserve the original `.sln` file #### Checking project dependencies - The command `USING` will load the solution file and find projects that have the specified project as a dependency. - The command `DEPENDS` will load the solution file and find all dependencies for the specified project. If a project is not specified all dependencies are listed.
About
Development Tools
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published