Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/11 10:56:26 (13 years ago)
Author:
mkommend
Message:

#1555: Refactored optimizer views to derive from common base class IOptimizerView.

File:
1 edited

Legend:

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

    r5875 r6425  
    6969    <OutputPath>bin\x86\Release\</OutputPath>
    7070    <DefineConstants>TRACE</DefineConstants>
    71     <DocumentationFile>bin\x86\Release\HeuristicLab.Optimization.Views-3.3.XML</DocumentationFile>
     71    <DocumentationFile>
     72    </DocumentationFile>
    7273    <Optimize>true</Optimize>
    7374    <DebugType>pdbonly</DebugType>
     
    127128      <DependentUpon>BatchRunView.cs</DependentUpon>
    128129    </Compile>
     130    <Compile Include="IOptimizerView.cs">
     131      <SubType>UserControl</SubType>
     132    </Compile>
     133    <Compile Include="IOptimizerView.Designer.cs">
     134      <DependentUpon>IOptimizerView.cs</DependentUpon>
     135    </Compile>
    129136    <Compile Include="ResultValueView.cs">
    130137      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.