Visual Studio: Copy Additional Files To Output Directory


/ Published in: Windows PowerShell
Save to your folder(s)

The command can be added under Project-Settings -> Build Events -> Post-Build-Step


Copy this code and paste it in your HTML
  1. xcopy /y $(SolutionDir)..\..\dependencies\FreeImage\Dist\FreeImage.dll $(SolutionDir)build\

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.