<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>treesurgeon Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Home</link><description>treesurgeon Wiki Rss Description</description><item><title>Updated Wiki: About</title><link>http://treesurgeon.codeplex.com/wikipage?title=About&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;About&lt;/h2&gt;
&lt;b&gt;Open Source&lt;/b&gt;&lt;br /&gt;Tree Surgeon is an open source project. This means you are free to use it, and the source code is available to look at.&lt;br /&gt;&lt;br /&gt;Tree Surgeon is released under the MIT License. Please make sure to read the &lt;a href="http://www.codeplex.com/treesurgeon/Project/License.aspx"&gt;License&lt;/a&gt; before using or distributing the software.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Team&lt;/b&gt;&lt;br /&gt;Check out the team &lt;a href="http://treesurgeon.codeplex.com/team/view"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Copyright&lt;/b&gt;&lt;br /&gt;Copyright &amp;#169; 2007 - 2012 Bil Simser&lt;br /&gt;Copyright &amp;#169; 2005 - 2006 Mike Roberts &amp;amp; ThoughtWorks &lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:31:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: About 20120531123139P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=11</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Using Tree Surgeon&lt;/h2&gt;
Tree Surgeon is pretty simple, but it is fully functional. Its based on Mike Roberts&amp;#39;s series of articles on How to setup a .NET Development Tree (see links below).&lt;br /&gt;&lt;br /&gt;Download the installer, and just run the GUI. Your generated project will appear in your My Documents folder and you should move it to wherever you like to develop on your machine (the meta-root if you read the article above.)&lt;br /&gt;&lt;br /&gt;Your generated project has a Visual Studio solution waiting for you in the src folder. Also, if you go into the project root directory, you can run an automated build. It should look a bit like this:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
C:\Program Files\TreeSurgeon\MyNewProject&amp;gt;go
NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Program Files/TreeSurgeon/MyNewProject/MyNewProject.build
Target(s) specified: test

compile:

 [solution] Starting solution build.
 [solution] Building &amp;#39;MyNewProjectConsole&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;Core&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;UnitTests&amp;#39; [AutomatedDebug] ...

run-unit-tests:

    [mkdir] Creating directory &amp;#39;C:\Program Files\TreeSurgeon\MyNewProject\build\test-reports&amp;#39;.
     [exec] NUnit version 2.2.2
     [exec] Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
     [exec] Copyright (C) 2000-2003 Philip Craig.
     [exec] All Rights Reserved.
     [exec]
     [exec] OS Version: Microsoft Windows NT 5.1.2600.0    .NET Version: 1.1.4322.2032
     [exec]
     [exec] .
     [exec] Tests run: 1, Failures: 0, Not run: 0, Time: 0.060 seconds
     [exec]
     [exec]

test:

BUILD SUCCEEDED

Total time: 4.4 seconds.
&lt;/pre&gt;
&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;Checking into Source Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;Automating the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;Extending the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;Adding Unit Tests&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;Automating Unit Tests and Packaging&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:30:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531123015P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Using Tree Surgeon&lt;/h2&gt;
Tree Surgeon is pretty simple, but it is fully functional. Its based on Mike Roberts&amp;#39;s series of articles on How to setup a .NET Development Tree (see links below).&lt;br /&gt;&lt;br /&gt;Download the installer, and just run the GUI. Your generated project will appear in your My Documents folder and you should move it to wherever you like to develop on your machine (the meta-root if you read the article above.)&lt;br /&gt;&lt;br /&gt;Your generated project has a Visual Studio solution waiting for you in the src folder. Also, if you go into the project root directory, you can run an automated build. It should look a bit like this:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
C:\Program Files\TreeSurgeon\MyNewProject&amp;gt;go
NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Program Files/TreeSurgeon/MyNewProject/MyNewProject.build
Target(s) specified: test

compile:

 [solution] Starting solution build.
 [solution] Building &amp;#39;MyNewProjectConsole&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;Core&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;UnitTests&amp;#39; [AutomatedDebug] ...

run-unit-tests:

    [mkdir] Creating directory &amp;#39;C:\Program Files\TreeSurgeon\MyNewProject\build\test-reports&amp;#39;.
     [exec] NUnit version 2.2.2
     [exec] Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
     [exec] Copyright (C) 2000-2003 Philip Craig.
     [exec] All Rights Reserved.
     [exec]
     [exec] OS Version: Microsoft Windows NT 5.1.2600.0    .NET Version: 1.1.4322.2032
     [exec]
     [exec] .
     [exec] Tests run: 1, Failures: 0, Not run: 0, Time: 0.060 seconds
     [exec]
     [exec]

test:

BUILD SUCCEEDED

