<?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>How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx</link><description>While MSBuild is all about build customization,we never really blogged about what is involved in implementing custom tasks. Partly, I suppose that's because implementing a custom task is as easy as falling off a log most of the time: 1) Subclass Microsoft.Build.Utilities.Task</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#515845</link><pubDate>Sun, 22 Jan 2006 03:52:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:515845</guid><dc:creator>Gauthier Segay</dc:creator><description>Hi I don't have digged much on msbuild, it's great to have a MS supported build tool and find it very similar to the Ant approach.&lt;br&gt;&lt;br&gt;By the way, I think your exemple is not working:&lt;br&gt;&lt;br&gt;[Required]&lt;br&gt;public string Value&lt;br&gt;{&lt;br&gt;   get { return Value; }&lt;br&gt;   set { varValue = value; }&lt;br&gt;}&lt;br&gt;&lt;br&gt;it should be:&lt;br&gt;&lt;br&gt;[Required]&lt;br&gt;public string Value&lt;br&gt;{&lt;br&gt;   get { return varValue; }&lt;br&gt;   set { varValue = value; }&lt;br&gt;}&lt;br&gt;</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#516008</link><pubDate>Mon, 23 Jan 2006 02:35:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:516008</guid><dc:creator>msbuild</dc:creator><description>Yes - thanks for pointing out the mistake. I had tried the task out before I posted it - but obviously the get property was not getting used becasue I had not used it as an Output property, and that's why I didn't spot the mistake. &lt;br&gt;&lt;br&gt;Good catch!&lt;br&gt;&lt;br&gt;Faisal Mohamood</description></item><item><title>Team Build : comment cr</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#524800</link><pubDate>Sat, 04 Feb 2006 18:30:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524800</guid><dc:creator>Antoine Driard</dc:creator><description /></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#535561</link><pubDate>Mon, 20 Feb 2006 20:49:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:535561</guid><dc:creator>Shadi Mari</dc:creator><description>How can i define two task matually exclusive properties where either one of them is required in case the other is not specified.&lt;br&gt;&lt;br&gt;e.g. In a database operation task, either [usename &amp;amp; password] or Trusted_Connection=Yes can be specified.&lt;br&gt;&lt;br&gt;I wonder if this is possible in MsBuild?</description></item><item><title>MSI deployment of custom team build task</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#540399</link><pubDate>Tue, 28 Feb 2006 10:22:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:540399</guid><dc:creator>Grant Archibald</dc:creator><description>Introduction&lt;br&gt;Ok you have written your custom build task (if not visit MSDN for a starting point or here...</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#540511</link><pubDate>Tue, 28 Feb 2006 15:13:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:540511</guid><dc:creator>Karine Bosch</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I'm developing a nightly build process. Two of the tasks I need to execute, is uninstalling a windows service before the compilation of the sources starts; and installing and registering a windows service when the sources are compiled and before unit testing starts. I've created my custom tasks. But how can I define in my build file when these tasks need to execute?&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;&lt;br&gt;Karine</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#541664</link><pubDate>Thu, 02 Mar 2006 02:59:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:541664</guid><dc:creator>Tod Birdsall, MCSD for .NET</dc:creator><description>Thank you for the nice tutorial. I used it as a reference for creating a custom MSBuild Task to label projects in Visual SourceSafe. I then created a tutorial and published it on my site and at The Code Project. Here is the link:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://www.tod1d.net/articles/MSBuild_Tutorial_SourceSafe_Label_Task.asp"&gt;http://www.tod1d.net/articles/MSBuild_Tutorial_SourceSafe_Label_Task.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;I hope others find it useful.</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#577199</link><pubDate>Sun, 16 Apr 2006 20:15:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:577199</guid><dc:creator>Rathinavelan</dc:creator><description>Hi all, I have the same issue/request for information as Karine Bosch , I need to be able to stop an installed windows service, and start it, upon successfull deployment in the app server, FYI, I am able to successfully build the application ( web application) in the Build server, and copy it to the app server, and there by deploying the fresh web build.&lt;br&gt;Only issue now is this windows server, any help will be appreciated</description></item><item><title>TeamBuild and VC++ - adding additional vcbuild options </title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#633981</link><pubDate>Fri, 16 Jun 2006 14:43:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:633981</guid><dc:creator>Chaitanya's Blog</dc:creator><description>Sometimes a user might want to add vcbuild commandline optins (such as /useenv (/u)/wrnfile:&amp;amp;amp;lt;file...</description></item><item><title>Team Build : comment crÃ©er vos propres tÃ¢ches</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#1349244</link><pubDate>Fri, 22 Dec 2006 22:22:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1349244</guid><dc:creator>Visual Studio Team System en français</dc:creator><description>&lt;p&gt;Team Build, pour ceux qui n'auraient pas suivi, est le module d'int&amp;#233;gration/build de Team System. Il&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#3337847</link><pubDate>Sat, 16 Jun 2007 15:20:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3337847</guid><dc:creator>Shannon,Shannon,Cool design, great info! Would you please also visit my homepage?</dc:creator><description>&lt;p&gt;Cool design, great info! Would you please also visit my homepage?&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#4021753</link><pubDate>Tue, 24 Jul 2007 07:58:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4021753</guid><dc:creator>ctl00$_$ctl00$_$ctl01$_$form$_$tbname</dc:creator><description>&lt;p&gt;ultram weight &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://dimko11111.kostenloses-forum.com"&gt;http://dimko11111.kostenloses-forum.com&lt;/a&gt; &amp;gt;ultram mg&amp;lt;/a&amp;gt; [url=&lt;a rel="nofollow" target="_new" href="http://dimko11111.kostenloses-forum.com"&gt;http://dimko11111.kostenloses-forum.com&lt;/a&gt;]ultram mg[/url]&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#4036210</link><pubDate>Wed, 25 Jul 2007 03:23:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4036210</guid><dc:creator>ctl00$_$ctl00$_$ctl01$_$form$_$tbname</dc:creator><description>&lt;p&gt; tab ultram &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://cutalink.com/rug-prescription.org/s5.php"&gt;http://cutalink.com/rug-prescription.org/s5.php&lt;/a&gt; &amp;gt; tab ultram&amp;lt;/a&amp;gt; [url=&lt;a rel="nofollow" target="_new" href="http://cutalink.com/rug-prescription.org/s5.php"&gt;http://cutalink.com/rug-prescription.org/s5.php&lt;/a&gt;] tab ultram[/url]&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#4038783</link><pubDate>Wed, 25 Jul 2007 09:56:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4038783</guid><dc:creator>ctl00$_$ctl00$_$ctl01$_$form$_$tbname</dc:creator><description>&lt;p&gt;estate ultram &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://ultra.blogtopia.com"&gt;http://ultra.blogtopia.com&lt;/a&gt; &amp;gt;ultram 3ctd&amp;lt;/a&amp;gt; [url=&lt;a rel="nofollow" target="_new" href="http://ultra.blogtopia.com"&gt;http://ultra.blogtopia.com&lt;/a&gt;]ultram 3ctd[/url]&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#6624663</link><pubDate>Sat, 01 Dec 2007 09:38:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6624663</guid><dc:creator>bankruptcy</dc:creator><description>&lt;p&gt;All about &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dikiw.info/152.html"&gt;http://dikiw.info/152.html&lt;/a&gt; &amp;quot;&amp;gt;amicable bankruptcy scottish&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dikiw.info/509.html"&gt;http://dikiw.info/509.html&lt;/a&gt; &amp;quot;&amp;gt;bankruptcy injury kmart lawsuit personal&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dikiw.info/274.html"&gt;http://dikiw.info/274.html&lt;/a&gt; &amp;quot;&amp;gt;bankruptcy thermoplastics&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dikiw.info/59.html"&gt;http://dikiw.info/59.html&lt;/a&gt; &amp;quot;&amp;gt;cornelius pools bankruptcy&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://dikiw.info/304.html"&gt;http://dikiw.info/304.html&lt;/a&gt;]mikal gilmore bankruptcy[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://dikiw.info/49.html"&gt;http://dikiw.info/49.html&lt;/a&gt;]bankruptcy metaldyne[/URL] nice&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#6745910</link><pubDate>Wed, 12 Dec 2007 14:56:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6745910</guid><dc:creator>gifts</dc:creator><description>&lt;p&gt;Greetings &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dotora.info/628.html"&gt;http://dotora.info/628.html&lt;/a&gt; &amp;quot;&amp;gt;gift in ireland mcsweeneys today&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dotora.info/661.html"&gt;http://dotora.info/661.html&lt;/a&gt; &amp;quot;&amp;gt;giftware independent&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dotora.info/326.html"&gt;http://dotora.info/326.html&lt;/a&gt; &amp;quot;&amp;gt;black masked lovebird gifts&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://dotora.info/367.html"&gt;http://dotora.info/367.html&lt;/a&gt; &amp;quot;&amp;gt;biotherm gift&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://dotora.info/632.html"&gt;http://dotora.info/632.html&lt;/a&gt;]pampering gifts for women[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://dotora.info/709.html"&gt;http://dotora.info/709.html&lt;/a&gt;]ceramic premium gift malaysia[/URL] too&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#6783795</link><pubDate>Sun, 16 Dec 2007 20:20:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6783795</guid><dc:creator>truck new</dc:creator><description>&lt;p&gt;In bookmarks &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://ecilika.info/616.html"&gt;http://ecilika.info/616.html&lt;/a&gt; &amp;quot;&amp;gt;tonka monster trucks serial&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://ecilika.info/197.html"&gt;http://ecilika.info/197.html&lt;/a&gt; &amp;quot;&amp;gt;toyota trucks hompepage&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://ecilika.info/738.html"&gt;http://ecilika.info/738.html&lt;/a&gt; &amp;quot;&amp;gt;dodge big horn truck&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://ecilika.info/691.html"&gt;http://ecilika.info/691.html&lt;/a&gt; &amp;quot;&amp;gt;jack rabbit truck topper&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://ecilika.info/492.html"&gt;http://ecilika.info/492.html&lt;/a&gt;]moveing trucks[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://ecilika.info/195.html"&gt;http://ecilika.info/195.html&lt;/a&gt;]used pickup trucks in akron ohio[/URL] loves&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#6811668</link><pubDate>Thu, 20 Dec 2007 04:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6811668</guid><dc:creator>christmas1</dc:creator><description>&lt;p&gt;Funny sites &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/104.html"&gt;http://christmasforu1.info/104.html&lt;/a&gt; &amp;quot;&amp;gt;counted cross stitch christmas ornament&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/553.html"&gt;http://christmasforu1.info/553.html&lt;/a&gt; &amp;quot;&amp;gt;hosta night before christmas&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/294.html"&gt;http://christmasforu1.info/294.html&lt;/a&gt; &amp;quot;&amp;gt;advent calendar christmas lampoons national vacation&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/315.html"&gt;http://christmasforu1.info/315.html&lt;/a&gt; &amp;quot;&amp;gt;felt christmas tree advent calendar&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/22.html"&gt;http://christmasforu1.info/22.html&lt;/a&gt;]1996 christmas crystal ornament swarovski[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://christmasforu1.info/43.html"&gt;http://christmasforu1.info/43.html&lt;/a&gt;]a christmas carol madison square garden[/URL] more&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#6819697</link><pubDate>Thu, 20 Dec 2007 21:40:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6819697</guid><dc:creator>gift4</dc:creator><description>&lt;p&gt;All about site &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/712.html"&gt;http://giftforyou2.info/712.html&lt;/a&gt; &amp;quot;&amp;gt;chilis gift certificate&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/33.html"&gt;http://giftforyou2.info/33.html&lt;/a&gt; &amp;quot;&amp;gt;balloon and gift delivery boise idaho&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/662.html"&gt;http://giftforyou2.info/662.html&lt;/a&gt; &amp;quot;&amp;gt;cellophane gift wrap&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/795.html"&gt;http://giftforyou2.info/795.html&lt;/a&gt; &amp;quot;&amp;gt;cleveland fruit and gift basket&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/360.html"&gt;http://giftforyou2.info/360.html&lt;/a&gt;]zadie gifts jewish[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://giftforyou2.info/765.html"&gt;http://giftforyou2.info/765.html&lt;/a&gt;]christmas gift for chef christmas cards hotgiftideasnet[/URL] online&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#7034749</link><pubDate>Wed, 09 Jan 2008 04:32:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7034749</guid><dc:creator>volkswagen cars</dc:creator><description>&lt;p&gt;Budu v tope &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://hikcax.info/60.html"&gt;http://hikcax.info/60.html&lt;/a&gt; &amp;quot;&amp;gt;volkswagen group milton keynes&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://hikcax.info/485.html"&gt;http://hikcax.info/485.html&lt;/a&gt; &amp;quot;&amp;gt;1999 volkswagen jetta wolfsburg edition&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://hikcax.info/770.html"&gt;http://hikcax.info/770.html&lt;/a&gt; &amp;quot;&amp;gt;2000 volkswagen jetta gls&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://hikcax.info/755.html"&gt;http://hikcax.info/755.html&lt;/a&gt; &amp;quot;&amp;gt;volkswagen touareg w12 for sale&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://hikcax.info/196.html"&gt;http://hikcax.info/196.html&lt;/a&gt;]volkswagen diesel 2007[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://hikcax.info/523.html"&gt;http://hikcax.info/523.html&lt;/a&gt;]2001 volkswagen golf gls specifications[/URL] and other&lt;/p&gt;
</description></item><item><title>mortgage1</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#7459314</link><pubDate>Tue, 05 Feb 2008 11:02:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7459314</guid><dc:creator>mortgage1</dc:creator><description>&lt;p&gt;Nice world &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/836.html"&gt;http://aroundall3.info/836.html&lt;/a&gt; &amp;quot;&amp;gt;vendee mortgage trust&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/157.html"&gt;http://aroundall3.info/157.html&lt;/a&gt; &amp;quot;&amp;gt;mortgage calculator td&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/802.html"&gt;http://aroundall3.info/802.html&lt;/a&gt; &amp;quot;&amp;gt;baloon mortgage&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/703.html"&gt;http://aroundall3.info/703.html&lt;/a&gt; &amp;quot;&amp;gt;sps mortgage&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/574.html"&gt;http://aroundall3.info/574.html&lt;/a&gt;]assumable mortgages alberta[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://aroundall3.info/11.html"&gt;http://aroundall3.info/11.html&lt;/a&gt;]manhatten mortgage[/URL] portals&lt;/p&gt;
</description></item><item><title>my_credit_card</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#7576789</link><pubDate>Sun, 10 Feb 2008 07:52:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7576789</guid><dc:creator>my_credit_card</dc:creator><description>&lt;p&gt;Hello, people &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/144.html"&gt;http://bank-cards-inf.info/144.html&lt;/a&gt; &amp;quot;&amp;gt;hsbc credit card login&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/33.html"&gt;http://bank-cards-inf.info/33.html&lt;/a&gt; &amp;quot;&amp;gt;bmi baby credit card&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/150.html"&gt;http://bank-cards-inf.info/150.html&lt;/a&gt; &amp;quot;&amp;gt;instant credit card&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/43.html"&gt;http://bank-cards-inf.info/43.html&lt;/a&gt; &amp;quot;&amp;gt;canadian tire mastercard&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/64.html"&gt;http://bank-cards-inf.info/64.html&lt;/a&gt;]citibank citicards[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://bank-cards-inf.info/165.html"&gt;http://bank-cards-inf.info/165.html&lt;/a&gt;]low intrest credit cards[/URL] best&lt;/p&gt;
</description></item><item><title>cadillac</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8049574</link><pubDate>Wed, 05 Mar 2008 12:22:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8049574</guid><dc:creator>cadillac</dc:creator><description>&lt;p&gt;Access &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://gikasde.info/396.html"&gt;http://gikasde.info/396.html&lt;/a&gt; &amp;quot;&amp;gt;cadillac seville diesel&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://gikasde.info/781.html"&gt;http://gikasde.info/781.html&lt;/a&gt; &amp;quot;&amp;gt;cadillac seville sts&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://gikasde.info/446.html"&gt;http://gikasde.info/446.html&lt;/a&gt; &amp;quot;&amp;gt;history of the fleetwood cadillac&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://gikasde.info/39.html"&gt;http://gikasde.info/39.html&lt;/a&gt; &amp;quot;&amp;gt;1957 cadillac biarritz convertible&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://gikasde.info/694.html"&gt;http://gikasde.info/694.html&lt;/a&gt;]cadillac broughman[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://gikasde.info/421.html"&gt;http://gikasde.info/421.html&lt;/a&gt;]feature programming mode cadillac seville 2002[/URL] work&lt;/p&gt;
</description></item><item><title>real estate c blog</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8080590</link><pubDate>Fri, 07 Mar 2008 01:41:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8080590</guid><dc:creator>real estate c blog</dc:creator><description>&lt;p&gt;Welcome to &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/644.html"&gt;http://real-estate-cblog.info/644.html&lt;/a&gt; &amp;quot;&amp;gt;pavones real estate&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/605.html"&gt;http://real-estate-cblog.info/605.html&lt;/a&gt; &amp;quot;&amp;gt;pagosa springs colorado real estate&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/434.html"&gt;http://real-estate-cblog.info/434.html&lt;/a&gt; &amp;quot;&amp;gt;nayarit real estate&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/907.html"&gt;http://real-estate-cblog.info/907.html&lt;/a&gt; &amp;quot;&amp;gt;real estate appraiser license sc&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/330.html"&gt;http://real-estate-cblog.info/330.html&lt;/a&gt;]montelongo real estate[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://real-estate-cblog.info/691.html"&gt;http://real-estate-cblog.info/691.html&lt;/a&gt;]peterborough nh real estate[/URL] more&lt;/p&gt;
</description></item><item><title>Installing Windows Services Remotely Using C# - Part 3 | Jared Boelen's Soapbox</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8436371</link><pubDate>Tue, 29 Apr 2008 04:02:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8436371</guid><dc:creator>Installing Windows Services Remotely Using C# - Part 3 | Jared Boelen's Soapbox</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.jrboelens.com/?p=8"&gt;http://blog.jrboelens.com/?p=8&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>антимаулнетизм надежно</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8473603</link><pubDate>Thu, 08 May 2008 21:44:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8473603</guid><dc:creator>ctl00$_$ctl00$_$ctl01$_$form$_$tbname</dc:creator><description>&lt;p&gt;антимаулнетизм оперативно &amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://antiprivichka.ru"&gt;http://antiprivichka.ru&lt;/a&gt; &amp;gt;антимаулнетизм надежно&amp;lt;/a&amp;gt; [url=&lt;a rel="nofollow" target="_new" href="http://antiprivichka.ru"&gt;http://antiprivichka.ru&lt;/a&gt;]антимаулнетизм надежно[/url]&lt;/p&gt;
</description></item><item><title>furniture store</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8587285</link><pubDate>Mon, 09 Jun 2008 23:26:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8587285</guid><dc:creator>furniture store</dc:creator><description>&lt;p&gt;Looking &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://fenasik.info/200.html"&gt;http://fenasik.info/200.html&lt;/a&gt; &amp;quot;&amp;gt;painted furniture in the dc metro&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://fenasik.info/157.html"&gt;http://fenasik.info/157.html&lt;/a&gt; &amp;quot;&amp;gt;office furniture malaysia sdn bhd&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://fenasik.info/274.html"&gt;http://fenasik.info/274.html&lt;/a&gt; &amp;quot;&amp;gt;hendredon furniture&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://fenasik.info/339.html"&gt;http://fenasik.info/339.html&lt;/a&gt; &amp;quot;&amp;gt;royce furniture website&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://fenasik.info/512.html"&gt;http://fenasik.info/512.html&lt;/a&gt;]bar furniture georgia[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://fenasik.info/399.html"&gt;http://fenasik.info/399.html&lt;/a&gt;]exterior wood furniture[/URL] groove&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8728427</link><pubDate>Sun, 13 Jul 2008 16:56:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8728427</guid><dc:creator>pizdavsem</dc:creator><description>&lt;p&gt;Great site! You can find related info on the following sites:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://www.google.com/pizda"&gt;http://www.google.com/pizda&lt;/a&gt; &amp;gt;vsem pizda, ya skazal!&amp;lt;/a&amp;gt;&lt;/p&gt;
</description></item><item><title>re: How To: Implementing Custom Tasks - Part I</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8728429</link><pubDate>Sun, 13 Jul 2008 16:56:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8728429</guid><dc:creator>pizdavsem</dc:creator><description>&lt;p&gt;Great site! You can find related info on the following sites:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href= &lt;a rel="nofollow" target="_new" href="http://www.google.com/pizda"&gt;http://www.google.com/pizda&lt;/a&gt; &amp;gt;vsem pizda, ya skazal!&amp;lt;/a&amp;gt;&lt;/p&gt;
</description></item><item><title>degree mya</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8737140</link><pubDate>Wed, 16 Jul 2008 09:17:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8737140</guid><dc:creator>degree mya</dc:creator><description>&lt;p&gt;Funny sites &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/160.html"&gt;http://xcsabj.info/160.html&lt;/a&gt; &amp;quot;&amp;gt;school locker organizer&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/225.html"&gt;http://xcsabj.info/225.html&lt;/a&gt; &amp;quot;&amp;gt;radiologist school jobs lincoln nebraska&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/14.html"&gt;http://xcsabj.info/14.html&lt;/a&gt; &amp;quot;&amp;gt;ventura college pirates&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/15.html"&gt;http://xcsabj.info/15.html&lt;/a&gt; &amp;quot;&amp;gt;veggietales preschool curriculum kit&amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/50.html"&gt;http://xcsabj.info/50.html&lt;/a&gt;]thelearningchannel[/URL] [URL=&lt;a rel="nofollow" target="_new" href="http://xcsabj.info/381.html"&gt;http://xcsabj.info/381.html&lt;/a&gt;]online school for paranormal investigator[/URL] likes&lt;/p&gt;
</description></item><item><title>Заявление - исковое заявление, как  верно составить форму заявления</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8857206</link><pubDate>Wed, 13 Aug 2008 12:46:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8857206</guid><dc:creator>prokuror</dc:creator><description>&lt;p&gt;&amp;lt;a href = &amp;quot;&lt;a rel="nofollow" target="_new" href="http://zayvka.ru&amp;quot;&amp;gt;"&gt;http://zayvka.ru&amp;quot;&amp;gt;&lt;/a&gt; &amp;nbsp;Заявление&amp;lt;/a&amp;gt; - заявление в суд, на данном сайте рассказанно как &amp;nbsp;правильно составить образец и бланк искового заявления. Публикации и статьи практикующих юристов, большое количество различных образцов и форм составления заявлений.&lt;/p&gt;
</description></item><item><title>&lt;a href = "http://ndflnalog.ru"&gt;ндфл &lt;/a&gt;</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#8919714</link><pubDate>Tue, 02 Sep 2008 13:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8919714</guid><dc:creator>&lt;a href = "http://ndflnalog.ru"&gt;форма 2 ндфл &lt;/a&gt;</dc:creator><description>&lt;p&gt;&amp;lt;a href = &amp;quot;&lt;a rel="nofollow" target="_new" href="http://ndflnalog.ru&amp;quot;&amp;gt;3"&gt;http://ndflnalog.ru&amp;quot;&amp;gt;3&lt;/a&gt; ндфл &amp;lt;/a&amp;gt;&lt;/p&gt;
</description></item><item><title>Герпес - познавательный сайт повествующий про половой герпес.</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9103257</link><pubDate>Sun, 16 Nov 2008 16:57:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9103257</guid><dc:creator>gerpescom</dc:creator><description>&lt;p&gt;Герпес - лечить болезнь при помощи антибиотиков. Ресурс будет полезен всем болеющим половым герпесом, а также врачам и аспирантам, и любому кому интересны проблемы герпеса.&lt;/p&gt;
</description></item><item><title>Лечить геморрой - лечить заболевание при помощи народных средств. </title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9119193</link><pubDate>Tue, 18 Nov 2008 19:46:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9119193</guid><dc:creator>http://il1.ru/</dc:creator><description>&lt;p&gt;Геморрой - лечить болезнь при помощи антибиотиков. Сайт будет полезен всем страдающим анальными трещинами, а также врачам и аспирантам, и любому кому интересны проблемы геморроя. Отдельный раздел ресурса посвящен методам излечения от геморроя при помощи народной медицины. &lt;/p&gt;
</description></item><item><title>Customising Setup Projects | keyongtech</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9338166</link><pubDate>Sun, 18 Jan 2009 19:31:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338166</guid><dc:creator>Customising Setup Projects | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/1189333-customising-setup-projects"&gt;http://www.keyongtech.com/1189333-customising-setup-projects&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Климакс симптомы - все самое важное и необходимое про менопаузу. </title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9403357</link><pubDate>Sat, 07 Feb 2009 05:34:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9403357</guid><dc:creator>http://hemorrhoid.ru/</dc:creator><description>&lt;p&gt;Климакс - все самое важное и необходимое про климакс. На ваши вопросы про состояние климакса ответят на страницах нашего ресурса практикующие врачи геронтологи высшей квалификации. Наш сайт подробно расскажет вам о том, что такое предклимакс и почему климакс еще называют менопаузой, мы рассматриваем как изменяется &amp;nbsp;форма и функциональность груди, какие проблемы могут возникнуть со зрением. Новый раздел нашего сайта представляет информацию о подготовке к &amp;nbsp;наступлению климакса, также есть информация про правильное питание во время климакса. &lt;/p&gt;
&lt;p&gt;Главное знать - ничего страшного в климаксе нет, климакса не нужно бояться. Климакс или Менопауза это все лишь новое состояние вашего организма.&lt;/p&gt;
</description></item><item><title>6 Things Every ASP.NET Developer Should Know by 2010</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9468192</link><pubDate>Tue, 10 Mar 2009 00:01:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468192</guid><dc:creator>David Savage</dc:creator><description>&lt;p&gt;A look at the top 6 things that I think all developers should know by 2010.&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | Paid Surveys</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9654184</link><pubDate>Fri, 29 May 2009 19:30:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9654184</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=msbuild-team-blog-how-to-implementing-custom-tasks-part-i"&gt;http://paidsurveyshub.info/story.php?title=msbuild-team-blog-how-to-implementing-custom-tasks-part-i&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | My Site</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9674400</link><pubDate>Mon, 01 Jun 2009 07:03:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9674400</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | My Site</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patiochairsite.info/story.php?id=1114"&gt;http://patiochairsite.info/story.php?id=1114&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I |  Hammock Stand</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9674979</link><pubDate>Mon, 01 Jun 2009 08:44:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9674979</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I |  Hammock Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hammockstandsite.info/story.php?id=515"&gt;http://hammockstandsite.info/story.php?id=515&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | Green Tea Fat Burner</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9706658</link><pubDate>Mon, 08 Jun 2009 05:25:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9706658</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | Green Tea Fat Burner</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://greenteafatburner.info/story.php?id=1192"&gt;http://greenteafatburner.info/story.php?id=1192&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | outdoor rugs</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9746690</link><pubDate>Sun, 14 Jun 2009 02:41:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9746690</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | outdoor rugs</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://onlyoutdoorrugs.info/story.php?id=797"&gt;http://onlyoutdoorrugs.info/story.php?id=797&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt settlement program</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9754119</link><pubDate>Mon, 15 Jun 2009 20:26:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9754119</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt settlement program</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://edebtsettlementprogram.info/story.php?id=22225"&gt;http://edebtsettlementprogram.info/story.php?id=22225&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | fix my credit</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9764380</link><pubDate>Wed, 17 Jun 2009 05:01:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9764380</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=2357"&gt;http://fixmycrediteasily.info/story.php?id=2357&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | patio set</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9771575</link><pubDate>Thu, 18 Jun 2009 05:01:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9771575</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | patio set</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://patiosetsite.info/story.php?id=424"&gt;http://patiosetsite.info/story.php?id=424&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | bar stools</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9780687</link><pubDate>Fri, 19 Jun 2009 09:37:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9780687</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | bar stools</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://barstoolsite.info/story.php?id=1179"&gt;http://barstoolsite.info/story.php?id=1179&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | porch swing</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9781924</link><pubDate>Fri, 19 Jun 2009 10:32:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9781924</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | porch swing</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fancyporchswing.info/story.php?id=1599"&gt;http://fancyporchswing.info/story.php?id=1599&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | garden statues</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9783325</link><pubDate>Fri, 19 Jun 2009 11:44:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9783325</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | garden statues</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://gardenstatuesgalore.info/story.php?id=1277"&gt;http://gardenstatuesgalore.info/story.php?id=1277&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | adirondack chairs</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9783873</link><pubDate>Fri, 19 Jun 2009 12:24:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9783873</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | adirondack chairs</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://adirondackchairshub.info/story.php?id=2393"&gt;http://adirondackchairshub.info/story.php?id=2393&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt consolidator</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9787982</link><pubDate>Fri, 19 Jun 2009 17:22:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9787982</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt consolidator</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mydebtconsolidator.info/story.php?id=15460"&gt;http://mydebtconsolidator.info/story.php?id=15460&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt solutions</title><link>http://blogs.msdn.com/msbuild/archive/2006/01/21/515834.aspx#9790532</link><pubDate>Fri, 19 Jun 2009 19:53:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9790532</guid><dc:creator> MSBuild Team Blog How To Implementing Custom Tasks Part I | debt solutions</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://debtsolutionsnow.info/story.php?id=1098"&gt;http://debtsolutionsnow.info/story.php?id=1098&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>