Where are the file paths added to a CopyFilesStep stored?

I just ran into an issue with my files going missing in a CopyFilesStep for a project. When I open the Build Automation file, there’s nothing there for the files. However, the CopyFilesSteps show that the files that “should” be copied are missing.

Where are these files saved with a VCP / Text project?

they’re not stored in a readable format either way

Oooh - I feel a feature request coming on >:) . Why in the world would these be non-readable in a version control project?

Lots of data in VCP is in non-readable but ASCII text
Makes parsing the format a ton simpler
And some has no decent way to represent it as “text” - like save info

Ah - but in this case there was NOTHING relating to the files to be copied…

There had to be some data in them somewhere
They dont reconstitute themselves from nothingness

But no project to look at means I’m at a disadvantage here

Here’s the entirety of the Build Automation file that I have in that project:

#tag BuildAutomation
            Begin BuildStepList Linux
                Begin BuildProjectStep Build
                End
                Begin CopyFilesBuildStep CopyLinuxHelpers
                    AppliesTo = 0
                    Destination = 4
                    Subdirectory =
                End
            End
            Begin BuildStepList Mac OS X
                Begin BuildProjectStep Build
                End
                Begin CopyFilesBuildStep CopyTools
                    AppliesTo = 0
                    Destination = 0
                    Subdirectory = Tools
                    FolderItem =
                    FolderItem =
                End
                Begin CopyFilesBuildStep Copydylib
                    AppliesTo = 0
                    Destination = 2
                    Subdirectory =
                    FolderItem =
                End
            End
            Begin BuildStepList Windows
                Begin BuildProjectStep Build
                End
                Begin CopyFilesBuildStep CopyWindowsHelpers
                    AppliesTo = 0
                    Destination = 0
                    Subdirectory = Tools
                    FolderItem =
                    FolderItem =
                End
            End
#tag EndBuildAutomation

Notice the there "FolderItem = " count is correct for each platform, just no entries.