Total time: 4.4 seconds.
&lt;/pre&gt;&lt;br /&gt;
&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;Checking into Source Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;Automating the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;Extending the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;Adding Unit Tests&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;Automating Unit Tests and Packaging&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:29:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122956P</guid></item><item><title>Updated Wiki: Home</title><link>http://treesurgeon.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Tree Surgeon Project&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Download?ProjectName=treesurgeon&amp;DownloadId=22480" alt="TreeSurgeon.jpg" title="TreeSurgeon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Have you ever spent a few days setting up a new development tree? Have you ever spent several days setting up several development trees? Have you even spent weeks trying to perfect all your development trees using a set of best practices?&lt;br /&gt;&lt;br /&gt;If the answer to any of the above answers is &amp;#39;yes&amp;#39;, then you&amp;#39;ll like Tree Surgeon!&lt;br /&gt;&lt;br /&gt;Tree Surgeon is a .NET development tree generator. Just give it the name of your project, and it will set up a development tree for you &lt;b&gt;in seconds&lt;/b&gt;. More than that, your new tree has years worth of accumulated build engineering experience built right in.&lt;br /&gt;&lt;br /&gt;Give Tree Surgeon a spin today!&lt;br /&gt;
&lt;h2&gt;More Information&lt;/h2&gt;
&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Download&amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Acknowledgments&amp;referringTitle=Home"&gt;Acknowledgments&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=About&amp;referringTitle=Home"&gt;About&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Support&amp;referringTitle=Home"&gt;Support&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=License&amp;referringTitle=Home"&gt;License&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Development&amp;referringTitle=Home"&gt;Development&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:28:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120531122859P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;Checking into Source Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;Automating the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;Extending the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;Adding Unit Tests&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;Automating Unit Tests and Packaging&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:28:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122826P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;Checking into Source Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;Automating the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;Extending the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;Adding Unit Tests&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:27:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122752P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;Checking into Source Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;Automating the Build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:27:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122706P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;Adding Files to the Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:26:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122620P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;Building the Development Tree&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;DevelopmentTreePart2&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:25:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122540P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;Introduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;DevelopmentTreePart1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;DevelopmentTreePart2&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:25:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122517P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Introduction&amp;referringTitle=Documentation"&gt;DevelopmentTreeIntroduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;DevelopmentTreePart1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;DevelopmentTreePart2&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:24:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122456P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Creating a .NET Development Tree Blog Series&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreeIntroduction&amp;referringTitle=Documentation"&gt;DevelopmentTreeIntroduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart1&amp;referringTitle=Documentation"&gt;DevelopmentTreePart1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart2&amp;referringTitle=Documentation"&gt;DevelopmentTreePart2&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart3&amp;referringTitle=Documentation"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart4&amp;referringTitle=Documentation"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart5&amp;referringTitle=Documentation"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart6&amp;referringTitle=Documentation"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=DevelopmentTreePart7&amp;referringTitle=Documentation"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:24:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122427P</guid></item><item><title>Updated Wiki: Home</title><link>http://treesurgeon.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Welcome to the Tree Surgeon Project&lt;/h2&gt;
&lt;img src="http://i3.codeplex.com/Download?ProjectName=treesurgeon&amp;DownloadId=22480" alt="TreeSurgeon.jpg" title="TreeSurgeon.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Have you ever spent a few days setting up a new development tree? Have you ever spent several days setting up several development trees? Have you even spent weeks trying to perfect all your development trees using a set of best practices?&lt;br /&gt;&lt;br /&gt;If the answer to any of the above answers is &amp;#39;yes&amp;#39;, then you&amp;#39;ll like Tree Surgeon!&lt;br /&gt;&lt;br /&gt;Tree Surgeon is a .NET development tree generator. Just give it the name of your project, and it will set up a development tree for you &lt;b&gt;in seconds&lt;/b&gt;. More than that, your new tree has years worth of accumulated build engineering experience built right in.&lt;br /&gt;&lt;br /&gt;Give Tree Surgeon a spin today!&lt;br /&gt;
&lt;h2&gt;Using Tree Surgeon&lt;/h2&gt;
Tree Surgeon is available to Download. Its pretty simple, but it is fully functional. Its based on Mike Roberts&amp;#39;s series of articles on How to setup a .NET Development Tree .&lt;br /&gt;&lt;br /&gt;Download the installer, and just run the GUI. Your generated project will appear in your My Documents folder and you should move it to wherever you like to develop on your machine (the meta-root if you read the article above.)&lt;br /&gt;&lt;br /&gt;Your generated project has a Visual Studio solution waiting for you in the src folder. Also, if you go into the project root directory, you can run an automated build. It should look a bit like:&lt;br /&gt;&lt;pre&gt;
C:\Program Files\TreeSurgeon\MyNewProject&amp;gt;go
NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Program Files/TreeSurgeon/MyNewProject/MyNewProject.build
Target(s) specified: test

compile:

 [solution] Starting solution build.
 [solution] Building &amp;#39;MyNewProjectConsole&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;Core&amp;#39; [AutomatedDebug] ...
 [solution] Building &amp;#39;UnitTests&amp;#39; [AutomatedDebug] ...

run-unit-tests:

    [mkdir] Creating directory &amp;#39;C:\Program Files\TreeSurgeon\MyNewProject\build\test-reports&amp;#39;.
     [exec] NUnit version 2.2.2
     [exec] Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
     [exec] Copyright (C) 2000-2003 Philip Craig.
     [exec] All Rights Reserved.
     [exec]
     [exec] OS Version: Microsoft Windows NT 5.1.2600.0    .NET Version: 1.1.4322.2032
     [exec]
     [exec] .
     [exec] Tests run: 1, Failures: 0, Not run: 0, Time: 0.060 seconds
     [exec]
     [exec]

test:

BUILD SUCCEEDED

