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 7580961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:04:48+00:00 2026-05-30T18:04:48+00:00

I am using Visual Studio C# 2008 Express Edition. I have a solutions with

  • 0

I am using Visual Studio C# 2008 Express Edition. I have a solutions with two projects, one is the main program itself, another one is an nunit test project.

I want each project to build to different paths, so physical test fixtures will not appear in the release folder. I opened up the project properties’s build tab, and specified the test_project’s “output to” to be bin\Test\. The main_project’s output path is set to be bin\Release\.

enter image description here

Now when I build, all the output files goes to the bin/Test folder, and the bin/Release folder is never touched. I even deleted the contents in the release folder, but building will not recreate the output files in the release folder.

Am I doing something wrong?

  • 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-05-30T18:04:49+00:00Added an answer on May 30, 2026 at 6:04 pm

    There are a few concepts here – Main project vs Test and Debug vs Release mode and finally Deployment

    Where is code compiled to?

    A project’s output will by default go under the project structure under bin\Debug. There’s no need to change it usually.

    So the main project output would go to MainProject\bin\debug and the test project to TestProject\bin\debug. Within the TestProject bin\debug you’d get copies of the MainProject files because they are referenced by the TestProject.

    Release version and other Build configurations

    If you want to build a Release version of your code (without the pdb files) then you need to change the Build Configuration – at the top of VS you should see a dropdown that says Debug (currently) – this is why its building to Debug. You can also see this within the project properties – Build – Configuration: Active(Debug). This is nothing to do with whether its a Main Project/Test whatever. In each configuration (see Build – Configuration Manager) you specify the projects that you want to include – obviously normally you don’t include an NUnit Test project in a Release output but there’s nothing to stop you doing it)

    Deployment
    Then you get to the bigger picture question about what you’re actually deploying – this depends on how you’re deploying it – if just copying files then obviously you just want to look at one of the folders under the main project. If producing an installer then you select the main project output (and not the test project) as things to deploy.

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

Sidebar

Related Questions

I am using Visual Studio C# 2008 Express Edition. I have a Solution that
I'm using Visual Studio 2008 Express edition, and keep getting the following error: Cascadedisplay.h(4)
I am currently using Visual Studio Express C++ 2008, and have some questions about
I am creating a simple C++ DLL project using Visual Studio 2008 Express Edition.
I am writing a simple C++ database, using Visual Studio 2008 express edition, like
I have been using Microsoft Visual Web Developer 2008 Express Edition. Originally, I made
How I parse tnsnames.ora file using Visual C# (Visual Studio 2008 Express edition) to
I'm using Visual Studio C++ 2008 Express Edition. Is it possible to modify the
I'm using Visual Studio 2008 Express, and I have this logging code: fprintf(fp,%s %s
I'm using Visual Studio 2008 Express Edition to compile the following code in a

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.