How do you determine what executable and DLL's a C# Visual Studio project produces?
In Visual Studio 2010, where do you go to see what the name of the executable that a project produces.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
John WiesePosted Jun 3, 2010, 9:14 AM
To see what is produced when you compile you can right-click the project in the solution explorer and select Open Folder in Windows Explorer and then navigate into the bin folder to see the files that are produced when compiled.
Mahesh ChandPosted Jun 3, 2010, 9:13 AM