Total time: 4.4 seconds.
&lt;/pre&gt;&lt;br /&gt;
&lt;h2&gt;More Information&lt;/h2&gt;
&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Download&amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Acknowledgments&amp;referringTitle=Home"&gt;Acknowledgments&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=About&amp;referringTitle=Home"&gt;About&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Support&amp;referringTitle=Home"&gt;Support&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=License&amp;referringTitle=Home"&gt;License&lt;/a&gt;&lt;br /&gt;&lt;a href="http://treesurgeon.codeplex.com/wikipage?title=Development&amp;referringTitle=Home"&gt;Development&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:24:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120531122404P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://treesurgeon.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Links&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>bsimser</author><pubDate>Thu, 31 May 2012 12:23:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120531122338P</guid></item><item><title>Updated Wiki: Development</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Development&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Development
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;Source Control&lt;/b&gt;&lt;br /&gt;Tree Surgeon uses &lt;a href="http://www.codeplex.com/treesurgeon/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Team Foundation Server on CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to manage it's codebase. You can access the repository (preferred) using any Subversion client. The SVN address for the project is &lt;a href="https://treesurgeon.svn.codeplex.com/svn" class="externalLink"&gt;https://treesurgeon.svn.codeplex.com/svn&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Issue Tracking&lt;/b&gt;&lt;br /&gt;Issue Tracking is done using CodePlex &lt;a href="http://www.codeplex.com/treesurgeon/WorkItem/List.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Version Naming&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Released Versions&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Released versions have the following numbering:&lt;br /&gt; &lt;br /&gt;Major.minor.revision.buildnumber, where &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;We plan on updating Major versions only on a major milestone in the project. &lt;/li&gt;&lt;li&gt;We update &lt;b&gt;minor&lt;/b&gt; versions when there is a significant improvement in the application, or a breaking change in configuration since the previous release. When updating the &lt;b&gt;minor&lt;/b&gt; version number, we reset the &lt;b&gt;revision&lt;/b&gt; to zero. &lt;/li&gt;&lt;li&gt;We use &lt;b&gt;revision&lt;/b&gt; numbers of more than 0 when we do not want to update the minor version number, but do want to make a new release. This may be due to some bugfixes, minor updates, etc. We never just increase the &lt;b&gt;revision&lt;/b&gt; number if there has been a breaking change &lt;/li&gt;&lt;li&gt;&lt;b&gt;buildnumber&lt;/b&gt; is the Continuous Integration build number. We never reset this. A buildnumber of 0 implies a build that was produced outside of our Continuous Integration environment &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Our Continuous Integration process creates a build label that includes the &lt;b&gt;Major.minor.revision&lt;/b&gt; part. We update this as late as possible before a release, or release candidate, for a new release version.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Unreleased versions&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Unreleased versions have the following names:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Next&lt;/b&gt; - The next release, where the final release name has not yet been set &lt;/li&gt;&lt;li&gt;&lt;b&gt;Soon&lt;/b&gt; - Issues that we hope to resolve soon &lt;/li&gt;&lt;li&gt;&lt;b&gt;Eventually&lt;/b&gt; - Issues that we hope to resolve at some point in the future, but after the next major release &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;All unresolved issues should be assigned to one of these versions by a project administrator. Issues should only be moved to Next if they have been resolved since the last release, or are an unresolved blocker for the next release.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Coding Standards&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Coding standards on the project, should you decide to contribute to it, are pretty light (and open to negotiation and discussion):&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All code has unit test coverage&lt;/li&gt;&lt;li&gt;private class fields using _ prefix with camelCase&lt;/li&gt;&lt;li&gt;properties are PascalCased&lt;/li&gt;&lt;li&gt;public methods are PascalCased&lt;/li&gt;&lt;li&gt;private/protected methods are preferred to be camelCased but are acceptable as PascalCased&lt;/li&gt;&lt;li&gt;Order of members in a class: fields, constructors, everything else&lt;/li&gt;&lt;li&gt;Use interfaces to define contracts&lt;/li&gt;&lt;li&gt;do not use regions &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Use tabs, not spaces in your patches - Some folks like 2 spaces, some like 4, but that's an IDE setting. Change your IDE settings to use tabs, not spaces, and then you can set your tab to 2 spaces if you prefer that. Here is a quick macro to flip between tabs and spaces in Visual Studio: &lt;a href="http://abombss.com/blog/2007/12/12/toggle-between-tabs-spaces-with-ease/" class="externalLink"&gt;http://abombss.com/blog/2007/12/12/toggle-between-tabs-spaces-with-ease/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Patches&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;To contribute new features to this project please follow these steps:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the source code repository. You can check it out with TortoiseSVN here: &lt;a href="https://treesurgeon.svn.codeplex.com/svn" class="externalLink"&gt;https://treesurgeon.svn.codeplex.com/svn&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Add your feature.&lt;/li&gt;&lt;li&gt;Create a subversion patch for your code from the root directory using the instructions found &lt;a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Submit the patch to the patch upload page. Go to &lt;a href="http://www.codeplex.com/treesurgeon/SourceControl/UploadPatch.aspx" class="externalLink"&gt;http://www.codeplex.com/treesurgeon/SourceControl/UploadPatch.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and upload the patch file.&lt;/li&gt;&lt;li&gt;Update the issue (story) you were working on with a note that you've uploaded a patch&lt;/li&gt;&lt;li&gt;Subscribe to the patch rss feed so that you know when a Committer adds comments to your submission.&lt;/li&gt;&lt;li&gt;The project coordinators will evaluate and apply your patch&lt;/li&gt;&lt;li&gt;If a committer makes some suggestions please take these at face value and help us keep a solid codebase. &lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>bsimser</author><pubDate>Wed, 31 Dec 2008 18:00:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Development 20081231060026P</guid></item><item><title>Updated Wiki: Development</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Development&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Development
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;Source Control&lt;/b&gt;&lt;br /&gt;Tree Surgeon uses &lt;a href="http://www.codeplex.com/treesurgeon/SourceControl/ListDownloadableCommits.aspx" class="externalLink"&gt;Team Foundation Server on CodePlex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; to manage it's codebase. You can access the repository (preferred) using any Subversion client. The SVN address for the project is &lt;a href="https://treesurgeon.svn.codeplex.com/svn" class="externalLink"&gt;https://treesurgeon.svn.codeplex.com/svn&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Issue Tracking&lt;/b&gt;&lt;br /&gt;Issue Tracking is done using CodePlex &lt;a href="http://www.codeplex.com/treesurgeon/WorkItem/List.aspx" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Version Naming&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Released Versions&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Released versions have the following numbering:&lt;br /&gt; &lt;br /&gt;Major.minor.revision.buildnumber, where &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;We plan on updating Major versions only on a major milestone in the project. &lt;/li&gt;&lt;li&gt;We update &lt;b&gt;minor&lt;/b&gt; versions when there is a significant improvement in the application, or a breaking change in configuration since the previous release. When updating the &lt;b&gt;minor&lt;/b&gt; version number, we reset the &lt;b&gt;revision&lt;/b&gt; to zero. &lt;/li&gt;&lt;li&gt;We use &lt;b&gt;revision&lt;/b&gt; numbers of more than 0 when we do not want to update the minor version number, but do want to make a new release. This may be due to some bugfixes, minor updates, etc. We never just increase the &lt;b&gt;revision&lt;/b&gt; number if there has been a breaking change &lt;/li&gt;&lt;li&gt;&lt;b&gt;buildnumber&lt;/b&gt; is the Continuous Integration build number. We never reset this. A buildnumber of 0 implies a build that was produced outside of our Continuous Integration environment &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Our Continuous Integration process creates a build label that includes the &lt;b&gt;Major.minor.revision&lt;/b&gt; part. We update this as late as possible before a release, or release candidate, for a new release version.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Unreleased versions&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Unreleased versions have the following names:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Next&lt;/b&gt; - The next release, where the final release name has not yet been set &lt;/li&gt;&lt;li&gt;&lt;b&gt;Soon&lt;/b&gt; - Issues that we hope to resolve soon &lt;/li&gt;&lt;li&gt;&lt;b&gt;Eventually&lt;/b&gt; - Issues that we hope to resolve at some point in the future, but after the next major release &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;All unresolved issues should be assigned to one of these versions by a project administrator. Issues should only be moved to Next if they have been resolved since the last release, or are an unresolved blocker for the next release.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Coding Standards&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Coding standards on the project, should you decide to contribute to it, are pretty light (and open to negotiation and discussion):&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All code has unit test coverage&lt;/li&gt;&lt;li&gt;private class fields using _ prefix with camelCase&lt;/li&gt;&lt;li&gt;properties are PascalCased&lt;/li&gt;&lt;li&gt;public methods are PascalCased&lt;/li&gt;&lt;li&gt;private/protected methods are preferred to be camelCased but are acceptable as PascalCased&lt;/li&gt;&lt;li&gt;Order of members in a class: fields, constructors, everything else&lt;/li&gt;&lt;li&gt;Use interfaces to define contracts&lt;/li&gt;&lt;li&gt;do not use regions &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Use tabs, not spaces in your patches - Some folks like 2 spaces, some like 4, but that's an IDE setting. Change your IDE settings to use tabs, not spaces, and then you can set your tab to 2 spaces if you prefer that. Here is a quick macro to flip between tabs and spaces in Visual Studio: &lt;a href="http://abombss.com/blog/2007/12/12/toggle-between-tabs-spaces-with-ease/" class="externalLink"&gt;http://abombss.com/blog/2007/12/12/toggle-between-tabs-spaces-with-ease/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;i&gt;Patches&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;To contribute new features to this project please follow these steps:&lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Download the source code from the source code repository. You can check it out with TortoiseSVN here: &lt;a href="https://treesurgeon.svn.codeplex.com/svn" class="externalLink"&gt;https://treesurgeon.svn.codeplex.com/svn&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Add your feature.&lt;/li&gt;&lt;li&gt;Create a subversion patch for your code from the root directory using the instructions found &lt;a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html" class="externalLink"&gt;here&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Submit the patch to the patch upload page. Go to &lt;a href="http://www.codeplex.com/treesurgeon/SourceControl/UploadPatch.aspx" class="externalLink"&gt;http://www.codeplex.com/treesurgeon/SourceControl/UploadPatch.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and upload the patch file.&lt;/li&gt;&lt;li&gt;Update the issue (story) you were working on with a note that you've uploaded a patch&lt;/li&gt;&lt;li&gt;Subscribe to the patch rss feed so that you know when a Committer adds comments to your submission.&lt;/li&gt;&lt;li&gt;The project coordinators will evaluate and apply your patch&lt;/li&gt;&lt;li&gt;If a committer makes some suggestions please take these at face value and help us keep a solid codebase. &lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>bsimser</author><pubDate>Wed, 31 Dec 2008 17:58:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Development 20081231055858P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Welcome to the Tree Surgeon Project
&lt;/h2&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=treesurgeon&amp;amp;DownloadId=22480" alt="TreeSurgeon.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Have you ever spent a few days setting up a new development tree? Have you ever spent several days setting up several development trees? Have you even spent weeks trying to perfect all your development trees using a set of best practices?&lt;br /&gt; &lt;br /&gt;If the answer to any of the above answers is 'yes', then you'll like Tree Surgeon!&lt;br /&gt; &lt;br /&gt;Tree Surgeon is a .NET development tree generator. Just give it the name of your project, and it will set up a development tree for you &lt;b&gt;in seconds&lt;/b&gt;. More than that, your new tree has years worth of accumulated build engineering experience built right in.&lt;br /&gt; &lt;br /&gt;Give Tree Surgeon a spin today!&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Using Tree Surgeon
&lt;/h2&gt; &lt;br /&gt;Tree Surgeon is available to Download. Its pretty simple, but it is fully functional. Its based on Mike Roberts's series of articles on How to setup a .NET Development Tree .&lt;br /&gt; &lt;br /&gt;Download the installer, and just run the GUI. Your generated project will appear in your My Documents folder and you should move it to wherever you like to develop on your machine (the meta-root if you read the article above.)&lt;br /&gt; &lt;br /&gt;Your generated project has a Visual Studio solution waiting for you in the src folder. Also, if you go into the project root directory, you can run an automated build. It should look a bit like:&lt;br /&gt;&lt;pre&gt;
C:\Program Files\TreeSurgeon\MyNewProject&amp;gt;go
NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
 
