https://github.com/rfennell/ParametersXmlAddin
A tool to generate parameters.xml files for MSdeploy from existing web.config files.
https://github.com/rfennell/ParametersXmlAddin
visual-studio
Last synced: over 1 year ago
JSON representation
A tool to generate parameters.xml files for MSdeploy from existing web.config files.
- Host: GitHub
- URL: https://github.com/rfennell/ParametersXmlAddin
- Owner: rfennell
- Created: 2015-04-20T13:46:05.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T11:11:42.000Z (almost 5 years ago)
- Last Synced: 2024-12-06T22:14:37.188Z (over 1 year ago)
- Topics: visual-studio
- Language: C#
- Size: 134 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# MSDeploy Parameters.Xml Generator
A tool to generate parameters.xml files for MSdeploy from existing web.config files.
Once the VSIX package is installed, to use right click on a web.config file in Solution Explorer and the parameters.xml file will be generated using the current web.config entries as default values for both configuration/applicationSettings and configuration/AppSettings.
If the parameters.xml already exists in the folder (even if it is not a file in the project) you will prompted before it is overwritten.
For more details see the [wiki](https://github.com/rfennell/ParametersXmlAddin/wiki/Using-Parameters-XML-Addin-for-Visual-Studio). You can also install the package from [Visual Studio gallery](https://visualstudiogallery.msdn.microsoft.com/cbf2764d-d205-49d6-810f-25324402c3a9?SRC=Home)