I am trying to create an .LPT template that consumes not only the meta data from the project, but another xml structure from disk. I want to do this with the System.Xml.Serialization namespace, but when I add the <[System.Xml]> tag I get an assembly reference problem. How can I add this reference, so that when it compiles the template it will build?
Thanks!
-Casey