I,ve a vs2022 project and when i compilerò in release mode the binaries are dotffuscated. Using the AI plugin for VS i put the project"s output to the APPDIR but and i see that the file are resolved from the debugging output folder of VS, so if i have to build once with debugging ...
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 ...