Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/10 04:37:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
  • added additional plugins HeuristicLab.Evolutionary, HeuristicLab.Permutation, HeuristicLab.Selection, and HeuristicLab.Routing.TSP
Location:
trunk/sources/HeuristicLab.Routing.TSP/3.3
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabRoutingTSPPlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.Routing.TSP/3.3/HeuristicLab.Routing.TSP-3.3.csproj

    r2520 r2790  
    8585  </ItemGroup>
    8686  <ItemGroup>
    87     <Compile Include="TSPTourInjector.cs" />
    88     <Compile Include="TSPTourView.cs">
    89       <SubType>UserControl</SubType>
    90     </Compile>
    91     <Compile Include="TSPTourView.Designer.cs">
    92       <DependentUpon>TSPTourView.cs</DependentUpon>
    93     </Compile>
    94     <Compile Include="TSPTour.cs" />
    95     <Compile Include="TSPInjectorView.cs">
    96       <SubType>UserControl</SubType>
    97     </Compile>
    98     <Compile Include="TSPInjectorView.Designer.cs">
    99       <DependentUpon>TSPInjectorView.cs</DependentUpon>
    100     </Compile>
    101     <Compile Include="TSPRoundedEuclideanDistanceMatrixInjector.cs" />
    102     <Compile Include="TSPDistanceMatrixInjectorBase.cs" />
    103     <Compile Include="DistanceMatrixPathTSPEvaluator.cs" />
    104     <Compile Include="PathTSPEvaluatorBase.cs" />
     87    <None Include="HeuristicLabRoutingTSPPlugin.cs.frame" />
    10588    <Compile Include="HeuristicLabRoutingTSPPlugin.cs" />
    10689    <Compile Include="Properties\AssemblyInfo.cs" />
    107     <Compile Include="RoundedEuclideanPathTSPEvaluator.cs" />
    108     <Compile Include="TSPInjector.cs" />
    109     <Compile Include="TSPParser.cs" />
    11090  </ItemGroup>
    11191  <ItemGroup>
    112     <ProjectReference Include="..\..\HeuristicLab.Charting\3.3\HeuristicLab.Charting-3.3.csproj">
    113       <Project>{A8265018-D687-4907-8A36-63B25967A038}</Project>
    114       <Name>HeuristicLab.Charting-3.3</Name>
    115     </ProjectReference>
    11692    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    11793      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     
    155131    <None Include="Properties\AssemblyInfo.frame" />
    156132  </ItemGroup>
    157   <ItemGroup>
    158     <EmbeddedResource Include="TSPTourView.resx">
    159       <DependentUpon>TSPTourView.cs</DependentUpon>
    160       <SubType>Designer</SubType>
    161     </EmbeddedResource>
    162     <EmbeddedResource Include="TSPInjectorView.resx">
    163       <DependentUpon>TSPInjectorView.cs</DependentUpon>
    164       <SubType>Designer</SubType>
    165     </EmbeddedResource>
    166   </ItemGroup>
    167133  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    168134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    179145set Outdir=$(Outdir)
    180146
    181 call PreBuildEvent.cmd</PreBuildEvent>
     147call PreBuildEvent.cmd
     148SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRoutingTSPPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRoutingTSPPlugin.cs"</PreBuildEvent>
    182149  </PropertyGroup>
    183150</Project>
  • trunk/sources/HeuristicLab.Routing.TSP/3.3/Properties/AssemblyInfo.frame

    r1699 r2790  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.