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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:03:17+00:00 2026-06-05T02:03:17+00:00

For each newly created C# project, the Visual Studio 2010 has put in some

  • 0

For each newly created C# project, the Visual Studio 2010 has put in some default references, such as System, System.Core, System.Xml, etc. The benefit of those default references is you can directly use them without adding them manually.

I’m wondering if there’s a way to add a 3rd party assembly as the default reference, so that I do not need to add it each time I created a project.

  • 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-05T02:03:19+00:00Added an answer on June 5, 2026 at 2:03 am

    You can accomplish this by creating a custom project template for your needs.
    Take a look at the documentation Creating Project and Item Templates.
    More specifically the How to: Add References to Templates.
    You essentially modify the .vstemplate file so that it references your desired assemblies:

    <TemplateContent>
        <References>
            <Reference>
                <Assembly>
                    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
                </Assembly>
            </Reference>
            <Reference>
                <Assembly>
                    System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
                </Assembly>
            </Reference>
        </References>
        ...
    </TemplateContent>
    

    Having said that, you could modify the OOB templates accordingly, if that is what you desire. They can be found at:
    \VisualStudioInstallationDirectory\Common7\IDE\ProjectTemplates\Language\Locale\

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

Sidebar

Related Questions

$(#tableid tbody:last).append(html); This creates table rows dynamically. Each newly created row has a remove
/* * Each physical page in the system has a struct page associated with
I need to return newly created GUID from Stored procedure for each time i
We've just newly decided to use NServiceBus on our project and we're experiencing some
Each of the Tomcat 6 distros (binary core, binary deployer and source) is available
Each todo app has a empty box on the left handside, when you touch
Each restaurant has restaurant branches, each branch must determine which days of the week
I am creating a web app which has some complex underlying associations. In order
Do I need to save newly created CRM-entity instances before I can set relations
I started using defaultcontent.el to fill newly-created buffers with content. Apparently this module is

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.