Setting the working directory for a C# project (MSVC)

I have a C# project created through cmake, but i can’t find a way to set the working directory for the resulting executable using VS_DEBUGGER_WORKING_DIRECTORY doesn’t seem to work. Is that a bug or just not the correct property ?

Thanks