<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx</link><description>There were over 80 responses to my recent post asking for feedback on where MSBuild should be heading (if the graph doesn't appear, it's here ). Thank you all for your thoughtful allocations! Let's go through each one in decreasing order of "investment".</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6618240</link><pubDate>Fri, 30 Nov 2007 20:48:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6618240</guid><dc:creator>Eric Hauser</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;Has there been any discussion of supporting remote dependencies via HTTP a la Maven? &amp;nbsp;Supporting the ability to pull assemblies from a remote location such as corporate repository or open source repository would be a great feature.&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6618407</link><pubDate>Fri, 30 Nov 2007 21:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6618407</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@Eric,&lt;/p&gt;
&lt;p&gt;No, I've never heard that request. This would be pulling assemblies that you require but you yourself haven't built, because you haven't changed the code or haven't enlisted in the code?&lt;/p&gt;
&lt;p&gt;In the MSBuild world, this would be accomplished by writing a task. Our existing ResolveAssemblyReference task doesn't currently have the ability to look in remote locations except via UNC.&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6619431</link><pubDate>Fri, 30 Nov 2007 23:13:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6619431</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;&amp;lt;shameless plug&amp;gt;&lt;/p&gt;
&lt;p&gt;Regarding visualization, there's &lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/dependencyvisualizer"&gt;http://www.codeplex.com/dependencyvisualizer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;that you may find useful. &lt;/p&gt;
&lt;p&gt;&amp;lt;/shameless plug&amp;gt;&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6619442</link><pubDate>Fri, 30 Nov 2007 23:18:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6619442</guid><dc:creator>Eric Hauser</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;Yes, exactly. &amp;nbsp;For example, I have an open source project that I want to use in my application. &amp;nbsp;Today, I download the assembly and place it in a folder, then add a hardcoded reference in Visual Studio to the location. &amp;nbsp;When I use Java and Maven, I add a depenency to a project and a version in my configuration and it handles the rest (going to the repository, downloading the library, downloading any transitive dependencies). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;This approach also allows you to establish a corporate repository for shared libraries. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I looked at the ResolveAssemblyReference task and the concept is similar. &amp;nbsp;The downside with UNC is that repositories cannot be accessed outside the firewall. &amp;nbsp;However, Visual Studio will not know about these assembly references until I build the project though, correct? &amp;nbsp;That would be an issue for anyone who uses ReSharper, CodeRush, or anything else that does incremental compilation of your project from inside VS.&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6619824</link><pubDate>Fri, 30 Nov 2007 23:47:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6619824</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@Eric,&lt;/p&gt;
&lt;p&gt;You should be able to write a task that resolves selected items in the @(Reference) list, caching them locally and adding HintPath metadata to the items as appropriate. If this runs before ResolveAssemblyReference then it will be able to find the reference at the hintpath.&lt;/p&gt;
&lt;p&gt;As for design time support, if you make the ResolveAssemblyReference target depend on the target you created containing your task, then I believe that Visual Studio should be able to resolve references at design time, since it calls the ResolveAssemblyReference target directly at that time. I haven't had a chance to try this though. &lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>Visual Debugger for MSBuild Projects</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6631014</link><pubDate>Sat, 01 Dec 2007 17:16:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6631014</guid><dc:creator>Partho's Weblog</dc:creator><description>&lt;p&gt;Folks, Hi! A recent feature poll on the MSBuild blog seems to indicate that a debugger for MSBuild projects&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6631467</link><pubDate>Sat, 01 Dec 2007 18:16:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6631467</guid><dc:creator>Partho</dc:creator><description>&lt;p&gt;Here is a debugger for MSBuild Projects &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/parthopdas/archive/2007/12/01/visual-debugger-for-msbuild-projects.aspx"&gt;http://blogs.msdn.com/parthopdas/archive/2007/12/01/visual-debugger-for-msbuild-projects.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>MSBuild Debuggers!</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6644561</link><pubDate>Mon, 03 Dec 2007 07:38:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6644561</guid><dc:creator>John Robbins' Blog</dc:creator><description>&lt;p&gt;It looks like I'm not the only one who wanted a debugger for MSBuild projects. When the MSBuild team&lt;/p&gt;
</description></item><item><title>Debuggability tops MSBuild feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6648633</link><pubDate>Tue, 04 Dec 2007 06:02:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6648633</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Dan Mosely recently posted a feature poll on the MSBuild blog . Here are the results . Debuggability&lt;/p&gt;
</description></item><item><title>Most Wanted: Debugging For MSBuild</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6658024</link><pubDate>Wed, 05 Dec 2007 00:25:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6658024</guid><dc:creator>Maor David</dc:creator><description>&lt;p&gt;I posted few weeks ago about the feature poll of MSBuild team on the MSBuild blog . Here are the results&lt;/p&gt;
</description></item><item><title>VSTS Links - 12/05/2007</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6665684</link><pubDate>Wed, 05 Dec 2007 15:00:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6665684</guid><dc:creator>Team System News</dc:creator><description>&lt;p&gt;The Visual Studio Team System User Education Blog on New End to End Articles for Visual Studio Team System...&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6696638</link><pubDate>Fri, 07 Dec 2007 23:08:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6696638</guid><dc:creator>Eric Bickle</dc:creator><description>&lt;p&gt;Hi Dan,&lt;/p&gt;
&lt;p&gt;I apologize for missing the original poll, but I really like the overall direction MSBuild is going and how the team is involving the development community in the process!&lt;/p&gt;
&lt;p&gt;Unfortunately, something very important was left off the list - the ability to centrally control versioning.&lt;/p&gt;
&lt;p&gt;A core component of *every* build is the build version - it's basically impossible to release anything but a tiny application without a standardized version numbering system.&lt;/p&gt;
&lt;p&gt;Even before MSBuild was planned, Visual Studio (and before it, Visual C++) has never made comprehensive version number support a priority - developers have been suffering for decades. Every time it's brought up, we seem to be told &amp;quot;no time to do it now, we'll postpone it until a future release&amp;quot;. &lt;/p&gt;
&lt;p&gt;It's been 15(?) years since MSVC's release - I'd really love to see someone take ownership of the issue and really drive this one home for the next release. Now that we have MSBuild, Microsoft now has a team that has a core requirement for centralized versioning.&lt;/p&gt;
&lt;p&gt;I'm sure other people have different ideas, but the problems I've been running into are:&lt;/p&gt;
&lt;p&gt;* MSBuild has no native tasks for generating and incrementing a build number. I realize each company has a different concept of what a build number is, but at least a basic task that shops needing a more customized solution could override.&lt;/p&gt;
&lt;p&gt;* MSBuild has no centralized concept of a version number (ie/ the version # built built). Although I could hack this into four properties: (major, minor, build, release) I strongly believe this should be built-in to &amp;nbsp;MSBuild. How many products to you know of that don't have versions? This could potentially be blank/disabled/etc for shops that don't want centralized versioning.&lt;/p&gt;
&lt;p&gt;* The .NET MSBuild project files (vbproj, csproj, etc) don't have version number as a &amp;quot;project setting&amp;quot;. Right now, versions are placed on assemblies via attributes (typically in the &amp;quot;AssemblyInfo&amp;quot; source files). The lack of a project setting/msbuild property makes it impossible to override via MSBuild. Take, for example, .NET 2.0. .NET 2.0 moved the DelaySign/KeyFile/etc attributes out of AssemblyInfo and into the project file for similar reasons - so that the build team wouldn't need to release the private keys to the development team. &lt;/p&gt;
&lt;p&gt;We *DESPERATELY* need the same thing done for version numbers - leave the old AssemblyVersion and AssemblyFileVersion attributes deprecated and provide a (MSBuild) project-level setting. People without centralized builds can still specify a version in the project settings, but it can be overriden via MSBuild for centralized versioning.&lt;/p&gt;
&lt;p&gt;Camp out in front of the C# and VB teams doors! Don't let them out until they commit to adding this in the next release! I can beg! I can send bribes!!! ;-)&lt;/p&gt;
&lt;p&gt;You alluded to the fact that the VC team /may/ be adding native MSBuild project files in the next release (tenatively). If this happens, they really need to do the same thing. I realize it's a little trickier for them given the nature of the VC compiler, but I don't see why it's not possible. VC has never even remotely had the concept of a version (aside from hard-coded RC files that can't be touched by MSBuild).&lt;/p&gt;
&lt;p&gt;At my company, I'm the &amp;quot;owner&amp;quot; of both the build process and the installer. Versioning has always been the most painful part of the process to deal with - it's been forgotten for far too long. Definately would be my #1 request (solutions as #2).&lt;/p&gt;
&lt;p&gt;Taking a look at VS2008 and how the Windows SDK was finally decoupled from Visual Studio itself really warmed my heart last night! Now my build server can finally have a single, definitive set of tools and libraries! WOOHOO! ;-)&lt;/p&gt;
&lt;p&gt;:-) &lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6697376</link><pubDate>Sat, 08 Dec 2007 00:48:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6697376</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@Eric Bickle&lt;/p&gt;
&lt;p&gt;Thanks for the interesting comments. You saw #12 above, which I suppose would be a Microsoft task that would automatically edit your assemblyinfo.xx to update your version number. For managed code, the assembly version must (as far as I know) be fed to the compiler in source code, generally implying editing assemblyinfo.xx in this way. I do not know exactly what TeamBuild expects to offer here for Rosario, but I assume it would be possible to pass in the version # to this task as an MSBuild property. That could originate in the project file, the environment, or from the command line. I'll forward this to Buck in TeamBuild to see what he says.&lt;/p&gt;
&lt;p&gt;As for native code, I'll forward this on to the VC team responsible for their MSBuild support.&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6697443</link><pubDate>Sat, 08 Dec 2007 00:54:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6697443</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@Eric Bickle (continued)&lt;/p&gt;
&lt;p&gt;Let me ask specifically since I'm not sure: you mention &amp;quot;MSBuild has no centralized concept of a version number&amp;quot;. What would you want exactly? Would a task editing the assemblyinfo configurable from a project/command line be sufficient? &lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6726325</link><pubDate>Mon, 10 Dec 2007 21:44:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6726325</guid><dc:creator>Eric Bickle</dc:creator><description>&lt;p&gt;&amp;gt; &amp;quot;MSBuild has no centralized concept of &lt;/p&gt;
&lt;p&gt;&amp;gt; a version number&amp;quot;. What would you want&lt;/p&gt;
&lt;p&gt;&amp;gt; exactly? Would a task editing the &lt;/p&gt;
&lt;p&gt;&amp;gt; assemblyinfo configurable from a &lt;/p&gt;
&lt;p&gt;&amp;gt; project/command line be sufficient? &lt;/p&gt;
&lt;p&gt;Originally I was thinking of having version number be a reserved property name within MSBuild - but adding that would likely be a breaking change.&lt;/p&gt;
&lt;p&gt;Perhaps a small task built in to MSBuild would be sufficient to perform versioning into properties.&lt;/p&gt;
&lt;p&gt;* Four &amp;quot;ushort&amp;quot; outputs (Major, Minor, Release, Build)&lt;/p&gt;
&lt;p&gt;* String outpit returning concatenated version (Major.Minor.Release.Build or Major.Minor.Build.Release, depending on which api you base it on ;-)&lt;/p&gt;
&lt;p&gt;* String input pointing to the path of a file the task will &amp;quot;own&amp;quot;. The file will contain the last version number. The task reads the file, parses it, increments the version if necessary, saves the changes, and returns the new version into the output parameters.&lt;/p&gt;
&lt;p&gt;* Four boolean inputs, determining which components should be auto-incremented. Defaults to true.&lt;/p&gt;
&lt;p&gt;For example, if I called:&lt;/p&gt;
&lt;p&gt;&amp;lt;GenerateVersion &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;File=&amp;quot;C:\Build\BuildVersion.dat&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;IncrementBuildNumber=&amp;quot;True&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Output&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;TaskParameter=&amp;quot;Version&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;PropertyName=&amp;quot;BuildVersion&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/GenerateVersion&amp;gt;&lt;/p&gt;
&lt;p&gt;It would read and parse BuildVersion.dat (if it doesn't exist, the task fails). If the version it read was 1.1.20.2354, it would return &amp;quot;1.1.20.2355&amp;quot; since &amp;quot;IncrementBuildNumber&amp;quot; is true. &lt;/p&gt;
&lt;p&gt;In response to your comment about #12, which is assemblyinfo.xx support, I believe it's a good idea for inclusion within MSBuild. Technically speaking, there is no requirement that specifies where the AssemblyVersion and AssemblyFileVersion attributes need to be placed. By convention, Visual Studio's IDE places them in the AssemblyInfo.?? files, but it's not a requirement. In .NET 2.0, Visual Studio modified the attributes that were placed into the AssemblyInfo files - you wouldn't want to create an MSBuild task that gets shipped as part of the framework only for it to become obsolete due to an IDE change. It also might not be a good idea to put Visual Studio specific tasks into a component that ships as part of the Framework itself.&lt;/p&gt;
&lt;p&gt;My argument was that AssemblyVersion and AssemblyFileVersion attributes should be deprecated within the framework (or at least deprecated by convention, if not the DeprecatedAttribute()). &lt;/p&gt;
&lt;p&gt;In the VS2005/.net 2.0 release, certain attributes that were originally placed in the AssemblyInfo by Visual Studio were moved out into the project file. If you fire up a C# project in VS2005 and go to the project properties, on the Signing tab you will see settings for &amp;quot;Sign the assembly&amp;quot; and &amp;quot;Choose a strong name key file&amp;quot;. In VS2003/20002, those project settings didn't exist - they were hardcoded as attributes, typically within AssemblyInfo.??&lt;/p&gt;
&lt;p&gt;My argument is that Versioning should be dealt with the same way. Versions are generally not regarded as static code, and therefore they don't belong in a code file. &lt;/p&gt;
&lt;p&gt;I would envision the change being something along these lines:&lt;/p&gt;
&lt;p&gt;* Add a switch to the .net compilers that allows a version number to be specified. For example, csc.exe /assemblyversion:1.1.34.1234. If the switch is specified, it overrides the &amp;quot;AssemblyVersion&amp;quot; and &amp;quot;AssemblyFileVersion&amp;quot; attributes.&lt;/p&gt;
&lt;p&gt;* Modify the .net compiler tasks in MSBuild so that they include a &amp;quot;AssemblyVersion&amp;quot; property. The task would pass the value into csc.exe, similar to the other properties.&lt;/p&gt;
&lt;p&gt;* Optionally change the next version of Visual Studio so that developers can specify the version number in the project settings page, similar to older versions of VB. This would not be a breaking change (or required), since the AssemblyVersion and AssemblyFileVersion attributes still work normally unless they are overriden by the optional new behavior.&lt;/p&gt;
&lt;p&gt;In C#'s case, csc.exe is responsible for generating the .NET assembly from C# code. Csc is responsible for reading the attributes and placing them in the &amp;quot;unmanaged&amp;quot; fileinfo block of the generated assembly. Adding a command switch would give MSBuild developers the flexibility of centrally controlling version numbering during the build. &lt;/p&gt;
&lt;p&gt;No VS-specific AssemblyInfo file rewriting required ;-)&lt;/p&gt;
&lt;p&gt;The problem with the idea is that it requires buy-in from the teams responsible for the .net compilers - but it should be fairly easy to make a strong case why the change would be a good idea. &lt;/p&gt;
&lt;p&gt;Thanks again for the quick response and considering the suggestions!&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6791986</link><pubDate>Mon, 17 Dec 2007 22:50:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6791986</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@Eric&lt;/p&gt;
&lt;p&gt;This is very useful -- I'm passing it along to the team build people who are planning to add assembly version support in Rosario.&lt;/p&gt;
&lt;p&gt;Do you use VS team build? Or would you envision it being available outside team build?&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>MSBuild Sidekick v2 Q&amp;A session</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6803772</link><pubDate>Wed, 19 Dec 2007 10:44:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6803772</guid><dc:creator>Team Foundation Sidekicks</dc:creator><description>&lt;p&gt;With the release of MSBuild Sidekick v2 , several questions have been asked repeatedly. But what is the&lt;/p&gt;
</description></item><item><title>Distributed Builds</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6818292</link><pubDate>Thu, 20 Dec 2007 18:41:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6818292</guid><dc:creator>Andre Weissflog (floh@radonlabs.de)</dc:creator><description>&lt;p&gt;Distributed builds would be a big deal for us as a game company (yes I voted form them). We have been doing our project builds with MSBuild for quite a while now. Our build process basically looks like this:&lt;/p&gt;
&lt;p&gt;(1) pull latest version from version control&lt;/p&gt;
&lt;p&gt;(2) recompile executables&lt;/p&gt;
&lt;p&gt;(3) batch-export graphics objects from Maya format to our engine format using our own batch-exporter&lt;/p&gt;
&lt;p&gt;(4) batch-convert textures from .psd to .dds&lt;/p&gt;
&lt;p&gt;(5) export levels and other game data into a SQLite database&lt;/p&gt;
&lt;p&gt;(6) pack assets into archives&lt;/p&gt;
&lt;p&gt;(7) build an installer&lt;/p&gt;
&lt;p&gt;(8) ftp-upload the resulting files&lt;/p&gt;
&lt;p&gt;A typical game consists of about 20,000 to 30,000 source asset files and compiles into about 2..7 GB of data. A full build takes up to 11 hours.&lt;/p&gt;
&lt;p&gt;An MSBuild tool with built-in support for distributed builds could help us to split the critical steps (3) and (4) across several machines without too much hassle.&lt;/p&gt;
&lt;p&gt;MSBuild is great by the way ;)&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#6855670</link><pubDate>Tue, 25 Dec 2007 01:09:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6855670</guid><dc:creator>Eric Bickle</dc:creator><description>&lt;p&gt;Thanks Dan (and the rest of the team) - I'm glad you found the feedback useful!&lt;/p&gt;
&lt;p&gt;Presently we're a small shop of about 6 developers writing larger scale applications (distributed client/server, at least 4 tiers) targeted for 10,000+ users.&lt;/p&gt;
&lt;p&gt;In that sense we're a little unusual - but Team Build is out of our league right now. (Seems to be targed for organizations &amp;gt; 100 devs, etc). The '5 user' edition of team studio is too restrictive for our environment as well.&lt;/p&gt;
&lt;p&gt;I would envision this working outside of team build - right now we have a build server running custom msbuild scripts which handle source control, file copies, etc and hand off the actual build of the application's individual tiers to (unmodified) Visual Studio solutions and project files.&lt;/p&gt;
&lt;p&gt;I find the compiler-level solution so appealing because any build framework could potentially hook into it, whether it's MSBuild, Team Studio Build Server, NAnt, etc. Support in Team Studio would be nice, but it still doesn't address the limitation in the .NET compilers in regards to assembly versioning.&lt;/p&gt;
&lt;p&gt;Right now I visualize the minimum required changes for this to work would be the modifications to the compilers for the version override and a slight adjustment to the MSBuild target files - anything else is a major bonus (ie/ Visual Studio or Team Build support).&lt;/p&gt;
&lt;p&gt;Hope that answers your question!&lt;/p&gt;
</description></item><item><title>Smarter Logging with MSBuild</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#7142378</link><pubDate>Thu, 17 Jan 2008 19:25:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7142378</guid><dc:creator>John Robbins' Blog</dc:creator><description>&lt;p&gt;MSBuild has made my life so much easier that it makes me shudder thinking back to the days of NMAKE.&lt;/p&gt;
</description></item><item><title>Visual Debugger for MsBuild</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#8337066</link><pubDate>Wed, 26 Mar 2008 06:05:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337066</guid><dc:creator>ascend slowly, breathing normally</dc:creator><description>&lt;p&gt;Are you looking for a visual debugger for MsBuild? It seems like lots of folks are. Looking at the results&lt;/p&gt;
</description></item><item><title>printf(“Hello MSBuild!\n”);</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9131105</link><pubDate>Fri, 21 Nov 2008 03:27:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9131105</guid><dc:creator>Visual C++ Team Blog</dc:creator><description>&lt;p&gt;Hello everyone. I’m Marian Luparu and I am a Program Manager in the Visual C++ IDE team. Last week I&lt;/p&gt;
</description></item><item><title>Path length limit 248/260 characters</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9184782</link><pubDate>Mon, 08 Dec 2008 17:48:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9184782</guid><dc:creator>NTR</dc:creator><description>&lt;p&gt;What about fixing something that everybody at some point encounters. The use of absolute paths and the related maximum characters error. This is a constant annoyance for us, since we try to honor .NET naming guidelines and try to give products real names instead of acronyms or similar. And windows does support paths longer than 256 so why this limit?&lt;/p&gt;
&lt;p&gt;The error: Typically with $(FullName) something:&lt;/p&gt;
&lt;p&gt;The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9185760</link><pubDate>Tue, 09 Dec 2008 02:25:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9185760</guid><dc:creator>msbuild</dc:creator><description>&lt;p&gt;@NTR&lt;/p&gt;
&lt;p&gt;I wish we could. We are dependent on the support from .NET framework/CLR API's - they are doing some work on it (&lt;a rel="nofollow" target="_new" href="http://blogs.gotdotnet.com/bclteam/archive/2008/07/07/long-paths-in-net-part-3-of-3-redux-kim-hamilton.aspx"&gt;http://blogs.gotdotnet.com/bclteam/archive/2008/07/07/long-paths-in-net-part-3-of-3-redux-kim-hamilton.aspx&lt;/a&gt;) but it is too limited for MSBuild because many Win32 API's don't support long paths.&lt;/p&gt;
&lt;p&gt;If this sounds like passing the buck, because we're all Microsoft, I wholeheartedly agree. But another way of looking at it is that it would need changes in an enormous number of places right down the stack. Think of all the statically sized buffers in C++ apps for example. So it would take overwhelming agreement from customers that it is worth doing instead of other work.&lt;/p&gt;
&lt;p&gt;Hope that makes sense,&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9230975</link><pubDate>Wed, 17 Dec 2008 18:00:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230975</guid><dc:creator>Kate</dc:creator><description>&lt;p&gt;Exciting perspectives! &lt;/p&gt;
&lt;p&gt;And there’s an interesting fact - you can get the Editing UI feature as a part of Automated Build Studio installation package (by AutomatedQA). Also there are some other features from the list above. The macros can be used for extending MSBuild projects. Check it: &lt;a rel="nofollow" target="_new" href="http://www.automatedqa.com/techpapers/abs_vs_msbuild.asp"&gt;http://www.automatedqa.com/techpapers/abs_vs_msbuild.asp&lt;/a&gt; &lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9239587</link><pubDate>Fri, 19 Dec 2008 04:56:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9239587</guid><dc:creator>Matt Houser</dc:creator><description>&lt;p&gt;For those of you using vc builds (not msbuild), you can use VersionUtil to update the build number as a post build event in your .vcproj files.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.insidercoding.com/page/VersionUtil.aspx"&gt;http://www.insidercoding.com/page/VersionUtil.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Feature requests are welcome.&lt;/p&gt;
</description></item><item><title>re: Response to the feature poll</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9431983</link><pubDate>Wed, 18 Feb 2009 21:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9431983</guid><dc:creator>Ike Butler</dc:creator><description>&lt;p&gt;Hello. I have a bit of a problem and was wondering if anyone could offer a possible resolution and/or lead towards finding a solution to my problem.&lt;/p&gt;
&lt;p&gt;I'm working with project templates via VS2008 Professional Team.&lt;/p&gt;
&lt;p&gt;I'm able to easily add the neccessary references to my templated project, but where I run into problems is trying to rename the default class.cs file associated with making a new project.&lt;/p&gt;
&lt;p&gt;Could anyone tell me how to take my formatted (templated Class1.cs) file and rename it to something else? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;ie. Class.cs -&amp;gt; MyClassName.cs within the template.&lt;/p&gt;
&lt;p&gt;I used this template file:&lt;/p&gt;
&lt;p&gt;&amp;lt;VSTemplate Version=&amp;quot;2.0.0&amp;quot; xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/developer/vstemplate/2005&amp;quot;"&gt;http://schemas.microsoft.com/developer/vstemplate/2005&amp;quot;&lt;/a&gt; Type=&amp;quot;Project&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;TemplateData&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Name&amp;gt;DMIBusiness Objects&amp;lt;/Name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Description&amp;gt;Extended DMI Business Object Assembly&amp;lt;/Description&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ProjectType&amp;gt;CSharp&amp;lt;/ProjectType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ProjectSubType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/ProjectSubType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;SortOrder&amp;gt;1000&amp;lt;/SortOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;CreateNewFolder&amp;gt;true&amp;lt;/CreateNewFolder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;DefaultName&amp;gt;DMIBusiness Objects&amp;lt;/DefaultName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ProvideDefaultName&amp;gt;true&amp;lt;/ProvideDefaultName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;LocationField&amp;gt;Enabled&amp;lt;/LocationField&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;EnableLocationBrowseButton&amp;gt;true&amp;lt;/EnableLocationBrowseButton&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Icon&amp;gt;__TemplateIcon.ico&amp;lt;/Icon&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/TemplateData&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;TemplateContent&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Project TargetFileName=&amp;quot;DMIBusiness Objects.csproj&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; File=&amp;quot;DMIBusiness Objects.csproj&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReplaceParameters=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Folder Name=&amp;quot;Properties&amp;quot; TargetFolderName=&amp;quot;Properties&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ProjectItem ReplaceParameters=&amp;quot;true&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TargetFileName=&amp;quot;AssemblyInfo.cs&amp;quot;&amp;gt;AssemblyInfo.cs&amp;lt;/ProjectItem&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Folder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Project&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/TemplateContent&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/VSTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt;I even tried changing it within the Project.TargetFileName to:&lt;/p&gt;
&lt;p&gt;TargetFileName=&amp;quot;$safeprojectname$.cs&amp;quot;???&lt;/p&gt;
&lt;p&gt;Help&lt;/p&gt;
</description></item><item><title>MSBuild Sidekick v 2.3 is released</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9506287</link><pubDate>Wed, 25 Mar 2009 07:01:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9506287</guid><dc:creator>Team Foundation Sidekicks</dc:creator><description>&lt;p&gt;We are happy to announce the release of version 2.3 of MSBuild Sidekick! Many of you would remember &amp;amp;quot;&lt;/p&gt;
</description></item><item><title>Debug your build with MSBuild Sidekick v2.3</title><link>http://blogs.msdn.com/msbuild/archive/2007/11/30/response-to-the-feature-poll.aspx#9519541</link><pubDate>Mon, 30 Mar 2009 19:59:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9519541</guid><dc:creator>Buck Hodges</dc:creator><description>&lt;p&gt;The folks at Attrice have released a new version of their MSBuild Sidekick , and it now includes a visual&lt;/p&gt;
</description></item></channel></rss>