I have a C # application. I can debug the application, and Visual Studio C # writes debug files to bin / debug.
When I use the "built-in solution" to compile the application, C # shows no errors and says "Build successed" ... but the bin / release directory remains empty.
All other compiled applications do not have this problem.
Where did my compiled application go?
source
share