<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programmatically adding/removing/querying VC++ Build Customizations</title><link>http://blogs.msdn.com/b/visualstudio/archive/2010/05/26/programmatically-adding-removing-querying-vc-build-customizations.aspx</link><description>Build Customizations (Custom Build Rules in earlier editions) are commonly used for invoking external tools that translate files from one format to the other, often resulting in C++ sources that can be compiled at the C++ compilation step. In this post</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Programmatically adding/removing/querying VC++ Build Customizations</title><link>http://blogs.msdn.com/b/visualstudio/archive/2010/05/26/programmatically-adding-removing-querying-vc-build-customizations.aspx#10052960</link><pubDate>Sun, 22 Aug 2010 20:52:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10052960</guid><dc:creator>Tomasz Grobelny</dc:creator><description>&lt;p&gt;If you pass full path to LoadToolFile everything works fine. However, if you want to add BC located in a path referenced by custom msbuild variable (like $(CustomMsBuildVariable)\BC.targets) then only .targets file is added (even if .props file is in the same location). Looks like a bug in VS2010.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10052960" width="1" height="1"&gt;</description></item></channel></rss>