<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>VS Web Deployment Projects</title><link>http://forums.asp.net/1020.aspx</link><description>General discussions of VS Web Deployment Projects</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1488807.aspx</link><pubDate>Wed, 06 Dec 2006 22:32:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1488807</guid><dc:creator>Broken0007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1488807.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1488807</wfw:commentRss><description>&lt;blockquote&gt;&lt;div&gt;&lt;img src="http://forums.asp.net/Themes/default/images/icon-quote.gif" /&gt; &lt;strong&gt;goodeye:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;Combining mpowell and steele's, this is working for me:&lt;/p&gt;&lt;pre class="coloredcode"&gt;ExcludeFromBuild Include="$(SourceWebPhysicalPath)\.svn\**\*.*;$(SourceWebPhysicalPath)\**\.svn\**\*.*"&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;I can also confirm that this is working to remove the .svn folders.&lt;/p&gt;&lt;p&gt;I also found that I could not build a web deployment project if my solution included a C++ project as it was having trouble accessing the .ncb intellisense file.&amp;nbsp; I found that adding the following will work around this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;&lt;span class="tag"&gt;ExcludeFromBuild&lt;/span&gt;&lt;span class="attr"&gt; Include=&lt;/span&gt;&lt;span class="attrv"&gt;"$(SourceWebPhysicalPath)\*.ncb"&lt;/span&gt; /&amp;gt;&lt;/p&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1472804.aspx</link><pubDate>Tue, 21 Nov 2006 20:22:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1472804</guid><dc:creator>goodeye</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1472804.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1472804</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Combining mpowell and steele's, this is working for me:&lt;/p&gt;&lt;pre class=coloredcode&gt;ExcludeFromBuild Include="$(SourceWebPhysicalPath)\.svn\**\*.*;$(SourceWebPhysicalPath)\**\.svn\**\*.*"&lt;/pre&gt;
&lt;p&gt;(add the outer brackets - never sure if they work in posts)&lt;/p&gt;
&lt;p&gt;- Bob&lt;/p&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1393536.aspx</link><pubDate>Fri, 08 Sep 2006 15:08:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1393536</guid><dc:creator>mpowell</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1393536.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1393536</wfw:commentRss><description>&lt;p&gt;Steele,&lt;/p&gt;&lt;p&gt;Here&amp;#39;s what I use to remove .svn folders; a bit klugey but it seems to work fine.&amp;nbsp; For some reason the ** wildcard doesn&amp;#39;t work on the&amp;nbsp;.svn folder at the&amp;nbsp;project root, so I just break that one out separately.&amp;nbsp;&lt;/p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;p&gt;&amp;lt;&lt;font color="#800000" size="1"&gt;ItemGroup&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;p&gt;&amp;lt;&lt;font color="#800000" size="1"&gt;RemoveAfterBuild&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;Include&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;$(OutputPath)\.svn\&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; /&amp;gt;&lt;p&gt;&amp;lt;&lt;font color="#800000" size="1"&gt;RemoveAfterBuild&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;Include&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;$(OutputPath)\**\.svn\&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; /&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&lt;p&gt;&amp;lt;/&lt;font color="#800000" size="1"&gt;ItemGroup&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;p&gt;&amp;lt;&lt;font color="#800000" size="1"&gt;Target&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;Name&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;AfterBuild&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;p&gt;&amp;lt;&lt;font color="#800000" size="1"&gt;RemoveDir&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="1"&gt;Directories&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;=&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;@(RemoveAfterBuild)&lt;/font&gt;&lt;font size="1"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt; /&amp;gt;&lt;p&gt;&amp;lt;/&lt;font color="#800000" size="1"&gt;Target&lt;/font&gt;&lt;font color="#0000ff" size="1"&gt;&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1372601.aspx</link><pubDate>Wed, 16 Aug 2006 19:17:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1372601</guid><dc:creator>Steele</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1372601.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1372601</wfw:commentRss><description>&lt;p&gt;The following do NOT work for eliminating .svn folders:&lt;/p&gt;&lt;font color=#0000ff size=3&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=3&gt;ExcludeFromBuild&lt;/font&gt;&lt;font color=#0000ff size=3&gt; &lt;/font&gt;&lt;font color=#ff0000 size=3&gt;Include&lt;/font&gt;&lt;font color=#0000ff size=3&gt;=&lt;/font&gt;&lt;font size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt;$(SourceWebPhysicalPath)\**\.svn\*.*&lt;/font&gt;&lt;font size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt; /&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=3&gt;
&lt;p&gt;&amp;lt;&lt;font color=#800000 size=3&gt;ExcludeFromBuild&lt;/font&gt;&lt;font color=#0000ff size=3&gt; &lt;/font&gt;&lt;font color=#ff0000 size=3&gt;Include&lt;/font&gt;&lt;font color=#0000ff size=3&gt;=&lt;/font&gt;&lt;font color=#000000 size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt;$(SourceWebPhysicalPath)\**\*.svn\*.*&lt;/font&gt;&lt;font color=#000000 size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt; /&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;font color=#800000 size=3&gt;ExcludeFromBuild&lt;/font&gt;&lt;font color=#0000ff size=3&gt; &lt;/font&gt;&lt;font color=#ff0000 size=3&gt;Include&lt;/font&gt;&lt;font color=#0000ff size=3&gt;=&lt;/font&gt;&lt;font color=#000000 size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt;$(SourceWebPhysicalPath)\**\*.*svn\*.*&lt;/font&gt;&lt;font color=#000000 size=3&gt;"&lt;/font&gt;&lt;font color=#0000ff size=3&gt; /&amp;gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#000000 size=3&gt;What is the correct way to accomplish this?&lt;/font&gt;
&lt;p&gt;&lt;font color=#0000ff size=3&gt;&lt;font color=#000000&gt;I would settle for excluding all folders with an attribute of Hidden&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#000000 size=3&gt;Thanks,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color=#000000 size=3&gt;Steele Price&lt;br /&gt;&lt;/font&gt;&lt;font color=#0000ff size=3&gt;&lt;font color=#000000&gt;MVP - VB&lt;/font&gt;&lt;br /&gt;&lt;a href="http://steeleprice.net"&gt;http://steeleprice.net&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1295365.aspx</link><pubDate>Wed, 24 May 2006 20:57:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1295365</guid><dc:creator>freelancer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1295365.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1295365</wfw:commentRss><description>I tried this, but the resulting output is all screwed up.&amp;nbsp; You get an additional directory as a sibling to the output location named 'Source' and the output location contains everything from the directory that we're building from (including all of the .svn folders).&lt;br /&gt;&lt;br /&gt;Instead I tried to delete the files in the After Build target, but the delete task is extremely flaky.&amp;nbsp; Most of the time the delete won't even delete.&lt;br /&gt;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;ItemGroup&lt;/span&gt;&amp;gt;&lt;br /&gt;   &amp;lt;&lt;span class="tag"&gt;ProjFiles&lt;/span&gt;&lt;span class="attr"&gt; Include=&lt;/span&gt;&lt;span class="attrv"&gt;"$(OutputPath)\*.csproj*"&lt;/span&gt; /&amp;gt;&lt;br /&gt;&amp;lt;/&lt;span class="tag"&gt;ItemGroup&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;Target&lt;/span&gt;&lt;span class="attr"&gt; Name=&lt;/span&gt;&lt;span class="attrv"&gt;"AfterBuild"&lt;/span&gt;&amp;gt;
   &lt;span class="cmt"&gt;&amp;lt;!-- Strip out stuff we don't want --&amp;gt;&lt;/span&gt;
   &amp;lt;&lt;span class="tag"&gt;RemoveDir&lt;/span&gt;&lt;span class="attr"&gt; Directories=&lt;/span&gt;&lt;span class="attrv"&gt;"$(OutputPath)\Properties"&lt;/span&gt; /&amp;gt;
   &amp;lt;&lt;span class="tag"&gt;RemoveDir&lt;/span&gt;&lt;span class="attr"&gt; Directories=&lt;/span&gt;&lt;span class="attrv"&gt;"$(OutputPath)\obj"&lt;/span&gt; /&amp;gt;
   &amp;lt;&lt;span class="tag"&gt;Delete&lt;/span&gt;&lt;span class="attr"&gt; Files=&lt;/span&gt;&lt;span class="attrv"&gt;"@(ProjFiles)"&lt;/span&gt; /&amp;gt;

   &lt;span class="cmt"&gt;&amp;lt;!-- Move site to deployment destination --&amp;gt;&lt;/span&gt;
   &amp;lt;&lt;span class="tag"&gt;Copy&lt;/span&gt;&lt;span class="attr"&gt; SourceFiles=&lt;/span&gt;&lt;span class="attrv"&gt;"@(PrecompiledOutput)"&lt;/span&gt; DestinationFiles="@(PrecompiledOutput-&amp;gt;'$(DeploymentPath)\%(RecursiveDir)%(Filename)%(Extension)')"
          Condition="'$(DeploymentPath)' != ''" /&amp;gt;
