Hello every one, i have small question, How to add reference automatically in all projects which i create in Visual Studio like System,
System.Collections.Generic and others in Console Application Projects
Thanks in Advance
farag -3 Junior Poster in Training
Recommended Answers
Jump to PostI would advise creating a macro to insert the desired namespaces automatically. I haven't had much luck modifying visual studios default behavior for new units.
Jump to PostGo to "Tools -- Macro -- New Macro Project" and create a macro project, then a macro. A guy I work with figured this and here is the procedure separator macro we use:
Imports System Imports EnvDTE Imports EnvDTE80 Imports EnvDTE90 Imports System.Diagnostics Public Module ScottsModule Sub …
All 5 Replies
DdoubleD 315 Posting Shark
farag -3 Junior Poster in Training
sknake 1,622 Senior Poster Featured Poster
farag -3 Junior Poster in Training
sknake 1,622 Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.