Modified:
wiki/Building.wiki
Log:
.NET 2.0 -> 3.5
Modified: wiki/Building.wiki
==============================================================================
--- wiki/Building.wiki (original)
+++ wiki/Building.wiki Thu Aug 2 14:13:27 2007
@@ -4,7 +4,7 @@
* [http://msdn.microsoft.com/vstudio/express/visualcsharp/ Install Visual C# Express] (sorry), which will automatically install the right framework.
* Open the solution file and build.
-This process has a distinct disadvantages: People who just want to build without compiling have to download the bulky Visual C# Express. NAnt seems to support solution files however from a cursory glance at their `examples/Solutions` directory as long as you have the right framework number (2.0.50727 and thereabouts). Excerpt from that directory:
+This process has a distinct disadvantages: People who just want to build without compiling have to download the bulky Visual C# Express. NAnt seems to support solution files however from a cursory glance at their `examples/Solutions` directory as long as you have the right framework number (3.5 and thereabouts). Excerpt from that directory:
{{{
<target name="build.winforms">