So, I have a need to deploy some binaries (Basically built libraries) with my build.
I tried marking them as content/libs but they weren’t deployed to the machine during execution. How would I mark random non-build files as part of the deploy step?
If you are using the Custom edition, you can use the Build Customization page of VisualGDB Project Properties to add steps for deploying custom binaries after build (or Debug Customization page to deploy them before debugging).