<?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>MSBuild Team Blog - All Comments</title><link>http://blogs.msdn.com/b/msbuild/</link><description>&amp;quot;Coding ... the boring bit between builds&amp;quot;</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Incorrect solution build ordering when using MSBuild.exe</title><link>http://blogs.msdn.com/b/msbuild/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx#10411685</link><pubDate>Wed, 17 Apr 2013 00:33:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411685</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;We think we are observing this in VS 2012. Should we assume it&amp;#39;s not fixed in VS 2012? This is a horrible bug.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411685" width="1" height="1"&gt;</description></item><item><title>re: Manifest resource names changed for .resources files</title><link>http://blogs.msdn.com/b/msbuild/archive/2007/10/19/manifest-resource-names-changed-for-resources-files.aspx#10402069</link><pubDate>Wed, 13 Mar 2013 18:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10402069</guid><dc:creator>Larry</dc:creator><description>&lt;p&gt;Just a quick follow-up to clarify what I need (see my previous post), that I&amp;#39;m looking for a way to do this in code. My add-in will parse the solution in Visual Studio itself, and for each &amp;quot;.resx&amp;quot; file found, needs to determine the name of the &amp;quot;.resources&amp;quot; file that will be embedded when the project containing that &amp;quot;.resx&amp;quot; file is compiled (the add-in is already written, so I only need this piece of the puzzle). Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10402069" width="1" height="1"&gt;</description></item><item><title>re: Manifest resource names changed for .resources files</title><link>http://blogs.msdn.com/b/msbuild/archive/2007/10/19/manifest-resource-names-changed-for-resources-files.aspx#10402061</link><pubDate>Wed, 13 Mar 2013 18:13:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10402061</guid><dc:creator>Larry</dc:creator><description>&lt;p&gt;If you&amp;#39;re still monitoring the post, can you explain (or point me to a link) that explains how MSFT officially converts the name of a &amp;quot;.resx&amp;quot; file into the &amp;quot;.resources&amp;quot; file name it embeds in the assembly (when compiling from VS itself). There are different criteria depending on whether the &amp;quot;.resx&amp;quot; file is a code-behind file for a Windows form, a regular (non-form-based) &amp;quot;.resx&amp;quot; file (usually strongly-named so it has its own &amp;quot;.Designer&amp;quot; file, but not necessarily), the type of project it originates from (C#, VB or C++ usually), etc. The rules can be deduced by inspecting how VS does it, but this is brittle and dependent on the project type, making it difficult to do it generically. I have a commercial add-in that needs to deal with this, so if there&amp;#39;s an interface or some official way to do it, it would be greatly appreciated (I&amp;#39;m looking for the complete base name that ends up in the assembly). Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10402061" width="1" height="1"&gt;</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/b/msbuild/archive/2006/01/21/515834.aspx#10391167</link><pubDate>Tue, 05 Feb 2013 10:42:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10391167</guid><dc:creator>Ryan McLean</dc:creator><description>&lt;p&gt;Actually never mind, turns out it was the IDE I was using that was timing out and killing MSBuild&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10391167" width="1" height="1"&gt;</description></item><item><title>re: Second edition of the MSBuild and Team Foundation Build book released</title><link>http://blogs.msdn.com/b/msbuild/archive/2011/01/05/second-edition-of-the-msbuild-and-team-foundation-build-book-released.aspx#10389919</link><pubDate>Thu, 31 Jan 2013 13:57:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389919</guid><dc:creator>Koen Williame</dc:creator><description>&lt;p&gt;@Chris, @Andrew actually no, MSBuild comes with the .Net framework&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389919" width="1" height="1"&gt;</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/b/msbuild/archive/2006/01/21/515834.aspx#10389130</link><pubDate>Tue, 29 Jan 2013 12:22:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389130</guid><dc:creator>Ryan McLean</dc:creator><description>&lt;p&gt;Is there a default timeout impletemented y MSBuild for a custom task and if so can it be overridden?&lt;/p&gt;
&lt;p&gt;I have a custom task that calls uses weblcient.downloadfile to download a 900Mb file, the code works fie if run from a c# console program but if I call it from an MSBuild script as a Custom Task then it fails after 30seconds.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ryan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389130" width="1" height="1"&gt;</description></item><item><title>re: Second edition of the MSBuild and Team Foundation Build book released</title><link>http://blogs.msdn.com/b/msbuild/archive/2011/01/05/second-edition-of-the-msbuild-and-team-foundation-build-book-released.aspx#10381483</link><pubDate>Mon, 31 Dec 2012 14:27:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10381483</guid><dc:creator>Chris J.</dc:creator><description>&lt;p&gt;Andrew MSBuild comes with visual studio.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10381483" width="1" height="1"&gt;</description></item><item><title>re: New Registry syntax in MSBuild v3.5</title><link>http://blogs.msdn.com/b/msbuild/archive/2007/05/04/new-registry-syntax-in-msbuild-v3-5.aspx#10380261</link><pubDate>Sat, 22 Dec 2012 06:34:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10380261</guid><dc:creator>Justin Dearing</dc:creator><description>&lt;p&gt;While this still works in Visual Studio 2010, it fails to view certain Registry keys on a 64 bit OS. GetRegistryValueFromView in MSBuild 4.0 (and Visual Studio 2010) solves this problem and is doccumented here: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/dd633440.aspx#BKMK_GetRegistryValueFromView"&gt;msdn.microsoft.com/.../dd633440.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I also discuss it on my blog post:&lt;a rel="nofollow" target="_new" href="http://www.justaprogrammer.net/2012/12/22/how-to-reference-the-registry-in-msbuild4-0-visual-studio-2010-and-later-on-a-64-bit-os/"&gt;www.justaprogrammer.net/.../how-to-reference-the-registry-in-msbuild4-0-visual-studio-2010-and-later-on-a-64-bit-os&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;FInally it is mentioned on this StackOverflow question &lt;a rel="nofollow" target="_new" href="http://stackoverflow.com/questions/11417979/referencing-a-property-in-when-using-registry-properties-in-msbuild"&gt;stackoverflow.com/.../referencing-a-property-in-when-using-registry-properties-in-msbuild&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10380261" width="1" height="1"&gt;</description></item><item><title>re: Second edition of the MSBuild and Team Foundation Build book released</title><link>http://blogs.msdn.com/b/msbuild/archive/2011/01/05/second-edition-of-the-msbuild-and-team-foundation-build-book-released.aspx#10369052</link><pubDate>Thu, 15 Nov 2012 22:20:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10369052</guid><dc:creator>Andrew Pennebaker</dc:creator><description>&lt;p&gt;How do I download/install MSBuild? I can&amp;#39;t find a download link anywhere. Is it part of Visual Studio?&lt;/p&gt;
&lt;p&gt;Is the executable name &amp;quot;msbuild.exe&amp;quot;? Which directory does it appear in after installation? Does the installer automatically add it to PATH, or do I have to do it manually?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10369052" width="1" height="1"&gt;</description></item><item><title>re: How To: Exclude Multiple Files From a Wildcard</title><link>http://blogs.msdn.com/b/msbuild/archive/2006/03/08/546583.aspx#10342769</link><pubDate>Thu, 23 Aug 2012 14:51:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10342769</guid><dc:creator>Derek Deida</dc:creator><description>&lt;p&gt;Ahhh, the curse of the incorrect slash! I just had a similar issue where wildcard includes were working but excludes were not working. I was using &amp;quot;/&amp;quot; instead of &amp;quot;\&amp;quot;.... duh....&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure why MSBuild allows the forward slash to function at all for file paths.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10342769" width="1" height="1"&gt;</description></item></channel></rss>