<?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>Mon, 05 Dec 2011 12:06:44 +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 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>
	<item>
		<title>Comment on Automating the build with MSBuild by Andy</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-8596</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 14 Dec 2010 15:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-8596</guid>
		<description>Is it possible to use Visual Studio to be LaTeX editor and use MSBuild to invoke batch file compiling the LaTeX input file, converting *.dvi to *.ps and finally *.ps to *.pdf?

Thank  you in advance. Your article sounds very interesting. It might be what I am looking for.</description>
		<content:encoded><![CDATA[<p>Is it possible to use Visual Studio to be LaTeX editor and use MSBuild to invoke batch file compiling the LaTeX input file, converting *.dvi to *.ps and finally *.ps to *.pdf?</p>
<p>Thank  you in advance. Your article sounds very interesting. It might be what I am looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by Peter de Witte</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-8420</link>
		<dc:creator>Peter de Witte</dc:creator>
		<pubDate>Mon, 06 Dec 2010 07:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-8420</guid>
		<description>Another approach can be: Ad a Web Deployment Project to your solution. Building it will do a pretty good job publishing your webapp.</description>
		<content:encoded><![CDATA[<p>Another approach can be: Ad a Web Deployment Project to your solution. Building it will do a pretty good job publishing your webapp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add logging to your application using log4net (part two) by Republic Polytechnic</title>
		<link>http://codingcockerel.co.uk/2008/12/28/add-logging-to-your-application-using-log4net-part-two/comment-page-1/#comment-8374</link>
		<dc:creator>Republic Polytechnic</dc:creator>
		<pubDate>Thu, 02 Dec 2010 01:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=25#comment-8374</guid>
		<description>You&#039;ve wrote a very excellent blog post.
If it&#039;s ok with you, I would like to ask permission to use your article as it relates to my problem. I will be glad to negotiate to pay you or hire you for this.

With Regards from
&lt;a href=&quot;http://republicpolytechnicsucks.blogspot.com&quot; rel=&quot;nofollow&quot;&gt;Republic Polytechnic&lt;/A&gt;</description>
		<content:encoded><![CDATA[<p>You&#8217;ve wrote a very excellent blog post.<br />
If it&#8217;s ok with you, I would like to ask permission to use your article as it relates to my problem. I will be glad to negotiate to pay you or hire you for this.</p>
<p>With Regards from<br />
<a href="http://republicpolytechnicsucks.blogspot.com" rel="nofollow">Republic Polytechnic</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by Deployment web site Zip with MsBuild and TeamCity &#124; Climens Codelog</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-8358</link>
		<dc:creator>Deployment web site Zip with MsBuild and TeamCity &#124; Climens Codelog</dc:creator>
		<pubDate>Tue, 30 Nov 2010 10:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-8358</guid>
		<description>[...] How to publish a web site with MsBuild [...]</description>
		<content:encoded><![CDATA[<p>[...] How to publish a web site with MsBuild [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by Rocky</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-8098</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Tue, 02 Nov 2010 20:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-8098</guid>
		<description>This is an awesome aricle, which could give me an idea on what a build script is..
I am literally new to these build scripts, can you give me an idea on how a script should be inorder to checkout the project from subversion and build it.
and what if we should build the project on a remote server..
we use .net and MSBuild.
It would be of great help if you could assist me..

ThankYou
Rocky</description>
		<content:encoded><![CDATA[<p>This is an awesome aricle, which could give me an idea on what a build script is..<br />
I am literally new to these build scripts, can you give me an idea on how a script should be inorder to checkout the project from subversion and build it.<br />
and what if we should build the project on a remote server..<br />
we use .net and MSBuild.<br />
It would be of great help if you could assist me..</p>
<p>ThankYou<br />
Rocky</p>
]]></content:encoded>
	</item>
</channel>
</rss>

