2019-03-20:
IF:
你遇到Visual Studio打开项目,可以编译但是代码文件一直标记红波浪线。
TRY:
删除解决方案根目录下.vs隐藏文件夹。
IF:
Visual Studio遇到The "TransformXml" task could not be loaded from the assembly错误。
TRY:
编辑目标cproj文件,新增
<Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov$(VisualStudioVersion)WebMicrosoft.Web.Publishing.targets" />