zoukankan      html  css  js  c++  java
  • 在Visual Studio 2010 快速查找Assembly 信息

    这是个小技巧,但是很实用, 可以让你快速的得到当前ProjectAssembly 信息.

    1. 打开Visual Studio 2010 ->Tools -> External Tools
    2. 添加一个新的工具:

    Title: Strong Name

    Command: Powershell.exe

    Arguments:  -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName"

    1. 选中"Use Output Window"
    2. 取消其他所有选中的选项
    1. 看下设置吧:

            

     

    测试:

    1. 新建SharePoint 项目
    2. Visual Studio 2010 -> Tools -> Strong Name

            

  • 相关阅读:
    11.10
    11.9
    11.8 总结
    11.7
    11.6
    日报10.6
    日报10.5
    每周总结-3
    日报10.4
    日报10.2
  • 原文地址:https://www.cnblogs.com/splover/p/2208332.html
Copyright © 2011-2022 走看看