How do you create an xml file that can automatically create a *.designer.cs file similar to how *.resx files do so?
Basically, I have an xml file (foo.xyz). When it is updated, I want it to automatically create (or update) a *.designer.cs file that is DependantUpon the main foo.xyz file. I have no idea what this process is even called to know how to search for any relevant information about it. Thanks!