In many files I have found a similar statement:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="MetaContent.ascx.cs" Inherits="mojoPortal.Web.MetaContent" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
Which purpose does the TargetSchema="http://schemas.microsoft.com/intellisense/ie5" attribute have since the reference of this link even does not exist? Is it one if these MS "features" included by default into each file as a kind of MS branding?