简体   繁体   中英

Why when I tried of compile a solution don't create (Debug or Release) folders on Bin c#

I tried of compile a solution don't create (Debug or Release) folders on Bin

In Some projects this is the structure":

> ---Project Folder
> -------Bin
> -------file1.dll
> -------file2.dll

And in other this is:

> ---Project Folder
> -------Bin
> ----------Debug(or Relase)
> -------------file1.dll
> -------------file2.dll

I need the second structure for all the projects, what can I do?

You can define the folder structure in your project properties and set the bin directory at any place

Project Properties --> Build --> Output Path

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM