You've already forked linux-packaging-mono
9 lines
456 B
Plaintext
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")
|
||
|
); #>
|