In my previous post, I showed how you could use a T4 template within Visual Studio to generate a C# ImageLibrary class based on a WPF file called ImageResources.xaml.
If you want to do something similar but the resource file is not in the same folder as the template, you should refer to it using its...
[More]