Forum Discussion
abhisinghal
Apr 12, 2020Copper Contributor
Pre Build Action in Windows Application Project
Hi Trying to copy files to target folder in a pre build action with this command xcopy /y "$(SolutionDir)..\common\lib\AnyCPU\*.*" "$(TargetDir)" Getting error as follows: Severity Code Des...
Tanaka_Jimha
Apr 14, 2020Former Employee
Hi abhisinghal
Thanks for reporting this. We're following up with the Visual Studio team to see what the issue is with using macros in prebuild actions in the wapproj.
Tanaka