<?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 for Coding Cockerel</title>
	<atom:link href="http://codingcockerel.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingcockerel.co.uk</link>
	<description>Getting the job done with .NET</description>
	<lastBuildDate>Fri, 18 May 2012 16:49:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Automating the build with MSBuild (part two) by 1</title>
		<link>http://codingcockerel.co.uk/2008/04/20/automating-the-build-with-msbuild-part-two/comment-page-1/#comment-17849</link>
		<dc:creator>1</dc:creator>
		<pubDate>Fri, 18 May 2012 16:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=8#comment-17849</guid>
		<description>-1&#039;</description>
		<content:encoded><![CDATA[<p>-1&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by Patrick</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-17645</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 24 Apr 2012 12:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-17645</guid>
		<description>Sorry, posting again because it didn&#039;t allowed me to post tags.

Excellent article, thank you! I used the above code in the csproj file by just changing the BinFiles node to:

BinFiles Include=&quot;$(OutputPath)\*.*&quot; 

And adding the Target as a Dependency in the following Target:

Target Name=&quot;BeforeBuild&quot; DependsOnTargets=&quot;Clean&quot;

It works really well.

Cheers,
Patrick.</description>
		<content:encoded><![CDATA[<p>Sorry, posting again because it didn&#8217;t allowed me to post tags.</p>
<p>Excellent article, thank you! I used the above code in the csproj file by just changing the BinFiles node to:</p>
<p>BinFiles Include=&#8221;$(OutputPath)\*.*&#8221; </p>
<p>And adding the Target as a Dependency in the following Target:</p>
<p>Target Name=&#8221;BeforeBuild&#8221; DependsOnTargets=&#8221;Clean&#8221;</p>
<p>It works really well.</p>
<p>Cheers,<br />
Patrick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by Patrick</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-17644</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 24 Apr 2012 12:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-17644</guid>
		<description>Excellent article, thank you! I used the above code in the csproj file by just changing the BinFiles node to:



And adding the Target as a Dependency in the following Target:



It works really well.

Cheers,
Patrick.</description>
		<content:encoded><![CDATA[<p>Excellent article, thank you! I used the above code in the csproj file by just changing the BinFiles node to:</p>
<p>And adding the Target as a Dependency in the following Target:</p>
<p>It works really well.</p>
<p>Cheers,<br />
Patrick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by ktata</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-17093</link>
		<dc:creator>ktata</dc:creator>
		<pubDate>Wed, 21 Mar 2012 15:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-17093</guid>
		<description>Great Article, Thank you very much.
I am trying to execute Part 3 and getting error on creating virtual directory.
Error: Index was out of range. must be non-negative and less than the size of the collection.

Please let me know if some one know the solutions.

I am using IIS 7 on windows7.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Great Article, Thank you very much.<br />
I am trying to execute Part 3 and getting error on creating virtual directory.<br />
Error: Index was out of range. must be non-negative and less than the size of the collection.</p>
<p>Please let me know if some one know the solutions.</p>
<p>I am using IIS 7 on windows7.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add logging to your application using log4net by episerver</title>
		<link>http://codingcockerel.co.uk/2008/11/30/add-logging-to-your-application-using-log4net/comment-page-1/#comment-16495</link>
		<dc:creator>episerver</dc:creator>
		<pubDate>Sat, 11 Feb 2012 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=22#comment-16495</guid>
		<description>&lt;strong&gt;episerver...&lt;/strong&gt;

[...]Add logging to your application using log4net - Coding Cockerel[...]...</description>
		<content:encoded><![CDATA[<p><strong>episerver&#8230;</strong></p>
<p>[...]Add logging to your application using log4net &#8211; Coding Cockerel[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by MSBuild by jayempee - Pearltrees</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-15233</link>
		<dc:creator>MSBuild by jayempee - Pearltrees</dc:creator>
		<pubDate>Mon, 05 Dec 2011 12:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-15233</guid>
		<description>[...] How to publish a web site with MSBuild - Coding Cockerel In part two of my MSBuild tutorial I needed to find a way to call Visual Studio’s Publish Web Site feature from MSBuild. Much trawling of the interweb failed to find anything of use, so in the end I had to produce my own target which copied the relevant files into the output folder. The problem with this approach is that it only works for files of type dll, aspx or config. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to publish a web site with MSBuild &#8211; Coding Cockerel In part two of my MSBuild tutorial I needed to find a way to call Visual Studio’s Publish Web Site feature from MSBuild. Much trawling of the interweb failed to find anything of use, so in the end I had to produce my own target which copied the relevant files into the output folder. The problem with this approach is that it only works for files of type dll, aspx or config. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by Todd W. Powers</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-13507</link>
		<dc:creator>Todd W. Powers</dc:creator>
		<pubDate>Tue, 20 Sep 2011 01:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-13507</guid>
		<description>I was struggling with the same error (MSB4057: The target &quot;_CopyWebApplication&quot; does not exist in the project.

Yes. I was using a Web Application Project (not a web site).

I was baffled because I had one project that worked, and one that did not. So I sat down with ExamDiffPro and went to work comparing the project files. What I found was the section of build target includes at the bottom of the project files were different.

One project (that was working) was created using a newer version of Visual Studio. The other one (that was NOT working) was created years ago and has been upgraded over the years, to the current version I am working with. The upgraded project, evidently didn&#039;t get upgraded with the new build targets as newer versions of Visual Studio became available.

At the bottom of the project file which was working, I found the following:





The second import line was NOT in the project which was causing problems.

I simply copied the import from the working file, and pasted it in the relative location in the non-working file, and viola!

While this is not a direct solution to the initial problem defined in this thread, I hope this helps some of the other people that stumbled across this thread, looking for similar issues, only with actual Web Application Projects.</description>
		<content:encoded><![CDATA[<p>I was struggling with the same error (MSB4057: The target &#8220;_CopyWebApplication&#8221; does not exist in the project.</p>
<p>Yes. I was using a Web Application Project (not a web site).</p>
<p>I was baffled because I had one project that worked, and one that did not. So I sat down with ExamDiffPro and went to work comparing the project files. What I found was the section of build target includes at the bottom of the project files were different.</p>
<p>One project (that was working) was created using a newer version of Visual Studio. The other one (that was NOT working) was created years ago and has been upgraded over the years, to the current version I am working with. The upgraded project, evidently didn&#8217;t get upgraded with the new build targets as newer versions of Visual Studio became available.</p>
<p>At the bottom of the project file which was working, I found the following:</p>
<p>The second import line was NOT in the project which was causing problems.</p>
<p>I simply copied the import from the working file, and pasted it in the relative location in the non-working file, and viola!</p>
<p>While this is not a direct solution to the initial problem defined in this thread, I hope this helps some of the other people that stumbled across this thread, looking for similar issues, only with actual Web Application Projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by Zonghe</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-10162</link>
		<dc:creator>Zonghe</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-10162</guid>
		<description>Superb series for a MSBuild crash course.  Thanks a million~!</description>
		<content:encoded><![CDATA[<p>Superb series for a MSBuild crash course.  Thanks a million~!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by Sunny</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-8869</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Tue, 28 Dec 2010 21:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-8869</guid>
		<description>Very nice article. I am quite new to msbuild scripts but u made it quite simple.</description>
		<content:encoded><![CDATA[<p>Very nice article. I am quite new to msbuild scripts but u made it quite simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-8602</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Tue, 14 Dec 2010 20:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-8602</guid>
		<description>Andy, I&#039;m not familiar with LaTeX but if you just want to call programs from the command line then MSBuild can do that with the Exec command. In theory what you want to do should be achievable.</description>
		<content:encoded><![CDATA[<p>Andy, I&#8217;m not familiar with LaTeX but if you just want to call programs from the command line then MSBuild can do that with the Exec command. In theory what you want to do should be achievable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

