Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/11 15:08:57 (13 years ago)
Author:
epitzer
Message:

Add new CachedExternalEvaluator with replaceable permanent cache of all evaluated solutions (#1516)

Location:
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj

    r5832 r6140  
    111111  <ItemGroup>
    112112    <None Include="HeuristicLabProblemsExternalEvaluationViewsPlugin.cs.frame" />
     113    <Compile Include="EvaluationCacheView.cs">
     114      <SubType>UserControl</SubType>
     115    </Compile>
     116    <Compile Include="EvaluationCacheView.Designer.cs">
     117      <DependentUpon>EvaluationCacheView.cs</DependentUpon>
     118    </Compile>
    113119    <Compile Include="EvaluationServiceClientView.cs">
    114120      <SubType>UserControl</SubType>
     
    197203    </BootstrapperPackage>
    198204  </ItemGroup>
     205  <ItemGroup>
     206    <EmbeddedResource Include="EvaluationCacheView.resx">
     207      <DependentUpon>EvaluationCacheView.cs</DependentUpon>
     208    </EmbeddedResource>
     209  </ItemGroup>
    199210  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    200211  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.