C# why empty src folders are copied to the debug and release directory after build?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-05-27T14:33:35Z Indexed on 2010/05/27 14:41 UTC
Read the original article Hit count: 145

Filed under:
|

We are using Visual Studio 2008 professional. We have created an entity data model in our src\systeminfo folder. Since then our release and debug folder have a empty src\systeminfo folder. we don't need them. how to stop VS to create that empty folder structure? thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET