I’m wondering what is the difference between Debug and Debug 1.0 within Visual Studio 2008.

Is Debug 1.0 something new? I don’t remember to see it earlier.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your screenshot shows that “Debug 1.0 is a build configuration. Build configurations allow you to store different sets of project properties within a single solution.
By default, projects are created with a Debug and Release configuration, but you may add additional configurations with custom settings yourself.
Build configurations can differ considerably, but unfortunately there is no easy way of comparing/diffing two configurations. It’s probably easiest to open the project files in a text editor and check for the textual differences.