3

Is there a way to import/export Visual Studio .NET 2003 settings? Especially the IDE level include, reference, library and source files' settings accessible from the Tools/Options/Projects/VC++ Directories menu.

Imran S.
  • 935
  • 3
  • 15
  • 32

2 Answers2

2

No there is not. Import / Export settings is a Visual Studio feature which was added to the 2005 version. It exists in every version going forward but not backwards to 2003 or 2002.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
2

Not sure if it covers also your settings, but you can read How To Import/Export VS .NET 2002/2003 Settings.

Peter Macej
  • 4,831
  • 22
  • 49