How do I make my own version of a "resx" file in Visual Studio 2013?

Viewed 1254

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!

1 Answers
Related