码迷,mamicode.com
首页 > 其他好文 > 详细

T4模板使用笔记

时间:2017-11-08 14:50:07      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:str   assembly   color   nbsp   dir   class   使用   log   ons   

路径获取

① 获取当前解决方案路径

string solutionsPath = Host.ResolveAssemblyReference("$(SolutionDir)");  

② 获取当前项目路径

string projectPath = Host.ResolveAssemblyReference("$(ProjectDir)");  

 

T4模板使用笔记

标签:str   assembly   color   nbsp   dir   class   使用   log   ons   

原文地址:http://www.cnblogs.com/ideacore/p/7803606.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!