Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/11 10:04:09 (13 years ago)
Author:
abeham
Message:

#1541, #1603, #1606, #1607

  • merged to trunk
Location:
trunk/sources
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj

    r5163 r6628  
    1212    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    9293  </PropertyGroup>
    9394  <ItemGroup>
     95    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     96    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     97    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
     98    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    9499    <Reference Include="System" />
    95100    <Reference Include="System.Core">
     
    98103    <Reference Include="System.Drawing" />
    99104    <Reference Include="System.Windows.Forms" />
     105    <Reference Include="System.Windows.Forms.DataVisualization" />
    100106    <Reference Include="System.Xml.Linq">
    101107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    115121    </Compile>
    116122    <Compile Include="HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs" />
     123    <Compile Include="PermutationView.cs">
     124      <SubType>UserControl</SubType>
     125    </Compile>
     126    <Compile Include="PermutationView.Designer.cs">
     127      <DependentUpon>PermutationView.cs</DependentUpon>
     128    </Compile>
    117129    <Compile Include="Properties\AssemblyInfo.cs" />
    118130  </ItemGroup>
     
    135147      <Name>HeuristicLab.Core-3.3</Name>
    136148    </ProjectReference>
     149    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     150      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
     151      <Name>HeuristicLab.Data.Views-3.3</Name>
     152    </ProjectReference>
    137153    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    138154      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     
    150166      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    151167      <Name>HeuristicLab.MainForm-3.3</Name>
     168    </ProjectReference>
     169    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     170      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     171      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    152172    </ProjectReference>
    153173    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLabEncodingsPermutationEncodingViewsPlugin.cs.frame

    r6548 r6628  
    3131  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3232  [PluginDependency("HeuristicLab.Data", "3.3")]
     33  [PluginDependency("HeuristicLab.Data.Views", "3.3")]
    3334  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
    3435  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3536  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     37  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    3638  public class HeuristicLabEncodingsPermutationEncodingViewsPlugin : PluginBase {
    3739  }
Note: See TracChangeset for help on using the changeset viewer.