Home > Net >  Microsoft Visual Studio - Default/Auto apply settings?
Microsoft Visual Studio - Default/Auto apply settings?

Time:10-19

How do I auto apply certain settings? For example:

Properties Page for Platforms Settings

In this example, I want these settings to stick and not have to reapply them, but if I make a new project I have to constantly reapply them. How do I make them stay in those specific settings?

CodePudding user response:

You can create your own template for the wizard, or just modify an existing one.

Here are the steps:

https://docs.microsoft.com/en-us/visualstudio/ide/how-to-update-existing-templates?view=vs-2019

  •  Tags:  
  • c
  • Related