Buildfile: file:///C:/Program Files/TreeSurgeon/MyNewProject/MyNewProject.build
Target(s) specified: test
 
compile:
 
 [solution] Starting solution build.
 [solution] Building 'MyNewProjectConsole' [AutomatedDebug] ...
 [solution] Building 'Core' [AutomatedDebug] ...
 [solution] Building 'UnitTests' [AutomatedDebug] ...
 
run-unit-tests:
 
    [mkdir] Creating directory 'C:\Program Files\TreeSurgeon\MyNewProject\build\test-reports'.
     [exec] NUnit version 2.2.2
     [exec] Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
     [exec] Copyright (C) 2000-2003 Philip Craig.
     [exec] All Rights Reserved.
     [exec]
     [exec] OS Version: Microsoft Windows NT 5.1.2600.0    .NET Version: 1.1.4322.2032
     [exec]
     [exec] .
     [exec] Tests run: 1, Failures: 0, Not run: 0, Time: 0.060 seconds
     [exec]
     [exec]
 
test:
 
BUILD SUCCEEDED
 
Total time: 4.4 seconds.
&lt;/pre&gt; &lt;br /&gt;&lt;h2&gt;
More Information
&lt;/h2&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Download&amp;amp;referringTitle=Home"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Acknowledgments&amp;amp;referringTitle=Home"&gt;Acknowledgments&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=About&amp;amp;referringTitle=Home"&gt;About&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Support&amp;amp;referringTitle=Home"&gt;Support&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=License&amp;amp;referringTitle=Home"&gt;License&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=Development&amp;amp;referringTitle=Home"&gt;Development&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Original Creating a .NET Development Tree Blog Series
&lt;/h2&gt;This is the series of blog posts created by Mike Roberts that started Tree Surgeon.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreeIntroduction&amp;amp;referringTitle=Home"&gt;DevelopmentTreeIntroduction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart1&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart2&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart2&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart3&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart3&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart4&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart4&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart5&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart5&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart6&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart6&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart7&amp;amp;referringTitle=Home"&gt;DevelopmentTreePart7&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>bsimser</author><pubDate>Wed, 21 Nov 2007 22:53:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071121105333P</guid></item><item><title>UPDATED WIKI: DevelopmentTreePart6</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart6&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Part 6 - Adding Unit Tests
&lt;/h1&gt;By now we have some source code checked in to our Source Control server. Its got a structured folder hierarchy and we're being careful about how we check specific files in (and ignore others). We're combining Visual Studio and NAnt to have a simple yet powerful automated build that works closely with the changes we make during interactive development.&lt;br /&gt; &lt;br /&gt;So far though we only have 1 source file and shockingly no tests. We need to change this.&lt;br /&gt; &lt;br /&gt;To do this we're going to create 2 new assemblies - one application DLL, and  one DLL for unit tests. .NET won't allow you to use .exe assemblies as references for other projects, so a unit test DLL can only reference another DLL. Its slightly off-topic but because of this reason I try to keep my .exe projects as small as possible (because any classes in them can't be unit tested) and have nearly all code in a DLL.&lt;br /&gt; &lt;br /&gt;So let's create our new Application DLL. I'm going to call it Core. Following the conventions we set down in part 2, the VS Project Folder is stored in src and we change the default namespace to SherwoodForest.Sycamore.Core. Before closing the Project Properties window though, there are 2 more things to change.&lt;br /&gt; &lt;br /&gt;Firstly, for DLLs I like to use the naming convention that the Assembly has the same name as the default namespace. Also, following what we did in the previous part, create an 'AutomatedDebug' configuration, based on the 'Debug' Configuration, except with the output path of ..\..\build\Debug\Core. Make sure your Solution build configurations are all mapped correctly. We won't need the 'Class1' which VS automatically creates, so delete it.&lt;br /&gt; &lt;br /&gt;We follow exactly the same procedure for our Unit Test DLL, giving the VS Project the (not particularly original, nevertheless informative) name of UnitTests. Save everything and make sure you can compile in Visual Studio and using your build script.&lt;br /&gt; &lt;br /&gt;Before we write a test, we need to setup our project with NUnit. There's a few hoops to go through here but we only have to do it once for our project. Firstly, download NUnit - I'm going to be using NUnit 2.2.2 for this example. Download the binary zip file, not the MSI. While its downloading, open up your Global Assembly Cache (or GAC) - it will be in C:\Windows\Assembly, or something similar. Look to see if you have any NUnit assmblies in it. If you do, try to get rid of them by uninstalling any previous versions of NUnit from your computer.&lt;br /&gt; &lt;br /&gt;Why are we worrying about not using the GAC and MSI's? Well, for pretty much exactly the reasons as we specified for NAnt, we want to use NUnit from our development tree . The problem is that if we have any NUnit assemblies in the GAC, they will take priority over the NUnit in our development tree. We could go through being explicit about the versions of NUnit each assembly requries, but that's a lot of hassle. Its easier just not to make NUnit a system wide tool, and this means getting it out of the GAC. (Mike Two, one of the NUnit authors, is probably going to shoot me for suggesting all of this. If you want to make NUnit a system tool then that will work too, you just have a few more hoops to jump through.)&lt;br /&gt; &lt;br /&gt;By now your NUnit download should be complete. Extract it, take the bin folder and put in next to the nant folder in your project's tools folder. Rename it to nunit.&lt;br /&gt; &lt;br /&gt;To create test fixtures in our UnitTests VS Project, we need to reference the nunit.framework assembly. This introduces a new concept - that of third party code dependencies. To implement these, I like to have a new toplevel folder in my project root called lib. Do this in your project and copy the nunit.framework.dll file from the NUnit distribution to the new folder. Once you've done that, add lib\nunit.framework.dll as a Reference to your UnitTests project.&lt;br /&gt; &lt;br /&gt;Because of the previous step we now have the same file (nunit.framework.dll) copied twice in our development tree. Its worth doing this because we have a clear separation between code dependencies (in the lib folder) and build time tools (in the tools folder). We could delete the entire tools folder and the solution would still compile in Visual Studio. This is an example of making things clean and simple. It uses more disk space, but remember what we said back in Part 1 about that?&lt;br /&gt; &lt;br /&gt;So finally we can actually write a test! For Sycamore, I'm going to add the following as a file called TreeRecogniserTest.cs to my UnitTests project:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
using NUnit.Framework;
using SherwoodForest.Sycamore.Core;
namespace SherwoodForest.Sycamore.UnitTests
{
	[TestFixture]
	public class TreeRecogniserTest
	{
		[Test]
		public void ShouldRecogniseLarchAs1()
		{
			TreeRecogniser recogniser = new TreeRecogniser();
			Assert.AreEqual(1, recogniser.Recognise(&amp;quot;Larch&amp;quot;));
		}
	}
}
&lt;/pre&gt; &lt;br /&gt;To implement this, I add Core as a Project Reference to UnitTests and create a new class in Core called TreeRecogniser:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
namespace SherwoodForest.Sycamore.Core
{
	public class TreeRecogniser
	{
		public int Recognise(string treeName)
		{
			if (treeName == &amp;quot;Larch&amp;quot;)
			{
				return 1;
			}
			else
			{
				return 0;
			}
		}
	}
}
&lt;/pre&gt; &lt;br /&gt;I can then run this test by using TestDriven.NET within the IDE, or by using the NUnit GUI and pointing it at src\UnitTests\bin\Debug\SherwoodForest.Sycamore.UnitTests.dll. The tests should pass in either case.&lt;br /&gt; &lt;br /&gt;If we run our automated NAnt build, everything should compile OK, and you should be able to see each of the VS Projects compiling in their AutomatedDebug Build Configuration. The tests aren't run yet, but that's what we'll be looking at next time. Even so, we are still at a check-in point. We have 2 new project folders to add, but remember the exclusion rules (*.user, bin and obj). Being a Subversion command-line user, I like to use the the -N (non recursive) flag of svn add to make sure I can mark the svn:ignore property before all the temporary files get added.&lt;br /&gt; &lt;br /&gt;Also, don't forget to check in tools\nunit or the new lib folder.&lt;br /&gt; &lt;br /&gt;The current state of Sycamore is available here (link not available).&lt;br /&gt; &lt;br /&gt;So let's wrap up this part then. We covered some new generic principles about projects and dependencies. We also looked at the specifics of using NUnit. Some concrete points to take away are: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Set DLL Names to be the same as the default namespace&lt;/li&gt;&lt;li&gt;Put your Unit Tests in a separate VS project called UnitTests&lt;/li&gt;&lt;li&gt;Save NUnit in your development tree in its own folder under tools&lt;/li&gt;&lt;li&gt;Put all DLLs your code depends on in a top level folder called lib. Theonly exceptions are system DLLs such as .NET Framework Libraries.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart7" class="externalLink"&gt;Next Section Unit Test Automation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>donnfelker</author><pubDate>Sat, 02 Jun 2007 23:17:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: DevelopmentTreePart6 20070602111702P</guid></item><item><title>UPDATED WIKI: DevelopmentTreePart5</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart5&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Part 5 - Extending the Automated Build
&lt;/h1&gt;In the last part we started using NAnt to automate a build for our project. In this part we'll add some more buildfunctionality. &lt;br /&gt; &lt;br /&gt;When we added the compile target we used the &amp;lt;solution&amp;gt; task to compile our solution. However, we also specified which 'Build Configuration' to use. Build Configurations are a Visual Studio feature that allow you to build your project in different ways. The most common differences are between 'Debug' and 'Release' (2 configurations that Visual Studio always creates for you.) With a Debug build, the Visual Studio compiler is configured to create the .pdb files we use for ebugging (it gives us line numbers in exception stack traces, that kind of thing.) The 'Release' configuration doesn't have these files generated, but it does produce assemblies more geared towards production than development.&lt;br /&gt; &lt;br /&gt;However, there are a whole bunch of other things you can configure for different build configurations. Right-click on aproject in Visual Studio, select Properties, then look at everything that appears under 'Configuration Properties' - all of those items can change for different Build Configurations. We're interested in the 'Output Path' property, and I'll explain why.&lt;br /&gt; &lt;br /&gt;When we tell NAnt to compile the Debug Build Configuration of our solution, it tries to invoke the C# compiler to produce all the files that appear under the bin\Debug folder for each VS Project. There's a problem with this though - if we already have the Solution open in Visual Studio, VS will have locks on those files once they reach a certain size. That means that our NAnt compile will fail since it can't overwrite the assemblies. Anyway, it would be cleaner if we could separate out our 'automated' build from our 'interactive' build.&lt;br /&gt; &lt;br /&gt;Thankfully, Build Configurations let us do this and still use the &amp;lt;solution&amp;gt; task. We do this by creating a new Build Configuration which we will just use for automated builds, and change where it outputs its files to. &lt;br /&gt; &lt;br /&gt;To do this for Sycamore, I open up Visual Studio's 'Configuration Manager'(right click on the Solution, choose 'Configuration Manager'), and create a new configuration (open the drop-down menu, select '&amp;lt;New...&amp;gt;'). I'm going to call the new configuration AutomatedDebug and copy settings from the 'Debug' configuration (leave the 'create new project configuration(s)' box checked.) Close the dialog, and then bring up the properties for 'SycamoreConsole'. Select the 'Build' 'Configuration Properties' section, and make sure 'AutomatedDebug' is selected in the Configuration drop-down. Select the 'Output Path' box and change its value to '..\..\build\Debug\SycamoreConsole'. Switch Visual Studio back to the normal 'Debug' configuration which we use for interactive builds.&lt;br /&gt; &lt;br /&gt;Finally, edit the build script, and change the 'configuration' argument of the&lt;br /&gt;&amp;lt;solution&amp;gt; task to be AutomatedDebug. It should now look like this:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;target name=&amp;quot;compile&amp;quot;&amp;gt;
&amp;lt;solution solutionfile=&amp;quot;src\Sycamore.sln&amp;quot;
configuration=&amp;quot;AutomatedDebug&amp;quot; /&amp;gt;
&amp;lt;/target&amp;gt;
&lt;/pre&gt; &lt;br /&gt;So what have we actually done here? If you run NAnt, you should see the following lines in your build output:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
compile:
[solution] Starting solution build.
[solution] Building 'SycamoreConsole' [AutomatedDebug] ...
&lt;/pre&gt; &lt;br /&gt;This tells us that NAnt is using the new Build Configuration. Now, look in the build\Debug\SycamoreConsole folder - you should see our compiled .exe file (and a .pdb file since we are compiling with debug options.) &lt;br /&gt; &lt;br /&gt;That tells us what is happening, but why have we put these files in this directory? We use the build folder as another of our 'top level' project folders. It will contain all the build artifacts (assemblies, test reports, etc.) that we produce in the automated build. It will not contain any files that aren't generated by the build, so we don't need to check it into Source Control, and we can safely delete it whenever we want. Under build we will have a number of sub-folders, and so far we created one called Debug that will contain all of our Debug compilation artifacts. We put the artifacts for each VS Project in its own folder, with the same name as the VS Project it belongs to.&lt;br /&gt; &lt;br /&gt;I said we could safely delete this folder, so let's add another NAnt target that will do this:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;target name=&amp;quot;clean&amp;quot;&amp;gt;
&amp;lt;delete dir=&amp;quot;build&amp;quot; if=&amp;quot;${directory::exists('build')}&amp;quot;/&amp;gt;
&amp;lt;/target&amp;gt;
&lt;/pre&gt; &lt;br /&gt;I also said we didn't need to check the build folder into Source Control, so we can also add it to our list of excluded files. With Subversion, I do this by editting the svn:ignore property of the project root folder. &lt;br /&gt; &lt;br /&gt;Finally for this part, we're going to create a batch file that developers can use to kick off the build. Its very simple, having just the following line:&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
 
@tools\nant\NAnt.exe -buildfile:Sycamore.build %* 
&lt;/pre&gt; &lt;br /&gt;I like calling this file 'go.bat' since the targets in the build script tend to be 'action' type words. Since its closely associated with the build script, put it in the project root. Note that we specify which build script to use - change this for your project. To use this file, just pass the target to run as an option, so to delete the build folder, just enter go clean.&lt;br /&gt; &lt;br /&gt;Note that this batch file really is just meant as a bootstrap for convenience. I've seen plenty of projects use a combination of batch files and NAnt / Ant scripts to configure a build system. This is a bad idea for several reasons:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Batch files are significantly less manageable or powerful than NAnt,and tend to get very 'hacky' very quickly.&lt;/li&gt;&lt;li&gt;Your build behaviour really is one distinct concept and NAnt can handle all of it - splitting it across technologies isn't necessary.&lt;/li&gt;&lt;li&gt;Don't go down the road of having multiple batch files to launch builds for different environments. I'm yet to see a project that managed to pull this off in a clean, manageable way. Apart from anything else it is redundancy, and introduces more manual work and possiblities for error. Instead, use logic in your NAnt script to use different property values for different environments (hopefully I'll get on to build configuration and refactoring concepts in the future.)&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;If you run your default target, it should still be successful. If you have all your ignored files and directories setup correctly you should have 4 files to commit - the build script, the build script launcher (go.bat), the solution, and the VS Project for Sycamore Console. I'm going to check in these changes and call it a day for this part. The current state of Sycamore is available here. To summarise this part:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Use a top-level, transient, folder called build as the target folder of your automated build.&lt;/li&gt;&lt;li&gt;Create a new Visual Studio Build Configuration for your automated NAnt Builds. This Build Configuration should output to build.&lt;/li&gt;&lt;li&gt;Setup a clean target to delete your transient files.&lt;/li&gt;&lt;li&gt;Create a simple build bootstrap batch file.&lt;/li&gt;&lt;li&gt;Don't put any kind of build logic in this build bootstrap - leave that allin the NAnt build script.&lt;/li&gt;
&lt;/ul&gt;In the &lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart6" class="externalLink"&gt;next part&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; we'll start to add some unit tests.&lt;br /&gt;
&lt;/div&gt;</description><author>donnfelker</author><pubDate>Sat, 02 Jun 2007 23:16:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: DevelopmentTreePart5 20070602111609P</guid></item><item><title>UPDATED WIKI: DevelopmentTreePart4</title><link>http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart4&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Part 4 - Adding an Automated Build
&lt;/h1&gt;At this point we have a basic Visual Studio solution checked into Source Control. Now its time to automate how we build this solution.&lt;br /&gt; &lt;br /&gt;Most of the time .NET developers will work solely within the Visual Studio environment, compiling their solution with the in-built compiler, and running tests using TestDriven.NET (more on testing to come...). But relying solely on Visual Studio as a way to produce build artifacts and run your tests isn't enough. For instance:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;How do you run scheduled or triggered builds for your project? Using the command line version of Visual Studio (devenv.com) provides you with only basic command line features.&lt;/li&gt;&lt;li&gt;Visual Studio's 'pre-' and 'post-' build events provide some build scripting beyond just compiling code, but such scripting is limited in scope and expressiveness. &lt;/li&gt;
&lt;/ul&gt;The current 'de-facto' automated build tool for .NET projects is NAnt. NAnt is based on the Java build tool Ant and has similar strengths (integration with lots of useful tools, few dependencies) and also its weaknesses (being defined in XML means large build scripts quickly get hard to maintain). .NET 2 and Visual Studio 2005 will come with their own build scripting tool, MSBuild, which is very similar to NAnt. Investing in NAnt now should give you a build script you can easily convert to MSBuild later, should you want to. &lt;br /&gt;NAnt is a tool that can be installed on every developers machine. However, I like to check NAnt into the project tree for some simple reasons:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;It saves the manual steps of everyone copying it to their machine, and installing it. (Remember - manual steps take time and are a possible point of error.)&lt;/li&gt;&lt;li&gt;NAnt changes between versions, and such changes can effect the behaviour of a build. Making sure that everyone has the same version of NAnt when everyone is manually installing it can be tricky, and is time consuming when you want to upgrade the version of NAnt everyone uses.&lt;/li&gt;&lt;li&gt;Many projects use their own 'custom' NAnt tasks. Storing these in source control along with the project's own version of NAnt makes distribution to team members painless.&lt;/li&gt;&lt;li&gt;It is not a large tool, so the overhead of storing it in source control should not be a problem.&lt;/li&gt;
&lt;/ul&gt;To add NAnt to your project tree, first download and unpack its binary zip file (I'm going to use NAnt 0.85 RC1, available here.) Then, copy the bin folder to your project directory. I like to put all build-time tools in a subfolder of my project root called tools, and then put the contents of NAnt's bin folder in tools\nant. Before going any further, commit NAnt to your project's source control, making sure to include in the commit message the version of NAnt you are using. Later on, this will help you decide whether you want to upgrade to a new version.&lt;br /&gt; &lt;br /&gt;You tell NAnt what to do using a build script. The standard for naming NAnt build scripts is ProjectName.build. The build script is a gateway into our project, so I like to save it in the root folder. You can edit your build script with Visual Studio - create it as a 'solution item' (Right click on the solution icon in Solution Explorer and choose Add new item... or Add existing item...). If you follow the instructions here and here you'll even get IntelliSense! (Thanks to Serge van e Oever and Craig Boland for writing it up.)&lt;br /&gt; &lt;br /&gt;Our first NAnt build script will just compile our project. There are several ways to do this, and I'm going to use the &amp;lt;solution&amp;gt; task:&lt;br /&gt;&lt;pre&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;
&amp;lt;project name=&amp;quot;nant&amp;quot; default=&amp;quot;compile&amp;quot; xmlns=&amp;quot;http://nant.sf.net/schemas/nant.xsd&amp;quot;&amp;gt;
	&amp;lt;target name=&amp;quot;compile&amp;quot;&amp;gt;
		&amp;lt;solution solutionfile=&amp;quot;src\Sycamore.sln&amp;quot; configuration=&amp;quot;debug&amp;quot; /&amp;gt;
	&amp;lt;/target&amp;gt;
&amp;lt;/project&amp;gt;
&lt;/pre&gt;I like to use the &amp;lt;solution&amp;gt; task for a couple of reasons:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;For developers to work in Visual Studio we need to define how to compile our project in Visual Studio using its'references' system. &amp;lt;solution&amp;gt; lets us re-use all this work in 1 line of script. If we were to use the &amp;lt;csc&amp;gt; task instead we would need to maintain a separate set of compile definitions (which would be time-consuming and might not match the Solution / VS Project setup).&lt;/li&gt;&lt;li&gt;Using &amp;lt;solution&amp;gt; rather than the &amp;lt;exec&amp;gt; task calling out to devenv.com is less resource intensive, gives more appropriate feedback and also allows us to run builds on machines without Visual Studio installed (it just needs the .NET SDK.) If you have a problem using &amp;lt;solution&amp;gt; you can always quickly replace it with an &amp;lt;exec&amp;gt; to devenv.com&lt;/li&gt;
&lt;/ul&gt;To run your build, save the build script, open a command prompt and change to your project's root folder. Then just entertools\nant\NAnt. You  should see output like:&lt;br /&gt;&lt;pre&gt;
NAnt 0.85 (Build 0.85.1793.0; rc1; 28/11/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/devel/sycamore/Sycamore.build
Target(s) specified: compile
compile:
[solution] Starting solution build.
[solution] Building 'SycamoreConsole' [debug] ...
BUILD SUCCEEDED
Total time: 0.2 seconds.
&lt;/pre&gt;Woohoo - a successful build! We have something new, that works, so submit the build script (and your changes to theSolution file that include the build script) to source control.&lt;br /&gt; &lt;br /&gt;The current state of Sycamore is available here (link unavailable).&lt;br /&gt; &lt;br /&gt;To summarise this part:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Add an automated build system to your project.&lt;/li&gt;&lt;li&gt;Use NAnt to automate your .NET 1.1 and earlier projects.&lt;/li&gt;&lt;li&gt;Check the NAnt distribution into your development tree.&lt;/li&gt;&lt;li&gt;Create a build script and save it in your development tree.&lt;/li&gt;&lt;li&gt;Use the &amp;lt;solution&amp;gt; task to compile your project.&lt;/li&gt;
&lt;/ul&gt;In the &lt;a href="http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart5&amp;amp;referringTitle=Home" class="externalLink"&gt;next part&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; we'll be adding some more features to our automated build.&lt;br /&gt;
&lt;/div&gt;</description><author>donnfelker</author><pubDate>Sat, 02 Jun 2007 23:15:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: DevelopmentTreePart4 20070602111528P</guid></item></channel></rss>