Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild
Перейти к файлу
ttstanley 4d576d92a9
Merge pull request #281 from microsoft/users/tevinstanley/revertpackageupdate
reverting update to SDK to enable older versions of VS
2023-06-14 15:39:40 -07:00
doc Update transforming_files.md 2020-10-26 12:48:24 +02:00
samples Merge pull request #199 from icnocop/patch-1 2019-09-17 14:51:21 -07:00
src reverting update to SDK to enable older versions of VS 2023-06-14 15:23:53 -07:00
.gitattributes Move FunctionalTest projects. 2014-09-26 23:07:42 -06:00
.gitignore Reorganize repo and support VS 2017 2017-01-26 16:16:20 -08:00
.vsts-ci.yml fixing spacing 2023-05-19 15:22:55 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-04-20 16:46:37 -07:00
LICENSE Format license file 2017-05-04 15:14:53 -07:00
README.md Updating readme to link the 2 versions of the extension for the different versions of VS 2021-11-18 16:16:29 -08:00
Restore.cmd Removed vs directory, no longer used 2018-05-15 11:22:49 -07:00
SECURITY.md Microsoft mandatory file 2022-07-08 20:36:13 +00:00
ThirdPartyNotices.txt updating the thirdpartynotice 2023-02-16 10:28:41 -08:00
appveyor.yml Pack nupkg and vsix into packages dir 2018-05-15 12:08:34 -07:00
nuget.config wip for updating dependencies 2023-05-22 12:21:54 -07:00
version.json Increasing version number for the VS 2022 release 2021-11-16 14:18:50 -08:00

README.md

slow-cheetah

NuGet package Build status

Transformations for XML files (such as app.config) and JSON files.

Includes two primary components:

  1. NuGet package that adds an msbuild task to perform transforms on build.
  2. Visual Studio extension for generating and previewing transforms.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Supported Platforms

Supported File Types

SlowCheetah supports transformations for XML files, specified by XDT and for JSON files, specified by JDT. Transform files created by the extension follow these formats.

Features

Perform transformations of XML and JSON files on build per configuration and publish profiles.

Quickly add and preview transformations to a file in the project.

How to Perform Transformations