Visual Studio: How to “Copy to Output Directory” without copying the folder structure?

后端 未结 8 997
礼貌的吻别
礼貌的吻别 2020-12-04 08:43

I have a few dll files in \\lib folder of my project folder. In the property page of dll, I have selected \"Build Action\" as \"Content\" and \"Copy to Output Directory\" as

8条回答
  •  一生所求
    2020-12-04 09:28

    If you need to copy files from the Libs directory to the root folder VS2017:

    
        
    
    
        
    
    

    To any other folder, including Libs(RecursiveDir) folder

    
        
    
    

提交回复
热议问题