You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several projects I work on there are certain groups of projects, which are logically related but do not necessarily have references in msbuild sense.
Example:
It would be useful if SLNTools could be configured to automatically include logical "child" projects based on naming conventions (so, in the above example, if I selected SomeProject in the slnfilter the filtered solution would contain all SomeProject.* projects).
The text was updated successfully, but these errors were encountered:
If somebody will implement this, we have a similar need, just we want to exclude the projects. e.g. slnfilter to create subsolution without tests. I was thinking it might be useful to define a substring/wildcard/regex to described which projects to include or exclude in the filter based on this definition.
In several projects I work on there are certain groups of projects, which are logically related but do not necessarily have references in msbuild sense.
Example:
It would be useful if SLNTools could be configured to automatically include logical "child" projects based on naming conventions (so, in the above example, if I selected SomeProject in the slnfilter the filtered solution would contain all SomeProject.* projects).
The text was updated successfully, but these errors were encountered: