I am tired of adding a reference to System.ServiceModel in each project I create. Is there any way to automate this?
I am tired of adding a reference to System.ServiceModel in each project I create.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can update the existing (default) project templates and add the reference to it. Templates are located in this directory on my box:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
Look for the project templates folder and then navigate based on the type of project you are creating and the language you are using.
Here’s a snippet of the classlibrary project template that I think is what you are looking for:
Just add your reference to the list.