<?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>How To: Specify strong name signing for your assemblies on the command line</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx</link><description>This question came across the internal MSBuild discussion alias today: My development team uses project files on their desktop for development, but we build the final assemblies in our build lab. How can we strong-name sign the files in our build lab</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How To: Specify strong name signing for your assemblies on the command line</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx#491808</link><pubDate>Fri, 11 Nov 2005 19:12:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491808</guid><dc:creator>JohnL</dc:creator><description>Does the .snk file need a path?&lt;br&gt;I know when the AssemblyKeyFile flag is specified, you need to add a path because the al command is executed in the bin\Debug directory </description></item><item><title>Delay signing and VS 2005 challenges</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx#530985</link><pubDate>Mon, 13 Feb 2006 18:57:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:530985</guid><dc:creator>Teucer's Quiver</dc:creator><description /></item><item><title>re: How To: Specify strong name signing for your assemblies on the command line</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx#622688</link><pubDate>Thu, 08 Jun 2006 22:05:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:622688</guid><dc:creator>uow04b9@altavista.com</dc:creator><description>ringtones free</description></item><item><title>What about Password for a strong name key file?</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx#8334783</link><pubDate>Tue, 25 Mar 2008 05:26:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8334783</guid><dc:creator>ArtInAct</dc:creator><description>&lt;p&gt;In IDE we specify not only key file but a password as well. How to do it with MSBuild?&lt;/p&gt;
</description></item><item><title>re: How To: Specify strong name signing for your assemblies on the command line</title><link>http://blogs.msdn.com/msbuild/archive/2005/09/26/474079.aspx#8837556</link><pubDate>Wed, 06 Aug 2008 17:26:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8837556</guid><dc:creator>tim johnson</dc:creator><description>&lt;p&gt;if anyone else is looking, here is what is needed for delay-signing:&lt;/p&gt;
&lt;p&gt;/p:SignAssembly=true /p:AssemblyOriginatorKeyFile=&amp;quot;mykey.snk&amp;quot; /p:DelaySign=true&lt;/p&gt;
</description></item></channel></rss>