Hi,
In my AI project I've created two build: Release and Debug. I've linket at Visual Studio 2022 the AI Debug with VS Debug and AI Release with VS Release.
This definition is important because in the VS Release i use an obfuscator, so I need to create an installer for debug scope and a Release setup with the production bynaries obfuscated.
This AI configuration is complete for my scope or i have to duplicate the binaryes for a Debug Features and Release Features and link them to Debug build and Release Build respectively ?
Thank's
Best regards,
Gian-Luca