Files
linux-packaging-mono/external/aspnetwebstack/src/System.Web.WebPages/Instrumentation/PageExecutionContextAdapter.tt
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

9 lines
456 B
Plaintext

<#@ 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")
); #>