Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLabViewTemplate/MyTemplate.vstemplate @ 4176

Last change on this file since 4176 was 4176, checked in by abeham, 14 years ago

#567

  • Updated installer
  • Updated View template
  • Added Algorithm template (untested)
File size: 974 bytes
Line 
1<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
2  <TemplateData>
3    <DefaultName>HeuristicLabView.cs</DefaultName>
4    <Name>HeuristicLab 3.3 View</Name>
5    <Description>Creates a HL3.3 view</Description>
6    <ProjectType>CSharp</ProjectType>
7    <SortOrder>10</SortOrder>
8    <Icon>__TemplateIcon.ico</Icon>
9  </TemplateData>
10  <TemplateContent>
11    <References />
12    <ProjectItem SubType="UserControl" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">DefaultView.cs</ProjectItem>
13    <ProjectItem SubType="" TargetFileName="$fileinputname$.Designer.cs" ReplaceParameters="true">DefaultView.Designer.cs</ProjectItem>
14  </TemplateContent>
15  <WizardExtension>
16    <Assembly>HeuristicLab.VS2010Wizards, Version=3.3.0.0, Culture=Neutral, PublicKeyToken=18a43a5d25a3c148</Assembly>
17    <FullClassName>HeuristicLab.VS2010Wizards.ViewWizard</FullClassName>
18  </WizardExtension>
19</VSTemplate>
Note: See TracBrowser for help on using the repository browser.