Where is Microsoft.Build.Tasks.Core.dll located?

2019-08-12 14:19发布

问题:

I'm trying to sign a ClickOnce application using a method overload that was specifically added in VS 2013 Update 3. (per this suggestion)

The class he is using is described by MSDN here, and it says the class comes from Microsoft.Build.Tasks.Core.dll. Notice that the usual "Other Versions" dropdown is missing, because this is only in Visual Studio 2013.

Where is Microsoft.Build.Tasks.Core.dll?

Since it says MSBuild is now deployed separately from .NET Framework, I tried looking here but no luck: C:\Program Files (x86)\MSBuild\12.0

回答1:

Visual Studio 2013

C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Build.Tasks.v12.0.dll

Visual Studio 2015

C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Build.Tasks.Core.dll



回答2:

For the sake of completeness, in VS2015 the dll is named Microsoft.Build.Tasks.Core.dll and can be found at "C:\Program Files (x86)\MSBuild\14.0\Bin"



标签: .net dll