Skip to content

Instantly share code, notes, and snippets.

@jordanyaker
Created November 15, 2013 16:43
Show Gist options
  • Save jordanyaker/7487456 to your computer and use it in GitHub Desktop.
Save jordanyaker/7487456 to your computer and use it in GitHub Desktop.
Pre-Build Directive Code
<PreBuildEvent Condition=" '$(Platform)' == 'x86' ">copy "$(ProjectDir)Resources\Buzprog86\*" "$(ProjectDir)$(OutDir)" /Y</PreBuildEvent>
<PreBuildEvent Condition=" '$(Platform)' == 'x64' ">copy "$(ProjectDir)Resources\Buzprog64\*" "$(ProjectDir)$(OutDir)" /Y</PreBuildEvent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment