<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>msbuildshellex Forum Rss Feed</title><link>http://www.codeplex.com/msbuildshellex/Thread/List.aspx</link><description>msbuildshellex Forum Rss Description</description><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;Thomas,&lt;br&gt;
&lt;br&gt;
You are right!!&lt;br&gt;
&lt;br&gt;
There is a registry &amp;quot;HKEY_CLASSES_ROOT\&lt;strong&gt;VisualStudio.Launcher.sln&lt;/strong&gt;\Shell\Build\command&amp;quot; included this path !!!&lt;br&gt;
&lt;br&gt;
I changed it and it works now!!&lt;br&gt;
&lt;br&gt;
Thank you!!
&lt;/div&gt;</description><author>doggy8088</author><pubDate>Thu, 23 Apr 2009 17:08:33 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423050833P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;Try search for the string &amp;quot;&lt;span style="color:rgb(48, 51, 45);font-family:'segoe ui';font-size:13px;font-weight:bold"&gt;C:\Program Files\microsoft visual studio 8\vc\vcvarsall.bat&lt;/span&gt;&amp;quot; in registry. Is it specified anywhere which looks to have relations to MSBuildShellExtension?&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Thu, 23 Apr 2009 17:00:32 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423050032P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;Yes, I checked.  Here is my value:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;cmd.exe /k &amp;quot;&amp;quot;%%windir%%\Microsoft.NET\Framework\v3.5\MSBuild.exe&amp;quot; &amp;quot;%1&amp;quot; /t:Build /v:n /p:Configuration=Debug /l:MSBuildErrorListLogger,&amp;quot;C:\Program Files\MSBuildShellExtension\MSBuildShellExtension.dll&amp;quot;&amp;quot; &amp;amp; exit&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
It looks like just the same as you.&lt;br&gt;
&lt;/div&gt;</description><author>doggy8088</author><pubDate>Thu, 23 Apr 2009 16:57:55 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423045755P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;Thats because it's not in the source code but in registry :)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Try looking beneath the key HKEY_CLASSES_ROOT\SystemFileAssociations\.sln\shell&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;There should be a key for each build target. Try looking at the default REG_SZ for each command and look at the path. Should look something like this:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;cmd.exe /k &amp;quot;&amp;quot;%%windir%%\Microsoft.NET\Framework\v3.5\MSBuild.exe&amp;quot; &amp;quot;%1&amp;quot; /t:Build /v:m /p:Configuration=Debug /l:MSBuildErrorListLogger,&amp;quot;C:\Programmer\MSBuildShellExtension\MSBuildShellExtension.dll&amp;quot;&amp;quot; &amp;amp; exit&lt;br&gt;&lt;/div&gt;&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Thu, 23 Apr 2009 16:55:39 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423045539P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;I have two items:&lt;br&gt;
&lt;br&gt;
1. DotNetVersion = v3.5&lt;br&gt;
2. Targets = Build;Clean;Rebuild&lt;br&gt;
&lt;br&gt;
I just don't know how you call &amp;quot;&lt;strong&gt;&amp;quot;C:\Program Files\microsoft visual studio 8\vc\vcvarsall.bat&amp;quot;&lt;/strong&gt;&amp;quot; batch.  I can't find any keyword in your source.        
&lt;/div&gt;</description><author>doggy8088</author><pubDate>Thu, 23 Apr 2009 16:46:38 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423044638P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;Sounds weird. Try looking at the keys beneath HKEY_CURRENT_USER\Software\Ardal\MSBuildShellExtension\Extensions\sln in registry. Which keys are present and what are their value?&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Thu, 23 Apr 2009 16:43:43 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423044343P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;I am following Thomas's instruction to configure.  It works on the *.proj file, but I met an error when right click on the *.sln file.  The error message shown below:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;'&amp;quot;C:\Program Files\microsoft visual studio 8\vc\vcvarsall.bat&amp;quot;' is not a build-in or external command.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Does you know how to fix this problem?
&lt;/div&gt;</description><author>doggy8088</author><pubDate>Thu, 23 Apr 2009 16:28:03 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20090423042803P</guid></item><item><title>New Post: Installing the shell extension on shared computer?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=52118</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
Thanks for the quick reply.&lt;br&gt;
&lt;br&gt;
I get on box remotely myself, so it's not that per se. I think you're right about setting the key on each user's hkcu.&lt;br&gt;
&lt;br&gt;
Would it be possible to setup the tool on hklm, so that all users could access it? (Or at least have the install option &amp;quot;Install for all users or only current?&amp;quot;)&lt;br&gt;
&lt;br&gt;
Thanks again,&lt;br&gt;
&lt;br&gt;
cdj 
&lt;/div&gt;</description><author>sherifffruitfly</author><pubDate>Fri, 03 Apr 2009 14:23:59 GMT</pubDate><guid isPermaLink="false">New Post: Installing the shell extension on shared computer? 20090403022359P</guid></item><item><title>New Post: Installing the shell extension on shared computer?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=52118</link><description>&lt;div style="line-height: normal;"&gt;Hi&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Sound like a bug, that the tool crashes when used from remote desktop! I have never tried this myself.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The crash is propably caused by the access from remote desktop. All configuration for each user, is placed beneath the HKEY_CURRENT_USER\Software\Ardal\MSBuildShellExtension key in registry.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;How does your developers logon via remote desktop. If they use the same user, your should make the configuration beneath that user in registry. If they use individual users, the tool should be configured for each user in registry.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hope this helps you.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Thomas Ardal&lt;/div&gt;&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Fri, 03 Apr 2009 06:47:27 GMT</pubDate><guid isPermaLink="false">New Post: Installing the shell extension on shared computer? 20090403064727A</guid></item><item><title>New Post: Installing the shell extension on shared computer?</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=52118</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
Very nice tool. I installed it on a dev box that is shared between several programmers, who all access it via remote desktop. For me the extension works fine. for the other devs, the configurator crashes everytime they attempt to access one of the tabs (Editors/Targets/Extentions).&lt;br&gt;
&lt;br&gt;
Is there a way to make one install of this shell extension, and its configuration options, available to all of us?&lt;br&gt;
&lt;br&gt;
Thanks for the great extension.&lt;br&gt;
&lt;br&gt;
cdj 
&lt;/div&gt;</description><author>sherifffruitfly</author><pubDate>Thu, 02 Apr 2009 21:05:03 GMT</pubDate><guid isPermaLink="false">New Post: Installing the shell extension on shared computer? 20090402090503P</guid></item><item><title>New Post: Configuration Suggestions</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=52004</link><description>&lt;div style="line-height: normal;"&gt;&lt;span style="border-collapse:collapse;font-family:arial;font-size:13px;white-space:pre-wrap"&gt;Hi LeblancThank you for your input. I would like a MSBuildShellExtension submenu as well. This requires a &amp;quot;real&amp;quot; shell extension, which MSBuildShellExtension is not. The menuitems in the context menu is actually just created in registry, which does not support submenus.I don't really code on MSBuildShellExtension anymore. I use it everyday, though. If you would like, you can implement some of your suggestions. You should be able to see the code when logged into CodePlex.If you don't want to implement some of your feature requests, please create them as issues on the MSBuildShellExtensions issue tracker site :)Thanks again for your input!Regards,Thomas Ardal&lt;/span&gt;&lt;/div&gt;</description><author>thomasardal</author><pubDate>Thu, 02 Apr 2009 06:02:23 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Suggestions 20090402060223A</guid></item><item><title>New Post: Configuration Suggestions</title><link>http://msbuildshellex.codeplex.com/Thread/View.aspx?ThreadId=52004</link><description>&lt;div style="line-height: normal;"&gt;Rather than having build clean rebuild on top level ... &lt;br&gt;
as a user i would have preferred.&lt;br&gt;
&lt;br&gt;
MsBuildShellExtention&lt;br&gt;
&amp;nbsp; - ProjectName1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - GoldBuild&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - SilverBuild&lt;br&gt;
&amp;nbsp; - ProjectName2&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Build&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Clean&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Rebuild&lt;br&gt;
&lt;br&gt;
for each &amp;quot;project&amp;quot; you can have an option on whether to popup a textbox to allow the user to specify other parameter variables $(userdefinedparam).&amp;nbsp; Incase the user doesn't have gold or silver box builds but instead fine grained control of what gets built into the final assembly.&lt;br&gt;
&lt;br&gt;
Also if i set the verbosity to Detailed... i want to see the output of the command window.. it just closes currently.&lt;br&gt;
&lt;br&gt;
I'm curious to dig in your code to see how you integrated with the shell.&lt;br&gt;
&lt;br&gt;
good stuff.&lt;br&gt;
&lt;br&gt;
Leblanc Meneses&lt;br&gt;
http://npeg.codeplex.com&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>leblanc</author><pubDate>Wed, 01 Apr 2009 19:39:33 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Suggestions 20090401073933P</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;Thomas: Thanks. I had the same issue and it resolved my problem :)
&lt;/div&gt;</description><author>lkempe</author><pubDate>Tue, 11 Nov 2008 10:29:50 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20081111102950A</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;I'm using MSBuid Shell Extension with VS2008 SP1 to build sln files. Have you configured the tool to use .NET 3.5? In the configuration (found through the program group), you need to select Extensions, select the file types you are building with .NET 3.5 and select .NET 3.5 in the .NET version combobox. This should do the trick.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Thomas Ardal&lt;/div&gt;&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Tue, 28 Oct 2008 09:17:26 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20081028091726A</guid></item><item><title>New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions?</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=38372</link><description>&lt;div style="line-height: normal;"&gt;I'm getting an error when trying to build a Visual Studio 2008 SP1 solution (.Net 3.5 Web App).&lt;br&gt;
&lt;br&gt;
&amp;quot;File format version is not recognized.&amp;nbsp; MSBuild can only read solution files between 7.0 and 9.0, inclusive.&amp;quot;&lt;br&gt;
&lt;br&gt;
Misc:&amp;nbsp; I have built the solution from the command line using the MSBuild.exe from (C:\Windows\Microsoft.NET\Framework\v3.5)&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;/div&gt;</description><author>tomwag</author><pubDate>Thu, 23 Oct 2008 18:23:30 GMT</pubDate><guid isPermaLink="false">New Post: Does the MSBuildShellExtension app work with Visual Studio 2008 SP1 solutions? 20081023062330P</guid></item><item><title>NEW POST: MSBuildShellExtension project migration</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=12988</link><description>&lt;div class="wikidoc"&gt;
Hi all happy MSBuildShellExtension users.&lt;br /&gt; &lt;br /&gt;I'm thinking on moving the MSBuildShellExtension project to another hosting service than CodePlex. Why?&lt;br /&gt; &lt;br /&gt;- I need a better way of documenting the tool than the limited wiki implementation here at CodePlex&lt;br /&gt;- Other places offers great features like donations and better release management&lt;br /&gt;- I'm getting tired of using Team Foundation Server for storing source code. Don't misunderstand me, I realle like TFS with the Team Suite edition of VS2005. But my trial license of VS2005 Team Suite no longer works, so i need to use the command line tool, which I don't like. Other places like sourceforge offers cvs and svn, which there are some great tools for.&lt;br /&gt;etc.&lt;br /&gt; &lt;br /&gt;Anyone have any good suggestions for a new hosting location?&lt;br /&gt;
&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Wed, 25 Jul 2007 10:18:13 GMT</pubDate><guid isPermaLink="false">NEW POST: MSBuildShellExtension project migration 20070725101813A</guid></item><item><title>NEW POST: Nothing happens</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=11887</link><description>&lt;div class="wikidoc"&gt;
Do you use Windows XP or Vista? I heard about another one having a similar problem on Vista. Which version of .NET are you using?&lt;br /&gt;
&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Tue, 24 Jul 2007 17:21:39 GMT</pubDate><guid isPermaLink="false">NEW POST: Nothing happens 20070724052139P</guid></item><item><title>NEW POST: Nothing happens</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=11887</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;Could you send me a screenshot of the command window?&lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt;Thomas Ardal&lt;br /&gt;
&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Thu, 28 Jun 2007 12:41:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Nothing happens 20070628124118P</guid></item><item><title>NEW POST: Noyhing happens</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=11887</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I installed your shell extension. However when a choose a csproj file or a solution file to build, a command window opens up telling me it sat up an environment variable, and then nothing more happens. No GUI, no compilation, nothing...&lt;br /&gt;I have VS.NET 2005 installed on this machine.&lt;br /&gt;Any clue ?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt; &lt;br /&gt;R. LOPES&lt;br /&gt;
&lt;/div&gt;</description><author>griffon</author><pubDate>Wed, 27 Jun 2007 07:50:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Noyhing happens 20070627075029A</guid></item><item><title>NEW POST: I get error from msbuild: "error MSB1008: Only one project can be specified"</title><link>http://www.codeplex.com/msbuildshellex/Thread/View.aspx?ThreadId=10230</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/msbuildshellex/WorkItem/View.aspx?WorkItemId=313"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>ThomasArdal</author><pubDate>Mon, 14 May 2007 15:00:32 GMT</pubDate><guid isPermaLink="false">NEW POST: I get error from msbuild: "error MSB1008: Only one project can be specified" 20070514030032P</guid></item></channel></rss>