<#@ template language="C#" inherits="BaseGenerator"#> <#@ assembly name="System.Core" #> <#@ import namespace="System.Linq" #> <#@ import namespace="System.Text" #> <#@ import namespace="System.Collections.Generic" #> <#@ import namespace="ServiceClientGenerator" #> netstandard2.0 true false <#=this.Session["ProjectGuid"]#> <#=this.Session["RootNamespace"]#> <#=this.Session["AssemblyName"]#> false false false false false false false false Always <# foreach(string resource in ((IList)this.Session["EmbeddedResources"])) { #> Always <# } #>