Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/10 23:54:46 (14 years ago)
Author:
abeham
Message:

#567

  • Started adding problem wizard
File:
1 edited

Legend:

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

    r4182 r4188  
    9191      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
    9292    </Compile>
     93    <Compile Include="ProblemWizardForm.cs">
     94      <SubType>Form</SubType>
     95    </Compile>
     96    <Compile Include="ProblemWizardForm.Designer.cs">
     97      <DependentUpon>ProblemWizardForm.cs</DependentUpon>
     98    </Compile>
     99    <Compile Include="ProblemWizard.cs" />
    93100    <Compile Include="ParametersControl.cs">
    94101      <SubType>UserControl</SubType>
     
    117124    <EmbeddedResource Include="AlgorithmWizardForm.resx">
    118125      <DependentUpon>AlgorithmWizardForm.cs</DependentUpon>
     126    </EmbeddedResource>
     127    <EmbeddedResource Include="ProblemWizardForm.resx">
     128      <DependentUpon>ProblemWizardForm.cs</DependentUpon>
    119129    </EmbeddedResource>
    120130    <EmbeddedResource Include="ParametersControl.resx">
Note: See TracChangeset for help on using the changeset viewer.