<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>MSBuild Extended Tasks</title><link>http://www.codeplex.com/msbuildextasks/Project/ProjectRss.aspx</link><description>A collection of tasks that perform tasks to help automate the entire build process. </description><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sun, 27 May 2007 21:24:52 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070527092452P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;a href="http://ccnetconfig.org/msbet/Docs/MSBuild.Extended.Tasks.chm" class="externalLink"&gt;Latest Documentation (CHM)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://ccnetconfig.org/msbet/Docs/html/index.htm" class="externalLink"&gt;Latest Documentation (Html)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://ccnetconfig.org/msbet/Debug/" class="externalLink"&gt;Nightly Bits&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
This project was one affected by the outage that recently happened on codeplex. I will check in the latest code ASAP. Until then, you can get the latest from &lt;a href="http://ccnetconfig.org/msbet/Debug/" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/h4&gt; &lt;br /&gt;The aim of this project is to create a large collection of MSBuild tasks that can be used to perform actions to further automate the build process. &lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Tasks&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Net&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=MakeHttpRequest&amp;amp;referringTitle=Home"&gt;MakeHttpRequest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Sandcastle&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=GenerateDocumentation&amp;amp;referringTitle=Home"&gt;GenerateDocumentation&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Support for NDoc NamespaceDoc class&lt;/li&gt;&lt;li&gt;Support for ProjectDoc class. Works like NamespaceDoc class except the information is used for the project page.&lt;/li&gt;&lt;li&gt;Generate documentation for your assemblies by calling 1 task&lt;/li&gt;&lt;li&gt;Support generation of a Table of Contents for viewing documentation via web browser.&lt;/li&gt;&lt;li&gt;Build Documentation in CHM format&lt;/li&gt;&lt;li&gt;Syntax highlighter for &amp;lt;code&amp;gt; blocks&lt;/li&gt;&lt;li&gt;Supports &lt;b&gt;Prototype&lt;/b&gt; and &lt;b&gt;VS2005&lt;/b&gt; documentation Styles&lt;/li&gt;&lt;li&gt;Supports &lt;b&gt;Friendly&lt;/b&gt; and &lt;b&gt;Guid&lt;/b&gt; File names&lt;/li&gt;&lt;li&gt;Automatically Clean Sandcastle generated files (reflection.xml, sandcastle.config)&lt;/li&gt;&lt;li&gt;Automatically delete the generated html files.&lt;/li&gt;&lt;li&gt;Configurable Reference Link Resolving (None, Local, MSDN, Index)&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;&lt;li&gt;Strings&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=StringReplace&amp;amp;referringTitle=Home"&gt;StringReplace&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=StringFormat&amp;amp;referringTitle=Home"&gt;StringFormat&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Xml&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Wix&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=WixAddFilesToComponent&amp;amp;referringTitle=Home"&gt;WixAddFilesToComponent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=CreateXmlDocument&amp;amp;referringTitle=Home"&gt;CreateXmlDocument&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=AddXmlElement&amp;amp;referringTitle=Home"&gt;AddXmlElement&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=SetXmlElementAttribute&amp;amp;referringTitle=Home"&gt;SetXmlElementAttribute&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=RemoveXmlNode&amp;amp;referringTitle=Home"&gt;RemoveXmlNode&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=GetXmlElementAttributeValue&amp;amp;referringTitle=Home"&gt;GetXmlElementAttributeValue&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=SetXmlElementInnerText&amp;amp;referringTitle=Home"&gt;SetXmlElementInnerText&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=XmlNodeExists&amp;amp;referringTitle=Home"&gt;XmlNodeExists&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Fri, 27 Apr 2007 17:54:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070427055427P</guid></item><item><title>CREATED ISSUE: Source Code Container larger then visible area in Firefox</title><link>http://www.codeplex.com/msbuildextasks/WorkItem/View.aspx?WorkItemId=717</link><description>The syntax highlighted source code container is partially cut off when viewing file in FireFox </description><author>camalot</author><pubDate>Wed, 25 Apr 2007 21:17:46 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Source Code Container larger then visible area in Firefox 20070425091746P</guid></item><item><title>CREATED ISSUE: HTML TOC fails if Guid file names are used</title><link>http://www.codeplex.com/msbuildextasks/WorkItem/View.aspx?WorkItemId=716</link><description>The TOC can not find the files if Guid names are used </description><author>camalot</author><pubDate>Wed, 25 Apr 2007 21:17:45 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: HTML TOC fails if Guid file names are used 20070425091745P</guid></item><item><title>CREATED TASK: Incorrect License loaded in Wix</title><link>http://www.codeplex.com/msbuildextasks/WorkItem/View.aspx?WorkItemId=715</link><description>Wix script is not loading the correct license.rtf </description><author>camalot</author><pubDate>Wed, 25 Apr 2007 21:17:44 GMT</pubDate><guid isPermaLink="false">CREATED TASK: Incorrect License loaded in Wix 20070425091744P</guid></item><item><title>CREATED ISSUE: Html Toc doesn't work correctly in IE</title><link>http://www.codeplex.com/msbuildextasks/WorkItem/View.aspx?WorkItemId=660</link><description>In IE7, the toc items when expanded and if the name of the item is wider then the size of the frame then the icon disappears. </description><author>camalot</author><pubDate>Wed, 25 Apr 2007 21:16:14 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Html Toc doesn't work correctly in IE 20070425091614P</guid></item><item><title>CREATED TASK: Add GenerateHtmlToc option to DocumentationGeneration Task</title><link>http://www.codeplex.com/msbuildextasks/WorkItem/View.aspx?WorkItemId=659</link><description>Currently, if the ReflectionToHtmlTocTransform is set then the step will be performed. This should be set to a default to the file that is included. Instead, there should be a property to specify if the step should be performed and then an option to change the location of the transform xsl. </description><author>camalot</author><pubDate>Wed, 25 Apr 2007 21:16:13 GMT</pubDate><guid isPermaLink="false">CREATED TASK: Add GenerateHtmlToc option to DocumentationGeneration Task 20070425091613P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description>changed to support March CTP of sandcastle</description><author>camalot</author><pubDate>Thu, 08 Mar 2007 04:42:51 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070308044251A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description>added licenses to files</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:48:22 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224074822P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:47:19 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224074719P</guid></item><item><title>UPDATED WIKI: WixAddFilesToComponent</title><link>http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=WixAddFilesToComponent&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
Provides a way to dynamically generate file elements in a component defined in a Wix file.&lt;br /&gt; &lt;br /&gt;Example Usage:&lt;br /&gt;&lt;pre&gt;
&amp;lt;WixAddFilesToComponent Files=&amp;quot;@(ScriptFiles)&amp;quot; 
    XPath=&amp;quot;$(JsBaseXPath)&amp;quot; NamespaceURI=&amp;quot;$(Namespace)&amp;quot; 
    Namespaces=&amp;quot;$(NamespaceManager)&amp;quot; XmlFile=&amp;quot;$(WixFile)&amp;quot; /&amp;gt; 
