1. 程式人生 > >T4模板獲取解決方案、專案路徑

T4模板獲取解決方案、專案路徑

<# string solutionsPath = Host.ResolveAssemblyReference("$(SolutionDir)"); string projectPath = Host.ResolveAssemblyReference("$(ProjectDir)"); string a = Path.GetDirectoryName(Host.TemplateFile); #> <#=solutionsPath#> <#=projectPath#> <#=a#>