Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.07 KB

Road map

  • Add exclusion list to skip folders like "obj", "bin" from searching.
  • Preserve list of extensions used for searching projects between tool executions.
  • Log performed operations to the Visual Studio output window.
  • Turn on/off creation of solution folders on folder level.
  • Add icons for known project types.
  • Align style of the Tree View displaying projects hierarchy with Visual Studio.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.2

  • Added "vcxproj" to the list of searched projects.

1.1

  • Added support for Visual Studio 2019.

1.0

  • Add mutliple projects to solution.
    • Load projects from given directory (recursive search by file extension).
    • Select which projects to add to the solution.
    • Define if solution folders hierarchy should be also created.