C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Example command 1
copy "{path1}DLLName.dll" "{path2}DLLName.dll"
Example command 2
copy "{path1}DLLName.dll" "$(ProjectDir)DLLName.dll"
Tip: You can add a macro to a build command by clicking on its name and clicking insert. Next are a couple example tokens.
Example macro syntax
$(ProjectDir)
$(TargetFileName)
Review: Here we saw a way to use these macros with a DLL after building a project.