2014-01-21 2 views

답변

0

행운과 https://msbuildextensionpack.codeplex.com/

<MSBuild.ExtensionPack.Framework.Assembly TaskAction="GetInfo" NetAssembly="$(OutputPath)\xxx.dll" > 
    <Output TaskParameter="OutputItems" ItemName="Info" /> 
    </MSBuild.ExtensionPack.Framework.Assembly> 
    <Message Text="Version: %(Info.AssemblyVersion)" Importance="high" /> 
관련 문제