开发者

Where is AfterBuildCompiler (msbuild) target defined?

开发者 https://www.devze.com 2023-02-20 08:53 出处:网络
I\'m trying to get multi-project ASP.NET MVC areas (like described here) working in MVC 3 on .NET 4 (since it\'s not officially supported since MVC 2 Beta). So i\'ve found Microsoft.Web.Mvc.Build.dll

I'm trying to get multi-project ASP.NET MVC areas (like described here) working in MVC 3 on .NET 4 (since it's not officially supported since MVC 2 Beta). So i've found Microsoft.Web.Mvc.Build.dll from MVC 2 Preview and modified the script so it can use the assembly directly (it's not strong-named):

开发者_StackOverflow中文版
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CreateAreaManifest" AssemblyFile="..\..\Microsoft.Web.Mvc.Build.dll" />
<UsingTask TaskName="Microsoft.Web.Mvc.Build.CopyAreaManifests" AssemblyFile="..\..\Microsoft.Web.Mvc.Build.dll" />

But i get "error MSB4057: The target "AfterBuildCompile" does not exist in the project.". Where is this target defined?

Found a lot of related posts but none working. Should i abandon the hope to have multi-project areas or try MVCContrib portable areas as alternative (looks not what i need at first glance)?


You may check the following article.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号