Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 18:38:37 (8 years ago)
Author:
mkommend
Message:

#2521: refactored programmable problem

File:
1 edited

Legend:

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

    r12724 r13345  
    8686  </ItemGroup>
    8787  <ItemGroup>
    88     <Compile Include="MultiObjectiveProgrammableProblem.cs" />
     88    <Compile Include="CompiledProblemDefinition.cs">
     89      <SubType>Code</SubType>
     90    </Compile>
     91    <Compile Include="Interfaces\IProgrammableProblem.cs" />
     92    <Compile Include="ProblemDefinitionScript.cs">
     93      <SubType>Code</SubType>
     94    </Compile>
    8995    <Compile Include="ProblemDefinitionScriptException.cs" />
    90     <Compile Include="Templates\CompiledMultiObjectiveProblemDefinition.cs" />
    91     <Compile Include="Templates\CompiledSingleObjectiveProblemDefinition.cs" />
     96    <Compile Include="SingleObjectiveProgrammableProblems.cs" />
     97    <Content Include="Templates\CompiledSingleObjectiveProblemDefinition.cs" />
    9298    <Compile Include="Templates\ScriptTemplates.Designer.cs">
    9399      <AutoGen>True</AutoGen>
     
    95101      <DependentUpon>ScriptTemplates.resx</DependentUpon>
    96102    </Compile>
    97     <Compile Include="CompiledProblemDefinition.cs" />
    98     <Compile Include="ProblemDefinitionScript.cs" />
    99103    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
    100     <Compile Include="MultiObjectiveProblemDefinitionScript.cs" />
    101104    <Compile Include="SingleObjectiveProblemDefinitionScript.cs" />
    102105    <EmbeddedResource Include="Templates\ScriptTemplates.resx">
     
    145148      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
    146149    </ProjectReference>
    147     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    148       <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
    149       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    150     </ProjectReference>
    151     <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.3\HeuristicLab.Encodings.LinearLinkageEncoding-3.3.csproj">
    152       <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
    153       <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.3</Name>
    154       <Private>False</Private>
    155     </ProjectReference>
    156     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    157       <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
    158       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    159     </ProjectReference>
    160     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    161       <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
    162       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    165       <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    166       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    167       <Private>False</Private>
    168     </ProjectReference>
    169150    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    170151      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
Note: See TracChangeset for help on using the changeset viewer.