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?)

enter image description here

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:

enter image description here

+3


source to share


1 answer


I hope you have set your Release config here:

enter image description here



Also go to Configuration Manager and check Active Solution configuration as release.

enter image description here

+5


source







All Articles