Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/27/13 21:00:28 (11 years ago)
Author:
gkronber
Message:

#1508 created a separate plug-in for views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj

    r9745 r9796  
    9999      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    100100    </Reference>
    101     <Reference Include="HeuristicLab.Common.Resources-3.3">
    102       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    103     </Reference>
    104101    <Reference Include="HeuristicLab.Core-3.3">
    105102      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    106103    </Reference>
    107     <Reference Include="HeuristicLab.Core.Views-3.3">
    108       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    109     </Reference>
    110104    <Reference Include="HeuristicLab.Data-3.3">
    111105      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     
    114108      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
    115109    </Reference>
    116     <Reference Include="HeuristicLab.MainForm-3.3">
    117       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    118     </Reference>
    119     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    120       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    121     </Reference>
    122110    <Reference Include="HeuristicLab.Operators-3.3">
    123111      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     
    141129      <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
    142130    </Reference>
    143     <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
    144       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
    145     </Reference>
    146131    <Reference Include="HeuristicLab.Problems.Instances-3.3">
    147132      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    148     </Reference>
    149     <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
    150       <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
    151133    </Reference>
    152134    <Reference Include="System" />
     
    155137    </Reference>
    156138    <Reference Include="System.Drawing" />
    157     <Reference Include="System.Windows.Forms" />
    158     <Reference Include="System.Windows.Forms.DataVisualization" />
    159139  </ItemGroup>
    160140  <ItemGroup>
     
    181161    <Compile Include="Symbolic\SingleObjective\ValidationBestSolutionAnalyzer.cs" />
    182162    <Compile Include="Symbolic\Solution.cs" />
    183     <Compile Include="Symbolic\Views\SolutionView.cs">
    184       <SubType>UserControl</SubType>
    185     </Compile>
    186     <Compile Include="Symbolic\Views\SolutionView.Designer.cs">
    187       <DependentUpon>SolutionView.cs</DependentUpon>
    188     </Compile>
    189     <Compile Include="Views\ISolutionEvaluationView.cs" />
    190     <Compile Include="Views\SolutionLineChartView.cs">
    191       <SubType>UserControl</SubType>
    192     </Compile>
    193     <Compile Include="Views\SolutionLineChartView.Designer.cs">
    194       <DependentUpon>SolutionLineChartView.cs</DependentUpon>
    195     </Compile>
    196     <Compile Include="Views\SolutionView.cs">
    197       <SubType>UserControl</SubType>
    198     </Compile>
    199     <Compile Include="Views\SolutionView.Designer.cs">
    200       <DependentUpon>SolutionView.cs</DependentUpon>
    201     </Compile>
    202163    <None Include="HeuristicLab.snk" />
    203164    <None Include="HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame" />
     
    238199
    239200call PreBuildEvent.cmd
    240 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisTradingPlugin.cs"</PreBuildEvent>
     201</PreBuildEvent>
    241202  </PropertyGroup>
    242203</Project>
Note: See TracChangeset for help on using the changeset viewer.