&lt;/pre&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Attribute &lt;/th&gt;&lt;th&gt; Description &lt;/th&gt;&lt;th&gt; Required &lt;/th&gt;&lt;th&gt; Type &lt;/th&gt;&lt;th&gt; Direction &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlFile &lt;/td&gt;&lt;td&gt; The file to make the changes to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XPath &lt;/td&gt;&lt;td&gt; The XPath to find the component to add the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; NamespaceURI &lt;/td&gt;&lt;td&gt; The default namespace. This is set to http://schemas.microsoft.com/wix/2006/wi by default. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Namespaces &lt;/td&gt;&lt;td&gt; A string array of prefix:namespace strings. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Files &lt;/td&gt;&lt;td&gt; An array of files to add. &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Compressed &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked compressed &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Disk &lt;/td&gt;&lt;td&gt; The disk id to assign the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; Integer &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; KeyPath &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as a KeyPath &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Vital &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Vital &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Hidden &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Hidden &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; SystemFile &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as system files &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; ReadOnly &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as readonly &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;Note: Namespaces contains &amp;quot;wix:http://schemas.microsoft.com/wix/2006/wi&amp;quot; by default. Since the document has a default namespace, the &amp;quot;wix&amp;quot; prefix is used to perform an XPath Query. &lt;br /&gt; &lt;br /&gt;Here is an example XPath query to pass to this task to find the component.&lt;br /&gt;&lt;pre&gt;
 //wix:Component[@Guid='$(MyComponentGuid)'] 
