Exclude .svn from _bin_deployableAssemblies directory?

前端 未结 1 752
孤城傲影
孤城傲影 2021-02-07 13:44

In VS 2010 for ASP.NET MVC 3 project there is an option to add a \"Deployable Dependencies\" folder (_bin_deployableAssemblies) (click right button on web project), files contai

1条回答
  •  醉酒成梦
    2021-02-07 13:57

    Following seems to do the trick:

    1. backup and open file Microsoft.WebApplication.targets (on my computer found in C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications)
    2. find target named _CopyBinDeployableAssemblies
    3. in that task find line:

    .

    
    

    and add Exclude attribute as follows:

    
    

    0 讨论(0)
提交回复
热议问题