&amp;lt;/&lt;span class="tag"&gt;Target&lt;/span&gt;&amp;gt;&lt;/pre&gt;Any ideas why the delete won't work?&amp;nbsp; Sometimes it will, but then the @(PrecompiledOutput)
is out of sync and the copy fails, so I'll need to generate a new file list after the delete.&amp;nbsp; Now aspnet_compiler includes the
.csproj files too, so the problem lies there I think.&amp;nbsp; Anybody have a
good solution for getting rid of the extra stuff (.csproj, obj, Properties)?&lt;br /&gt;&lt;pre class="coloredcode"&gt;&lt;br /&gt;&lt;/pre&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1268014.aspx</link><pubDate>Tue, 25 Apr 2006 17:40:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1268014</guid><dc:creator>mbund</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1268014.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1268014</wfw:commentRss><description>&lt;p&gt;&lt;font size=2&gt;&lt;font face=Arial&gt;According to &lt;a href="http://filext.com/detaillist.php?extdetail=SCC"&gt;http://filext.com/detaillist.php?extdetail=SCC&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;font color=#0000ff&gt;&lt;strong&gt;Program and/or Extension Function:&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;A special file called &lt;strong&gt;MSSCCPRJ.SCC&lt;/strong&gt; is created in your working folder when Visual SourceSafe works with Visual Studio projects and solutions. The default MSSCCPRJ.SCC settings *.VBP, *.MAK, and *.DSP ensure that whenever you get or add a file with these extensions, SourceSafe creates the MSSCCPRJ.SCC file so that SourceSafe integration in Visual Studio works correctly for these files.&lt;br /&gt;&lt;br /&gt;Also, when any Visual SourceSafe operation puts a copy of a file on your local drive, it creates or updates a file called &lt;strong&gt;VSSVER.SC&lt;/strong&gt;C in the working folder. That file lets VSS determine which files in that folder have and haven't changed.&lt;/font&gt; &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;br /&gt;Since *.scc files are not used by ASP.NET, I would recommend not deploying them. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;The following will exclude all *.scc files in the root folder and subfolder, and (as a bonus) exclude DummyFile.mak from the root folder only. Add this under the Project element in the deployment project file. &lt;em&gt;Remember to replace the square brackets with angle brackets&lt;/em&gt;. You can find info like this in the WDP white paper found at &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;[ItemGroup]&lt;br /&gt;&amp;nbsp; [&lt;/span&gt;&lt;span&gt;&lt;span&gt;ExcludeFromBuild Include="$(SourceWebPhysicalPath)\**\*.scc"/]&lt;br /&gt;&amp;nbsp; [ExcludeFromBuild Include="$(SourceWebPhysicalPath)\DummyFile.mak"/]&lt;br /&gt;[/ItemGroup]&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1267808.aspx</link><pubDate>Tue, 25 Apr 2006 14:45:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1267808</guid><dc:creator>Yury Kravtsov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1267808.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1267808</wfw:commentRss><description>Hi!&lt;br /&gt;&lt;br /&gt;It seems that WDP copies vssver2.scc file also. This is the mark file for VSS 2005 and it is present in probably every folder of a project.&lt;br /&gt;So &lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;thisisafish:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;[ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.scc"/]&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;might not be correct solution for it.&lt;br /&gt;&lt;br /&gt;Any idea?&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1266619.aspx</link><pubDate>Mon, 24 Apr 2006 15:23:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1266619</guid><dc:creator>thisisafish</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1266619.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1266619</wfw:commentRss><description>Oki, forum dont like "&amp;lt;".. test "&lt;b&gt;heello&lt;/b&gt;"..

