Thursday, February 28, 2013

Post build events in projects to copy CVs to main Bin folder



Here are examples of post build eventst hat we used to use to copy the output of one project into the binfolder of antoher... now we ususally use references correctly.





copy /y "$(TargetDir)$(TargetFileName)" "$(SolutionDir)\JCDCADServices\JCDCADServices.ADStudent\bin\$(TargetFileName)"

copy /y "$(TargetDir)$(TargetFileName)" "$(SolutionDir)\JCDCADServices\JCDCADServices.ADStaff\bin\$(TargetFileName)"

No comments:

Post a Comment