Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLabItemTemplate/MyTemplate.vstemplate @ 5704

Last change on this file since 5704 was 5704, checked in by abeham, 13 years ago

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
File size: 826 bytes
Line 
1<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
2  <TemplateData>
3    <DefaultName>HeuristicLabItem.cs</DefaultName>
4    <Name>HeuristicLab 3.3 Item</Name>
5    <Description>Creates a HL3.3 item</Description>
6    <ProjectType>CSharp</ProjectType>
7    <SortOrder>10</SortOrder>
8    <Icon>__TemplateIcon.ico</Icon>
9  </TemplateData>
10  <TemplateContent>
11    <References />
12    <ProjectItem SubType="" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">DefaultItem.cs</ProjectItem>
13  </TemplateContent>
14  <WizardExtension>
15    <Assembly>HeuristicLab.VS2010Wizards, Version=3.3.3.1, Culture=Neutral, PublicKeyToken=18a43a5d25a3c148</Assembly>
16    <FullClassName>HeuristicLab.VS2010Wizards.ItemWizard</FullClassName>
17  </WizardExtension>
18</VSTemplate>
Note: See TracBrowser for help on using the repository browser.