4

Is it possible to add a custom tab to a project properties page in the Visual Studio 2008? What I want to do is to be able to add a custom tab to properties page for the projects created from default project templates (WPF Application, WPF custom controls library, etc).

aku
  • 115,356
  • 31
  • 164
  • 200

2 Answers2

3

Keith,

I'm working on VS add-in for WPF applications localization. I want to be able to manage project specific settings via "project properties" page. I did some research and it seems that it is not possible to extend existing projects in this way.

aku
  • 115,356
  • 31
  • 164
  • 200
0

It seems that during the time this question was asked, this feature was not implemented in Visual Studio SDK.

There's answer for similar question https://stackoverflow.com/a/5325158/2617201 which refers to Microsoft Documentation at Adding and Removing Property Pages. The article refers to Visual Studio 2015 (later versions should have the same feature).

Abdulhameed
  • 172
  • 2
  • 12