<%@ generatedFile extension=".cs" %>Specify the extension of the file that gets generated.
<%@ assembly name="System.Drawing.dll" %>Reference the assembly in compilation of control blocks.
<%@ import namespace="System.Collections" %>Import the namespace in compilation of control blocks. (i.e. a C# using statement)
For .mdfomt templates:
<%@ modelFile path="UtilitiesModel.dmd" %>Load the given domain model and provide a reference to it in the property Model on the context object.
For .mdfddt templates:
<%@ modelFile path="..\\SimpleArchitectureChart.dd" %>Load the given designer definition and provide a reference to it in the property Definition on the context object.
Phew - OK, so maybe that wasn't quite such a quick post!