Skip to content

ocitrev/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages