<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Including additional assemblies in the WSP with Visual Studio SharePoint development tools</title>
	<atom:link href="http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: chamika</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-99503</link>
		<dc:creator>chamika</dc:creator>
		<pubDate>Mon, 31 Oct 2011 08:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-99503</guid>
		<description>nice post. Thank you very much. This saved my time. All the best.</description>
		<content:encoded><![CDATA[<p>nice post. Thank you very much. This saved my time. All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Fonteyne</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-87724</link>
		<dc:creator>Matthias Fonteyne</dc:creator>
		<pubDate>Fri, 05 Aug 2011 12:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-87724</guid>
		<description>Thanks!
This is just what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
This is just what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-74895</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 06 Apr 2011 14:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-74895</guid>
		<description>@BUJY: I&#039;ve just tried it, following the description in this article, and everything seems to work correctly. Are you sure you have done everything correctly?</description>
		<content:encoded><![CDATA[<p>@BUJY: I&#039;ve just tried it, following the description in this article, and everything seems to work correctly. Are you sure you have done everything correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUJY</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-73994</link>
		<dc:creator>BUJY</dc:creator>
		<pubDate>Wed, 30 Mar 2011 11:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-73994</guid>
		<description>I want to use your described solution with Imtech.VisualStudio.SharePoint.Tasks...so far so good...the problem is that sharepoint 2010 is based on framework 3.5 and your assembly is built with framework 4..this result in conflicts during build and the custom task will not run and replace the token $Imtech.VisualStudio.SharePoint.Tasks$</description>
		<content:encoded><![CDATA[<p>I want to use your described solution with Imtech.VisualStudio.SharePoint.Tasks&#8230;so far so good&#8230;the problem is that sharepoint 2010 is based on framework 3.5 and your assembly is built with framework 4..this result in conflicts during build and the custom task will not run and replace the token $Imtech.VisualStudio.SharePoint.Tasks$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-72629</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 18 Mar 2011 13:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-72629</guid>
		<description>@Shyam: Just because the project is in the same Visual Studio solution, it doesn&#039;t mean that it will be included in the WSP Package. In this article I showed how you could include another assembly, which not necessary have to come from a SharePoint project, in the WSP Package so that it will be deployed to the SharePoint Farm.</description>
		<content:encoded><![CDATA[<p>@Shyam: Just because the project is in the same Visual Studio solution, it doesn&#039;t mean that it will be included in the WSP Package. In this article I showed how you could include another assembly, which not necessary have to come from a SharePoint project, in the WSP Package so that it will be deployed to the SharePoint Farm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-72478</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Thu, 17 Mar 2011 01:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-72478</guid>
		<description>Good post. Thanks. 

But, I just want to point out that, under the following circumstances, i don&#039;t think you need to create any custom task to do this.

1. All the projects are built under one build routine 2. Share the same version information and public key token.

If these two conditions are satisfied, then you should be able to use &quot;, Version=$SharePoint.Project.AssemblyVersion$, Culture=neutral, PublicKeyToken=$SharePoint.Project.AssemblyPublicKeyToken$&quot; anywhere you need to make the assembly reference to a strong named assembly. Correct me if i&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>Good post. Thanks. </p>
<p>But, I just want to point out that, under the following circumstances, i don&#039;t think you need to create any custom task to do this.</p>
<p>1. All the projects are built under one build routine 2. Share the same version information and public key token.</p>
<p>If these two conditions are satisfied, then you should be able to use &#034;, Version=$SharePoint.Project.AssemblyVersion$, Culture=neutral, PublicKeyToken=$SharePoint.Project.AssemblyPublicKeyToken$&#034; anywhere you need to make the assembly reference to a strong named assembly. Correct me if i&#039;m wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-66288</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 06 Jan 2011 11:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-66288</guid>
		<description>@Andres: you need to add it as a reference to your project so that Visual Studio is able to use it for resolving types. The good news is that you can make the reference point to the same file to avoid duplication.</description>
		<content:encoded><![CDATA[<p>@Andres: you need to add it as a reference to your project so that Visual Studio is able to use it for resolving types. The good news is that you can make the reference point to the same file to avoid duplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-66178</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 05 Jan 2011 10:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-66178</guid>
		<description>Hello, 

I got a question regarding this topic. I&#039;ve added a dll to my package and now I would like to use this dll in my SharePoint solution. Do I have to add it again (or maybe only?) via reference or is there a possibility to access the dll which will be included in the package?</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I got a question regarding this topic. I&#039;ve added a dll to my package and now I would like to use this dll in my SharePoint solution. Do I have to add it again (or maybe only?) via reference or is there a possibility to access the dll which will be included in the package?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Include additional assemblies in a wsp package in visual studio 2010 @ The Buzz Blog</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-59454</link>
		<dc:creator>Include additional assemblies in a wsp package in visual studio 2010 @ The Buzz Blog</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-59454</guid>
		<description>[...] http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to...   work2010, sharepoint, visual studio [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to.." rel="nofollow">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to..</a>.   work2010, sharepoint, visual studio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP2010: Adding dll&#8217;s to WSP &#171; RaSor&#8217;s Blog</title>
		<link>http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/comment-page-1/#comment-40407</link>
		<dc:creator>SP2010: Adding dll&#8217;s to WSP &#171; RaSor&#8217;s Blog</dc:creator>
		<pubDate>Sun, 17 Jan 2010 15:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-tools/#comment-40407</guid>
		<description>[...] http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to...    Leave a Comment [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to.." rel="nofollow">http://blog.mastykarz.nl/including-additional-assemblies-wsp-visual-studio-sharepoint-development-to..</a>.    Leave a Comment [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