Anyway - add: [ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.csproj"/]</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1266614.aspx</link><pubDate>Mon, 24 Apr 2006 15:21:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1266614</guid><dc:creator>thisisafish</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1266614.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1266614</wfw:commentRss><description>Open the project file and add in /Project/ItemGroup:</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1257180.aspx</link><pubDate>Thu, 13 Apr 2006 19:32:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1257180</guid><dc:creator>mbund</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1257180.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1257180</wfw:commentRss><description>&lt;p&gt;&lt;font face=Verdana size=2&gt;That is a nice suggestion -- I've gone ahead and entered a Design Change Request (DCR) 590603 to consider it for a future release.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Thanks!&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1251488.aspx</link><pubDate>Fri, 07 Apr 2006 18:53:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1251488</guid><dc:creator>trms</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1251488.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1251488</wfw:commentRss><description>I'm having this same problem.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;When using a Deployment Project with a Web &lt;i&gt;Site &lt;/i&gt;Project, things work out just fine.&amp;nbsp; However, when using a Deployment Project with a Web &lt;i&gt;Application &lt;/i&gt;Project, things like the .csproj file and the obj, Properties, etc folders get copied to the release folder.&lt;br /&gt;&lt;br /&gt;I suppose there's no good way for the deployment project to know which files in the directory are used by the site or not...&amp;nbsp; Anyone have any solutions?&lt;br /&gt;&lt;br /&gt;-John Reilly&lt;br /&gt;Tightrope Media Systems&lt;br /&gt;http://www.trms.com/&lt;br /&gt;</description></item><item><title>Web Deployment Project copies .csproj and .sln files</title><link>http://forums.asp.net/thread/1219284.aspx</link><pubDate>Tue, 07 Mar 2006 15:38:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1219284</guid><dc:creator>fcsobel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1219284.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1020&amp;PostID=1219284</wfw:commentRss><description>&lt;p&gt;How do I keep&amp;nbsp; project (.csproj) and solution (.sln) files from being copied to the release folder?&amp;nbsp; &lt;/p&gt;</description></item></channel></rss>