Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/15 18:47:19 (10 years ago)
Author:
mkommend
Message:

#2174: First working version of refactored programmable problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj

    r11740 r11753  
    147147    <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
    148148    <Compile Include="Interfaces\IEncodingOperator.cs" />
     149    <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
    149150    <Compile Include="New\ProgrammableProblem.cs" />
    150151    <Compile Include="New\MultiObjectiveProgrammableProblem.cs" />
    151152    <Compile Include="New\MultiObjectiveScriptableProblem.cs" />
     153    <Compile Include="New\Scripts\Templates\CompiledMultiObjectiveProblemDefinition.cs" />
     154    <Compile Include="New\Scripts\Templates\CompiledSingleObjectiveProblemDefinition.cs" />
     155    <Compile Include="New\Scripts\Templates\ScriptTemplates.Designer.cs">
     156      <AutoGen>True</AutoGen>
     157      <DesignTime>True</DesignTime>
     158      <DependentUpon>ScriptTemplates.resx</DependentUpon>
     159    </Compile>
    152160    <Compile Include="Operators\MultiEncodingManipulator.cs" />
    153161    <Compile Include="Operators\MultiEncodingCrossover.cs" />
     
    173181    <Compile Include="OLD_MultiObjectiveProgrammableProblem.cs" />
    174182    <Compile Include="OLD_SingleObjectiveProgrammableProblem.cs" />
     183    <EmbeddedResource Include="New\Scripts\Templates\ScriptTemplates.resx">
     184      <Generator>ResXFileCodeGenerator</Generator>
     185      <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput>
     186    </EmbeddedResource>
    175187    <None Include="HeuristicLab.snk" />
    176188    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.