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

  • SEARCH
  • Home
  • 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 7766353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:23:37+00:00 2026-06-01T15:23:37+00:00

By default, Visual Studio (2010 as well as 11 beta) builds every project in

  • 0

By default, Visual Studio (2010 as well as 11 beta) builds every project in a solution to a separate folder. As a result, especially if the projects reference each other, they get copied around quite a lot during build (CopyLocal = true):

-- solution has four projects: proj1, proj2, proj3 and proj4
-- building proj1 --
solution/proj1/bin/debug/proj1.dll
-- building proj2 (depends on proj1) --
solution/proj2/bin/debug/proj1.dll
solution/proj2/bin/debug/proj2.dll
-- building proj3 (depends on proj1) --
solution/proj3/bin/debug/proj1.dll
solution/proj3/bin/debug/proj3.dll
-- building proj4 (depends on proj2 and proj3) --
solution/proj4/bin/debug/proj1.dll
solution/proj4/bin/debug/proj2.dll
solution/proj4/bin/debug/proj3.dll
solution/proj4/bin/debug/proj4.dll

Since my current solution has 90 projects, from which the majority have at least a few references to one another (only 3 are actual executables), this is quite annoying and I’ve been wondering why, by default, Visual Studio does not just put every project output in the same folder but instead causes this horrendous redundancy. I am aware that I can change the output folder and turn off the copying of referenced projects, but I’d like to know if there is a reasoning behind the default behavior.

VS2005 does put everything in one folder by default (not sure about 2008), but did that have any actual disadvantages? Also, is there a way in VS10 (VS Addon maybe) to set the output folder for all projects to the same folder, as well as setting CopyLocal = false for each project reference?

  • 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. Editorial Team
    Editorial Team
    2026-06-01T15:23:39+00:00Added an answer on June 1, 2026 at 3:23 pm

    One thing I can think of is to separate the projects from each other, that is: if you change (and compile) one project it does not immediately break other projects that have not been updated properly to handle the change.

    If everything is in one folder, the above scenario could cause unnecessary headaches (until you rebuild the whole solution).

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

Sidebar

Related Questions

This DLL is added by default in Visual Studio 2010 projects. What is this
A really simple setup - Visual Studio 2010's default new WPF project, with MainWindow
I have a Visual Studio 2010 solution with several projects. One of the projects
I have several projects within a single Solution, in Visual Studio 2010. All of
I'm not using the default Visual Studio project path to build my program into,
In Visual Studio 2010, i want it to embed a manifest with default settings:
I have a Visual Studio 2010 project with a Master Page that works fine.
I'm using Visual Studio 2010 and in startup I choose Web Developer for default
I have this Visual Studio 2010 Setup Project for installing my application. On (clean)
I have a Windows Forms project in Visual Studio 2010 and I was wondering

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.