Skip to content

EnumerateProjects

cpgames edited this page Jul 12, 2022 · 3 revisions

image

Enumerates all projects in solution.


Input Ports:

Start - execution entry.
ProjectFilter (type: regex string) - if specified, only projects with name matching this filter will be returned. Leaving empty returns all projects.


Output Ports:

Done - execution exit.
Loop - executes for each project found in solution.
Project (type: Project) - project found in solution.

Clone this wiki locally