I've got a couple questions about .net console applications.
I created the console app, and included a solution file during the create, but when I open the solution file, it only shows the project, not the solution. Why doesn't the solution load in the solution explorer?
Also, I don't seem to be able to build the project in 'Release' mode; only debug. I switched the 'Compile/Configuration' and 'Debug/Configuration' to Release, but it doesn't build the 'bin\release' folder.
Any pointers to docs for this would be appreciated.
Thank you