Pre Build Event: Copy Folder and it's SubFolders and files into Build Directory using XCopy

前端 未结 4 1995
死守一世寂寞
死守一世寂寞 2020-12-29 23:37

I have Window Application and I have some plugins & it\'s ChildPlugins which I placed in My Application folder structure(see folder structure image). I used SVN as sour

4条回答
  •  暖寄归人
    2020-12-30 00:04

    Here is an example of copying Assets folder (located in the project folder) into bin(debug or release ...)\Assets

    
        
    
    

    Note, double quotes are replaced with a special word

提交回复
热议问题