templatevsi.vscontent

来自「AJAX 应用 实现页面的无刷新」· VSCONTENT 代码 · 共 73 行

VSCONTENT
73
字号
<?xml version="1.0" encoding="utf-8" ?>
<VSContent xmlns="http://schemas.microsoft.com/developer/vscontent/2005">
  <Content>
    <FileName>AjaxControlExtenderProjectVB.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Extender Project (VB)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Extender Project (VB)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Project"></Attribute>
      <Attribute name="ProjectType" value="Visual Basic"></Attribute>
    </Attributes>
  </Content>
  <Content>
    <FileName>AjaxControlExtenderProjectCS.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Extender Project (C#)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Extender Project (C#)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Project"></Attribute>
      <Attribute name="ProjectType" value="Visual C#"></Attribute>
    </Attributes>
  </Content>

  <Content>
    <FileName>AjaxControlExtenderItemVB.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Extender (VB)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Extender (VB)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Item"></Attribute>
      <Attribute name="ProjectType" value="Visual Basic"></Attribute>
    </Attributes>
  </Content>
  <Content>
    <FileName>AjaxControlExtenderItemCS.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Extender (C#)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Extender (C#)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Item"></Attribute>
      <Attribute name="ProjectType" value="Visual C#"></Attribute>
    </Attributes>
  </Content>
  <Content>
    <FileName>AjaxControlToolkitWebsiteCS.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Website (C#)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Website (C#)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Project"></Attribute>
      <Attribute name="ProjectType" value="Visual Web Developer"></Attribute>
      <Attribute name="ProjectSubType" value="CSharp"></Attribute>
    </Attributes>
  </Content>
  <Content>
    <FileName>AjaxControlToolkitWebsiteVB.zip</FileName>
    <DisplayName>ASP.NET AJAX Control Toolkit Website (VB)</DisplayName>
    <Description>ASP.NET AJAX Control Toolkit Website (VB)</Description>
    <FileContentType>VSTemplate</FileContentType>
    <ContentVersion>1.0</ContentVersion>
    <Attributes>
      <Attribute name="TemplateType" value="Project"></Attribute>
      <Attribute name="ProjectType" value="Visual Web Developer"></Attribute>
      <Attribute name="ProjectSubType" value="VisualBasic"></Attribute>
    </Attributes>
  </Content>
</VSContent>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?