I have an XML and an XSLT file. The XSLT transforms the XML into a C# file. What I want to do now is let visual studio generate the .cs file during a pre build event and then compile the project as usual. Is this even possible? If so, how can this be done?
This is about VS 2013.