I have installed SlowCheetah from the extensions gallery, then from nuget (then uninstalled and reinstalled from nuget).
It works ! Almost ;)
That is it is transforming the relevant files and copying them to the bin/[nameofconfig e.g. Debug / Release]/ folder
However, when running the app locally the file that gets used is that found in e.g.
D:\Projects[projectname]\bin\Debug\ AppX
And this file remains as the original untransformed file.
What's the easiest way to get this working when I hit F5 as the extensions description claims it should (for a win store app).
I am guessing a copy file task in the .csproj would do the trick - anyone done this successfully?