&lt;/pre&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:15:57 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: WixAddFilesToComponent 20070224071557P</guid></item><item><title>UPDATED WIKI: WixAddFilesToComponent</title><link>http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=WixAddFilesToComponent&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
Provides a way to dynamically generate file elements in a component defined in a Wix file.&lt;br /&gt; &lt;br /&gt;Example Usage:&lt;br /&gt;&lt;pre&gt;
 &amp;lt;WixAddFilesToComponent Files=&amp;quot;@(ScriptFiles)&amp;quot; XPath=&amp;quot;$(JsBaseXPath)&amp;quot; NamespaceURI=&amp;quot;$(Namespace)&amp;quot; Namespaces=&amp;quot;$(NamespaceManager)&amp;quot; XmlFile=&amp;quot;$(WixFile)&amp;quot; /&amp;gt; 
&lt;/pre&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Attribute &lt;/th&gt;&lt;th&gt; Description &lt;/th&gt;&lt;th&gt; Required &lt;/th&gt;&lt;th&gt; Type &lt;/th&gt;&lt;th&gt; Direction &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlFile &lt;/td&gt;&lt;td&gt; The file to make the changes to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XPath &lt;/td&gt;&lt;td&gt; The XPath to find the component to add the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; NamespaceURI &lt;/td&gt;&lt;td&gt; The default namespace. This is set to http://schemas.microsoft.com/wix/2006/wi by default. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Namespaces &lt;/td&gt;&lt;td&gt; A string array of prefix:namespace strings. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Files &lt;/td&gt;&lt;td&gt; An array of files to add. &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Compressed &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked compressed &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Disk &lt;/td&gt;&lt;td&gt; The disk id to assign the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; Integer &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; KeyPath &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as a KeyPath &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Vital &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Vital &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Hidden &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Hidden &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; SystemFile &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as system files &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; ReadOnly &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as readonly &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;Note: Namespaces contains &amp;quot;wix:http://schemas.microsoft.com/wix/2006/wi&amp;quot; by default. Since the document has a default namespace, the &amp;quot;wix&amp;quot; prefix is used to perform an XPath Query. &lt;br /&gt; &lt;br /&gt;Here is an example XPath query to pass to this task to find the component.&lt;br /&gt;&lt;pre&gt;
 //wix:Component[@Guid='$(MyComponentGuid)'] 
