sayedihashimi / slow-cheetah

XML Transforms for app.config and other XML files
Other
242 stars 51 forks source link

Transform siblings #211

Closed davilimap closed 7 years ago

davilimap commented 7 years ago

Support transformation for items that are siblings in the project. Searches for sibling with compatible name on Preview Transform. Fixes the special case for web.config transformation to allow files with similar names to be recognized as normal configuration files or if the project is not web, allow web.config transforms.

Adds test class for SlowCheetah.VisualStudio with tests for newly created methods.

Closes #205, #154 and #56.