<?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>Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx</link><description>Building solutions that reference to assemblies belonging to different team project Scenario Assume that we two projects (ConsoleApplication1 and ConsoleApplication2) under team project (TP1) and they are using the assembly (commonlibrary.dll) that is</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#522445</link><pubDate>Wed, 01 Feb 2006 23:58:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522445</guid><dc:creator>Jeffrey Irwin</dc:creator><description>Great post!&lt;br/&gt;&lt;br/&gt;I’m having a problem in how to get my test cases to run after running a build.  Here’s what I’m trying to do:&lt;br/&gt;&lt;br/&gt;Project&lt;br/&gt; |--Dev&lt;br/&gt;     |--Site&lt;br/&gt;     |--UnitTests&lt;br/&gt;     |--Docs&lt;br/&gt;     |--Tools&lt;br/&gt; |--Test&lt;br/&gt;     |--Automations&lt;br/&gt; |--Docs&lt;br/&gt;     |--TRD&lt;br/&gt;     |--Spec&lt;br/&gt; &lt;br/&gt;We need to build the Site, and run the Automations in the Test folder, but don’t want to load everything under Project, so we’re trying to selectively include the sections we want.&lt;br/&gt;&lt;br/&gt;As such, I want to include the following Map node in my Build .proj file&lt;br/&gt;         &amp;lt;Map Include=&amp;quot;$/Project/Main/Dev/Site&amp;quot;&amp;gt;&lt;br/&gt;             &amp;lt;LocalPath&amp;gt;$(SolutionRoot)\Site&amp;lt;/LocalPath&amp;gt;&lt;br/&gt;         &amp;lt;/Map&amp;gt;&lt;br/&gt;         &amp;lt;Map Include=&amp;quot;$/Project/Main/Test&amp;quot;&amp;gt;&lt;br/&gt;             &amp;lt;LocalPath&amp;gt;$(SolutionRoot)\Test&amp;lt;/LocalPath&amp;gt;&lt;br/&gt;         &amp;lt;/Map&amp;gt;&lt;br/&gt;&lt;br/&gt;However, doing this causes me to get a OutOfMemoryException after about 5 minutes of the build server trying to get sources.  Even when I get rid of the second map element, this happens.  In fact, any time I map LocalPath to anything other than “$(SolutionRoot)”, I get the exception.  I notice that you have mapped successfully to $(SolutionRoot)\Main, do you know why I would be seeing the problems I'm seeing?  Thank you very much!&lt;br/&gt;&lt;br/&gt;-Jeff</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#522451</link><pubDate>Thu, 02 Feb 2006 00:01:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522451</guid><dc:creator>Jeffrey Irwin</dc:creator><description>Sorry, the above folder structure should show &amp;quot;Project&amp;quot; as highest level.  Dev, Test, and Docs should be second level, and everything else is third level.&lt;br/&gt;&lt;br/&gt;Project &lt;br/&gt;|--Dev &lt;br/&gt;|---|--Site &lt;br/&gt;|---|--UnitTests &lt;br/&gt;|---|--Docs &lt;br/&gt;|---|--Tools &lt;br/&gt;|--Test &lt;br/&gt;|---|--Automations &lt;br/&gt;|--Docs &lt;br/&gt;|---|--TRD &lt;br/&gt;|---|--Spec </description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#522957</link><pubDate>Thu, 02 Feb 2006 11:57:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:522957</guid><dc:creator>Manish Agarwal</dc:creator><description>Jeff,&lt;br/&gt;&lt;br/&gt;It looks like you are interested in selectively sync specific folders and not download everything. Moreover I am assuming everything in under same team project. Please check the post for the solution -&lt;br/&gt; &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx"&gt;http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Hope it helps&lt;br/&gt;&lt;br/&gt;</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#524568</link><pubDate>Sat, 04 Feb 2006 03:33:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:524568</guid><dc:creator>Jeff Irwin</dc:creator><description>I'm afraid this didn't work, at least not what I expected it to do.  For example, i added the item&lt;br/&gt;&lt;br/&gt;&amp;lt;InternalMapping ServerItem=&amp;quot;$/Project/Site/Main/Docs&amp;quot; Type=&amp;quot;Cloak&amp;quot;/&amp;gt;&lt;br/&gt;&lt;br/&gt;Then I checked the sources folder in the build location, and the docs folder was still there, as it was previously.  My goal is simply to keep from 'getting' folders that arn't necessary for this build, such as the Docs folder.  Am I doing something wrong?  Thanks for the help!</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#569035</link><pubDate>Wed, 05 Apr 2006 18:38:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:569035</guid><dc:creator>tuan</dc:creator><description>&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx"&gt;http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx&lt;/a&gt;</description></item><item><title>Team Build - Referencing other Team Projects</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#603033</link><pubDate>Sun, 21 May 2006 09:27:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:603033</guid><dc:creator>MrDave's (David Yack) Blog!</dc:creator><description>One of the challenges we hadn&amp;amp;amp;rsquo;t figured out was how to deal with the case where Team Project B...</description></item><item><title>BeforeGet</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#672859</link><pubDate>Thu, 20 Jul 2006 19:49:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:672859</guid><dc:creator>AdamJTP</dc:creator><description>Swap the map and unmap elements in BeforeGet and it works.&lt;br&gt;&lt;br&gt;See:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=367208&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=367208&amp;amp;SiteID=1&lt;/a&gt;</description></item><item><title>Two good posts: Building projects with shared code and using Web Application Projects (WAP)</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#729903</link><pubDate>Tue, 29 Aug 2006 15:09:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729903</guid><dc:creator>Buck Hodges</dc:creator><description>Last week, the folks at Vertigo Software wrote a couple of really good posts involving Team Build.&lt;br&gt;The...</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#1853429</link><pubDate>Sat, 10 Mar 2007 19:19:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1853429</guid><dc:creator>Stephen Joseph</dc:creator><description>&lt;p&gt;Hi Al I have a situation where the reverse order of team projects needs to be compiled in a team build. How do i specify the path for the source project for team project 1 in custom task?&lt;/p&gt;
</description></item><item><title>Team Foundation Server - Sharing Binaries and Class Libraries Across Multiple Projects</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#1902591</link><pubDate>Sun, 18 Mar 2007 01:53:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1902591</guid><dc:creator>Ian Nelson</dc:creator><description>&lt;p&gt;I returned to work after Tuesday's MSDN Roadshow fired up and full of ideas, eager to try out ASP.NET&lt;/p&gt;
</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#8351251</link><pubDate>Wed, 02 Apr 2008 16:40:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8351251</guid><dc:creator>Michael</dc:creator><description>&lt;p&gt;Which idiot came up with this?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/bb668986.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb668986.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You end up with a folder structure 5 levels deep before you get to any files. And you've got folders named things like 'MyWebAppSln' - why not 'MyWebApplication'?&lt;/p&gt;
&lt;p&gt;Sorry if this is the wrong place to vent, but the article links to this blog post.&lt;/p&gt;
</description></item><item><title>re: Working with multiple team projects in Team Build</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#8923706</link><pubDate>Thu, 04 Sep 2008 08:48:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8923706</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;The solution structure described on MSDN works quite well. &amp;nbsp;The names don't matter too much, but the structure copes with 90% of development.&lt;/p&gt;
</description></item><item><title>Doddy Christiana Saputra  &amp;raquo; Blog Archive   &amp;raquo; How To Structure ASP.NET Applications in Visual Studio Team Foundation Server </title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#8973252</link><pubDate>Thu, 02 Oct 2008 12:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8973252</guid><dc:creator>Doddy Christiana Saputra  &amp;raquo; Blog Archive   &amp;raquo; How To Structure ASP.NET Applications in Visual Studio Team Foundation Server </dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://doddychsaputra.thecoderblogs.com/2008/10/02/how-to-structure-aspnet-applications-in-visual-studio-team-foundation-server/"&gt;http://doddychsaputra.thecoderblogs.com/2008/10/02/how-to-structure-aspnet-applications-in-visual-studio-team-foundation-server/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Doddy Christiana Saputra  &amp;raquo; Blog Archive   &amp;raquo; How To Structure Windows Applications in Visual Studio Team Foundation Server  Team Foundation Server </title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#8973270</link><pubDate>Thu, 02 Oct 2008 12:17:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8973270</guid><dc:creator>Doddy Christiana Saputra  &amp;raquo; Blog Archive   &amp;raquo; How To Structure Windows Applications in Visual Studio Team Foundation Server  Team Foundation Server </dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://doddychsaputra.thecoderblogs.com/2008/10/02/how-to-structure-windows-applications-in-visual-studio-team-foundation-server-team-foundation-server/"&gt;http://doddychsaputra.thecoderblogs.com/2008/10/02/how-to-structure-windows-applications-in-visual-studio-team-foundation-server-team-foundation-server/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Building solutions that reference to assemblies belonging to different team project</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#9191216</link><pubDate>Wed, 10 Dec 2008 17:59:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9191216</guid><dc:creator>Shai Raiten</dc:creator><description>&lt;p&gt;Building solutions that reference to assemblies belonging to different team project If you facing the&lt;/p&gt;
</description></item><item><title>Build dua Team Project yang saling berbagi Source Code</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#9393152</link><pubDate>Tue, 03 Feb 2009 15:49:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393152</guid><dc:creator>Futorial</dc:creator><description>&lt;p&gt;Huaahhh… ini kasus yang umum namun anehnya agak perlu sedikit effort untuk bisa berhasil. Kasus apa sih&lt;/p&gt;
</description></item><item><title>TFS: Distributing assemblies to other team projects</title><link>http://blogs.msdn.com/manishagarwal/archive/2005/12/22/506635.aspx#9770600</link><pubDate>Thu, 18 Jun 2009 00:19:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9770600</guid><dc:creator>Tim Hanson</dc:creator><description>&lt;p&gt;I am working with several team projects that need assemblies from other team projects. For example,...&lt;/p&gt;
</description></item></channel></rss>