&lt;/pre&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:15:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: WixAddFilesToComponent 20070224071518P</guid></item><item><title>UPDATED WIKI: WixAddFilesToComponent</title><link>http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=WixAddFilesToComponent&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
Provides a way to dynamically generate file elements in a component defined in a Wix file.&lt;br /&gt; &lt;br /&gt;Example Usage:&lt;br /&gt;&lt;span class="codeInline"&gt;&amp;lt;WixAddFilesToComponent Files=&amp;quot;@(ScriptFiles)&amp;quot; XPath=&amp;quot;$(JsBaseXPath)&amp;quot; NamespaceURI=&amp;quot;$(Namespace)&amp;quot; Namespaces=&amp;quot;$(NamespaceManager)&amp;quot; XmlFile=&amp;quot;$(WixFile)&amp;quot; /&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Attribute &lt;/th&gt;&lt;th&gt; Description &lt;/th&gt;&lt;th&gt; Required &lt;/th&gt;&lt;th&gt; Type &lt;/th&gt;&lt;th&gt; Direction &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlFile &lt;/td&gt;&lt;td&gt; The file to make the changes to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XPath &lt;/td&gt;&lt;td&gt; The XPath to find the component to add the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; NamespaceURI &lt;/td&gt;&lt;td&gt; The default namespace. This is set to http://schemas.microsoft.com/wix/2006/wi by default. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Namespaces &lt;/td&gt;&lt;td&gt; A string array of prefix:namespace strings. &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Files &lt;/td&gt;&lt;td&gt; An array of files to add. &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String[] &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Compressed &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked compressed &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Disk &lt;/td&gt;&lt;td&gt; The disk id to assign the files to &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; Integer &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; KeyPath &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as a KeyPath &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Vital &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Vital &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Hidden &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as Hidden &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; SystemFile &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as system files &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; ReadOnly &lt;/td&gt;&lt;td&gt; Indicates if the files should be marked as readonly &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;Note: Namespaces contains &amp;quot;wix:http://schemas.microsoft.com/wix/2006/wi&amp;quot; by default. Since the document has a default namespace, the &amp;quot;wix&amp;quot; prefix is used to perform an XPath Query. &lt;br /&gt; &lt;br /&gt;Here is an example XPath query to pass to this task to find the component.&lt;br /&gt;&lt;span class="codeInline"&gt; //wix:Component[@Guid='$(MyComponentGuid)'] &lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:13:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: WixAddFilesToComponent 20070224071336P</guid></item><item><title>UPDATED WIKI: CreateXmlDocument</title><link>http://www.codeplex.com/msbuildextasks/Wiki/View.aspx?title=CreateXmlDocument&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
This creates an XmlDocument and a root element.&lt;br /&gt; &lt;br /&gt;Example Usage:&lt;br /&gt;&lt;pre&gt;
  &amp;lt;CreateXmlDocument  Name=&amp;quot;Project&amp;quot; XmlVersion=&amp;quot;1.0&amp;quot; XmlEncoding=&amp;quot;UTF-8&amp;quot;
      XmlFile=&amp;quot;$(MSBuildProjectDirectory)\$(OutputPath)Test.xml&amp;quot; 
      NamespaceURI=&amp;quot;http://schemas.microsoft.com/developer/msbuild/2003&amp;quot;
    /&amp;gt;  
&lt;/pre&gt; &lt;br /&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt; Attribute &lt;/th&gt;&lt;th&gt; Description &lt;/th&gt;&lt;th&gt; Required &lt;/th&gt;&lt;th&gt; Type &lt;/th&gt;&lt;th&gt; Direction &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Name &lt;/td&gt;&lt;td&gt; The name of the root element &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; NamespaceURI &lt;/td&gt;&lt;td&gt; The default namespaceURI of the root element &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Namespaces &lt;/td&gt;&lt;td&gt; an array of prefix:namespace strings &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlFile &lt;/td&gt;&lt;td&gt; The path and file name of the xml file that will be created &lt;/td&gt;&lt;td&gt; True &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlVersion &lt;/td&gt;&lt;td&gt; The version string of the xml document ( default: &amp;quot;1.0&amp;quot; ) &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; XmlEncoding &lt;/td&gt;&lt;td&gt; The encoding of the xml document ( default: &amp;quot;UTF-8&amp;quot; ) &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; Standalone &lt;/td&gt;&lt;td&gt; The standalone attribute of the xml document ( default: &amp;quot;&amp;quot; ) &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; String &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; ErrorIfFileExists &lt;/td&gt;&lt;td&gt; Indicates if an error should occur if the file already exists &lt;/td&gt;&lt;td&gt; False &lt;/td&gt;&lt;td&gt; Boolean &lt;/td&gt;&lt;td&gt; Input &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 19:03:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: CreateXmlDocument 20070224070303P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 18:13:49 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224061349P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 18:06:10 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224060610P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 17:54:43 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224055443P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description>added comments to wixaddfiles. fixed reference to components in the wix build script</description><author>camalot</author><pubDate>Sat, 24 Feb 2007 17:47:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224054754P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 17:36:24 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224053624P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/msbuildextasks/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>camalot</author><pubDate>Sat, 24 Feb 2007 17:29:40 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070224052940P</guid></item></channel></rss>