{"id":525,"date":"2011-01-06T20:11:55","date_gmt":"2011-01-06T20:11:55","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=525"},"modified":"2022-02-17T06:24:04","modified_gmt":"2022-02-17T06:24:04","slug":"copying-files-when-building","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/application-control\/build-setup\/copying-files-when-building","title":{"rendered":"Copying Files When Building"},"content":{"rendered":"<p>Goto project properties -&gt; configuration properties -&gt; build events -&gt; post build event and change the command line with:<\/p>\n<p style=\"padding-left: 30px;\">copy &#8220;$(ProjectDir)MyFileToCopy.xml&#8221; &#8220;$(TargetDir)MyFileToCopy.xml&#8221;<\/p>\n<p>Notes:<br \/>\nYou can have lots of lines of events, just click the &#8216;&#8230;&#8217; button and enter each command on a new line<br \/>\nThe quotation marks are used as a space signifies the break between 1 file and the next so without them a space in the source file path would cause errro.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Goto project properties -&gt; configuration properties -&gt; build events -&gt; post build event and change the command line with: copy &#8220;$(ProjectDir)MyFileToCopy.xml&#8221; &#8220;$(TargetDir)MyFileToCopy.xml&#8221; Notes: You can have lots of lines of events, just click the &#8216;&#8230;&#8217; button and enter each command on a new line The quotation marks are used as a space signifies the break [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38],"tags":[],"class_list":["post-525","post","type-post","status-publish","format-standard","hentry","category-build-setup"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=525"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/525\/revisions"}],"predecessor-version":[{"id":1061,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/525\/revisions\/1061"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=525"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=525"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}