Skip to content
| Marketplace
Sign in
Visual Studio>Tools>ReplaceConfig
ReplaceConfig

ReplaceConfig

Preview

Emrah Okic

|
13 installs
| (0) | Free
Empty VSIX Project.
Download

Global Configuration

  • Set global settings Tools->Option->Config Replace->General Untitled2.png

Configuration per project

  • Add Extension configuration file in same directory as MyAwesomeApp.sln

ReplaceConfig.json (if not provided, extension will use global settings)

{ "ConfigFileDirectory": "C:\MyAwesomeApp", "ConfigFilesStoreDirectory": "C:\AllConfigurationFiles", "ConfigTemplateFile": "", "DefaultConfigFileName": "MainConfig.json" }

  • ConfigFileDirectory -> Location where selected config file will be placed
  • ConfigFilesStoreDirectory -> Location of all available config files, which will be used in Extension DropDown for selection
  • DefaultConfigFileName -> Name of target config file, this file will be used for your application

Untitled.png

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft