up vote 0 down vote favorite
share [g+] share [fb]

When I create a visual c++ project named test,the project directory will be like this:

test

    test
        Debug

    Debug

    test.ncb

    test.sln

    test.suo

Why does it create two Debug directories?

link|improve this question
You'll get more answers asking visual studio questions on stackoverflow.com – Nifle Jan 31 '10 at 10:51
feedback

migrated from superuser.com Jan 31 '10 at 20:48

This question came from our site for computer enthusiasts and power users.

1 Answer

One of the folders is for the project (output files from the project)
One of the folders is for the solution (output files from all the projects in the solution)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown