Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 171237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:57:08+00:00 2026-05-11T12:57:08+00:00

I’ve added a Web Deployment Project to my solution to create a clean deployment

  • 0

I’ve added a Web Deployment Project to my solution to create a clean deployment of my web application. This works mostly as expected… i.e. builds the source & then copies the files to be deployed to a /Release folder (and excludes things like source files and my .svn folders, etc).

But now I want to explicitly exclude some other files (for the sake of simplicity lets just say one file called somefile.txt). So, I add an item group to the wdproj file as follows:

<ItemGroup>     <ExcludeFromBuild Include='somefile.txt' /> </ItemGroup> 

This does indeed exclude the specific file as requested, but now the files excluded by default are no longer excluded. Specifically, now all my svn files are in the Release folder & there’s also a Source folder at the same level with all the source in it.

Basically, it seems that defining the ExcludeFromBuild item group is overwriting some set of built-in defaults, rather than adding to them.

Not exactly a show stopper, but not ideal… So, does anyone know how to simply add a file to the default ExcludeFromBuild group? Or is it a case of using the defaults Vs. excluding everything by hand Vs. deleting the files you don’t after a default build?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T12:57:09+00:00Added an answer on May 11, 2026 at 12:57 pm

    Well for anyone who comes looking, I thought I should answer my own question… I didn’t find the exact solution I was looking for, so I just added everything I needed excluded manually to the ExcludeFromBuild ItemGroup (to mimic what the default options seemed to do & then also exclude my specific file). My ExcludeFromBuild list ended up looking like this:

    <ItemGroup>     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\somefile.txt' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\obj\**\*.*' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\.svn\**\*.*' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\.svn\**\*' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.csproj' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.scc' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.user' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.vspscc' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.log' />     <ExcludeFromBuild Include='$(SourceWebPhysicalPath)\**\*.svclog' /> </ItemGroup> 

    Basically excludes all log files, user/project files, svn files, source safe files, etc plus the custom files I wanted to ignore in the first place.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 178k
  • Answers 178k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can make assignments to fields, and thus clear them:… May 12, 2026 at 3:40 pm
  • Editorial Team
    Editorial Team added an answer From the documentation: Note: After the request has finished, it… May 12, 2026 at 3:40 pm
  • Editorial Team
    Editorial Team added an answer <script src="jquery.js"></script> <script src="main.js"></script> in the head or right before… May 12, 2026 at 3:40 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS
I am currently running into a problem where an element is coming back from

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.