{"id":4922,"date":"2014-03-30T16:56:02","date_gmt":"2014-03-30T16:56:02","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/providing-second-config-file-to-existing-app-collection-of-common-programming-errors\/"},"modified":"2014-03-30T16:56:02","modified_gmt":"2014-03-30T16:56:02","slug":"providing-second-config-file-to-existing-app-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/providing-second-config-file-to-existing-app-collection-of-common-programming-errors\/","title":{"rendered":"Providing second *.config file to existing app-Collection of common programming errors"},"content":{"rendered":"<p>I need to run program that has its default configuration (if it helps, it is .net framework&#8217;s MSBuild.exe) and provide additional configuration (rebind 3rd party assembly versions).<\/p>\n<p>The problem is that I don&#8217;t want to alter existing MSBuild configuration. It would work for me, but each other person running my build script would have to do the same, which is undesired. Can I do this some way automatically without altering existing MSBuild configuration ?<\/p>\n<p>Current batch build content:<\/p>\n<pre><code>%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild BuildRelease.msbuild\n<\/code><\/pre>\n<p>Config, that I need to merge with existing one:<\/p>\n<pre><code>\n    \n        \n            \n                \n                \n            \n            \n                \n                \n            \n        \n    \n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I need to run program that has its default configuration (if it helps, it is .net framework&#8217;s MSBuild.exe) and provide additional configuration (rebind 3rd party assembly versions). The problem is that I don&#8217;t want to alter existing MSBuild configuration. It would work for me, but each other person running my build script would have to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4922","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4922"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4922\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}