In Visual Studio Debug part, we can pass arguments.
I want to know how to pass the solution folder as an argument, but without putting the directory hardcoded. I will use the project in different locations and I don't want to change those arguments all the time.
Thamks in advance!