Visual Studio 2013 does not create bin \ Release folder
It was said here , but I really can't figure out why Visual Studio 2013 Ultimate (x86 install) only generates bin \ Debug and doesn't generate the bin\Release
folder.
Does anyone know why it doesn't create a release folder?
Here is my Visual Studio version (Am I missing the Service Pack?)
My project is a Windows Forms Application.
My project targets .NET 2.0, it works great and bin \ Debug is always generated. Here are my project properties with default configuration:
+3
source to share