Files
linux-packaging-mono/external/aspnetwebstack/src/System.Web.WebPages/Instrumentation/PageExecutionContextAdapter.tt

9 lines
456 B
Plaintext
Raw Normal View History

<#@ template debug="false" hostspecific="true" language="C#" inherits="Microsoft.Web.CodeGen.DynamicCallerGenerator" #>
<#@ assembly name="$(SolutionDir)\tools\Microsoft.Web.CodeGen\Microsoft.Web.CodeGen.dll" #>
<#@ output extension=".cs" #>
<#
TargetNamespace = "System.Web.WebPages.Instrumentation";
WriteAdaptor(
"System.Web.Instrumentation.PageExecutionContext",
Host.ResolvePath(@"..\..\..\ReferenceAssemblies\NetFx\Dev11\System.Web.dll")
); #>