Hi
How can I get the file path of .csproj in c#?
I wanna to get this info in order to check the existence of a file in that path. So If the program found that file, it means that it's in debug mode, else there is a user who is executing the program.
but using Application.ExecutablePath or Application.StartupPath or System.Reflection.....
point to a .exe file in \debug or \release path.