Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 11:24:24 (13 years ago)
Author:
abeham
Message:

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj

    r4188 r5704  
    9191      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
    9292    </Compile>
     93    <Compile Include="ItemWizard.cs" />
     94    <Compile Include="ItemWizardForm.cs">
     95      <SubType>Form</SubType>
     96    </Compile>
     97    <Compile Include="ItemWizardForm.Designer.cs">
     98      <DependentUpon>ItemWizardForm.cs</DependentUpon>
     99    </Compile>
    93100    <Compile Include="ProblemWizardForm.cs">
    94101      <SubType>Form</SubType>
     
    124131    <EmbeddedResource Include="AlgorithmWizardForm.resx">
    125132      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
     133    </EmbeddedResource>
     134    <EmbeddedResource Include="ItemWizardForm.resx">
     135      <DependentUpon>ItemWizardForm.cs</DependentUpon>
    126136    </EmbeddedResource>
    127137    <EmbeddedResource Include="ProblemWizardForm.resx">
Note: See TracChangeset for help on using the changeset viewer.