I'm trying to use Slow Cheetah XML Transforms with console application using c# When I right click on the app.config file there is no "Add Transform" item in the menu.
and the "SlowCheetah" is installed with the application and can be found in the packages.config file
<packages>
<package id="SlowCheetah" version="2.5.10.6"/>
</packages>
any help would be appreciated
Thanks