VS2015: warning MSB3884: Could not find rule set file

前端 未结 8 930
故里飘歌
故里飘歌 2021-01-31 01:36

After upgrading my WinForms VS2013 project to VS2015, I started seeing the MSB3884 \"Could not find rule set file\" warning.

A Google search turned up one MSDN article,

8条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 02:00

    I hit this warning after migrating from VS 2013 to VS 2015 as well. In my case the error was Could not find rule set file "AllRules.ruleset". The fix for me was to change the VisualStudioVersion setting in the .csproj file to be 14.0 so that it looks in the correct rule set folder:

    After that and a rebuild, the warning was resolved. Much easier.

提交回复
热议问题