Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/15/11 23:11:41 (13 years ago)
Author:
abeham
Message:

#1541

  • Added PermutationView that allows to change the permutation type
  • Updated AFA and PopDiv Analyzer
  • Simplified QAP name to just the instance when loading from embedded resource
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/QAPAlgorithms/HeuristicLab.Encodings.PermutationEncoding.Views/3.3/HeuristicLab.Encodings.PermutationEncoding.Views-3.3.csproj

    r5163 r6416  
    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">
     
    172192      <Install>true</Install>
    173193    </BootstrapperPackage>
     194  </ItemGroup>
     195  <ItemGroup>
     196    <EmbeddedResource Include="PermutationView.resx">
     197      <DependentUpon>PermutationView.cs</DependentUpon>
     198    </EmbeddedResource>
    174199  </ItemGroup>
    175200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.