<#@ template debug="false" hostspecific="true" language="C#" #>
<#
string solutionsPath = Host.ResolveAssemblyReference("$(SolutionDir)");
string projectPath = Host.ResolveAssemblyReference("$(ProjectDir)");
#>
<#=solutionsPath#>
<#=projectPath#>
T4模板中获取当前项目或解决方案路径
最新推荐文章于 2022-08-25 10:44:49 发布