Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:27:35 (8 years ago)
Author:
abeham
Message:

#2521: adapted templates, fixed missing reference in outdated plugin lawnmower

File:
1 edited

Legend:

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

    r13364 r13373  
    9797    <Compile Include="ProblemDefinitionScriptException.cs" />
    9898    <Compile Include="ProgrammableProblemInstances.cs" />
    99     <Content Include="Templates\CompiledSingleObjectiveProblemDefinition_Template.cs" />
    100     <Content Include="Templates\CompiledMultiObjectiveProblemDefinition_Template.cs">
    101       <SubType>Code</SubType>
    102     </Content>
     99    <Content Include="Templates\MultiObjectiveCombinedEncodingProblem_Template.cs" />
     100    <Content Include="Templates\MultiObjectiveProblem_Template.cs" />
    103101    <Compile Include="Templates\ScriptTemplates.Designer.cs">
    104102      <AutoGen>True</AutoGen>
     
    108106    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
    109107    <Compile Include="SingleObjectiveProblemDefinitionScript.cs" />
     108    <Content Include="Templates\SingleObjectiveCombinedEncodingProblem_Template.cs" />
     109    <Content Include="Templates\SingleObjectiveProblem_Template.cs" />
    110110    <EmbeddedResource Include="Templates\ScriptTemplates.resx">
    111111      <Generator>PublicResXFileCodeGenerator</Generator>
     
    160160      <Private>False</Private>
    161161    </ProjectReference>
     162    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     163      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
     164      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     165      <Private>False</Private>
     166    </ProjectReference>
    162167    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    163168      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
Note: See TracChangeset for help on using the changeset viewer.