Skip to content

Instantly share code, notes, and snippets.

@saramgsilva
Created October 26, 2014 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saramgsilva/6b887dfcdcbe3fb65425 to your computer and use it in GitHub Desktop.
Save saramgsilva/6b887dfcdcbe3fb65425 to your computer and use it in GitHub Desktop.
Post Build event for copy output to another folder
md "$(SolutionDir)\bin\$(ProjectName)"
xcopy "$(TargetDir)." "$(SolutionDir)\bin\$(ProjectName)" /E /Y /C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment