This PR has another large re-organization of files to attempt to align the Project and LLB contents to the directory structure on disk. Because we are about to touch a lot of files on the System Explorer side of things, having the Utilities folder not match is a large development pain. It also doesn't align to best practices.
The majority of the changes affect the System Explorer folder and LLB:
Separate System Explorer\Utilities folder into sub-folders to match LLB
Move VI to different folder if obviously misplaced
Delete unnecessary VIs (on disk, but not called)
Move two files to Shared folder and re-link calling VIs in engine and SE
Re-link all calling VIs as needed
Other nice-to-have changes to the project or files:
Remove FXP.llb from Windows data folder
Remove Windows data contents from Linux target
Remove password protection from Main - Manages 3rd Party Slaves.vi
Why should this Pull Request be merged?
Continue to clean up the repo before creating 32-bit/64-bit workarounds for the System Explorer Action VIs
What testing has been done?
Inspected builds on local dev machine.
Inspected output from build nodes.
[Pending] Hand validation of system explorer contents in built form.
What does this Pull Request accomplish?
This PR has another large re-organization of files to attempt to align the Project and LLB contents to the directory structure on disk. Because we are about to touch a lot of files on the System Explorer side of things, having the Utilities folder not match is a large development pain. It also doesn't align to best practices.
The majority of the changes affect the System Explorer folder and LLB:
Other nice-to-have changes to the project or files:
Why should this Pull Request be merged?
Continue to clean up the repo before creating 32-bit/64-bit workarounds for the System Explorer Action VIs
What testing has been done?
Inspected builds on local dev machine. Inspected output from build nodes. [Pending] Hand validation of system explorer contents in built form.