How to expand the project properties page?

Can I add a custom tab to the project properties page in Visual Studio 2008? I want to do this to add a custom tab to the properties page for projects created from default project templates (WPF application, WPF user control library, etc.).

+3
source share
1 answer

Whale,

I am working on a VS add-in to localize WPF applications. I want to be able to manage project settings using the Project Properties page. I have done some research, and it seems impossible to extend existing projects this way.

+3
source

Source: https://habr.com/ru/post/1696405/


All Articles