Created
November 15, 2013 16:43
-
-
Save jordanyaker/7487456 to your computer and use it in GitHub Desktop.
Pre-Build Directive Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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