Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 02:37:35 (15 years ago)
Author:
swagner
Message:

Renamed HeuristicLab.Problems.TSP to HeuristicLab.Problems.TravelingSalesman (#924).

Location:
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3
Files:
8 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3

    • Property svn:ignore
      •  

        old new  
        22obj
        33*.user
        4 HeuristicLabProblemsTSPViewsPlugin.cs
         4HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj

    r3157 r3158  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}</ProjectGuid>
     8    <ProjectGuid>{CDA28124-ACD0-4231-8EB0-C510B361F84E}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Problems.TSP.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Problems.TSP.Views-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Problems.TravelingSalesman.Views</RootNamespace>
     12    <AssemblyName>HeuristicLab.Problems.TravelingSalesman.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
    3535  </PropertyGroup>
    3636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4545    <OutputPath>bin\x86\Release\</OutputPath>
    4646    <DefineConstants>TRACE</DefineConstants>
    47     <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
     47    <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
    4848    <Optimize>true</Optimize>
    4949    <DebugType>pdbonly</DebugType>
     
    6262    <OutputPath>bin\x64\Release\</OutputPath>
    6363    <DefineConstants>TRACE</DefineConstants>
    64     <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
     64    <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile>
    6565    <Optimize>true</Optimize>
    6666    <DebugType>pdbonly</DebugType>
     
    8585  </ItemGroup>
    8686  <ItemGroup>
     87    <Compile Include="HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs" />
    8788    <Compile Include="PathTSPTourView.cs">
    8889      <SubType>UserControl</SubType>
     
    9192      <DependentUpon>PathTSPTourView.cs</DependentUpon>
    9293    </Compile>
    93     <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" />
    9494    <Compile Include="TSPLIBImportDialog.cs">
    9595      <SubType>Form</SubType>
     
    108108  <ItemGroup>
    109109    <None Include="HeuristicLab.snk" />
    110     <None Include="HeuristicLabProblemsTSPViewsPlugin.cs.frame" />
     110    <None Include="HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" />
    111111    <None Include="Properties\AssemblyInfo.frame" />
    112112  </ItemGroup>
     
    160160      <Name>HeuristicLab.PluginInfrastructure</Name>
    161161    </ProjectReference>
    162     <ProjectReference Include="..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
    163       <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
    164       <Name>HeuristicLab.Problems.TSP-3.3</Name>
     162    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
     163      <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project>
     164      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
    165165    </ProjectReference>
    166166  </ItemGroup>
     
    180180
    181181call PreBuildEvent.cmd
    182 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs"</PreBuildEvent>
     182SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs"</PreBuildEvent>
    183183  </PropertyGroup>
    184184</Project>
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame

    r3157 r3158  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Problems.TSP.Views {
     24namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Problems.TSP.Views plugin
     26  /// Plugin class for HeuristicLab.Problems.TravelingSalesman.Views plugin
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Problems.TSP.Views", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Problems.TSP.Views-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.TravelingSalesman.Views", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     
    3939  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    4040  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.TSP", "3.3")]
    42   public class HeuristicLabProblemsTSPViewsPlugin : PluginBase {
     41  [PluginDependency("HeuristicLab.Problems.TravelingSalesman", "3.3")]
     42  public class HeuristicLabProblemsTravelingSalesmanViewsPlugin : PluginBase {
    4343  }
    4444}
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs

    r3107 r3158  
    2020#endregion
    2121
    22 namespace HeuristicLab.Problems.TSP.Views {
     22namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2323  partial class PathTSPTourView {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.cs

    r3153 r3158  
    2828using HeuristicLab.MainForm;
    2929
    30 namespace HeuristicLab.Problems.TSP.Views {
     30namespace HeuristicLab.Problems.TravelingSalesman.Views {
    3131  /// <summary>
    3232  /// The base class for visual representations of items.
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/Properties/AssemblyInfo.frame

    r2888 r3158  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Problems.TSP.Views")]
     28[assembly: AssemblyTitle("HeuristicLab.Problems.TravelingSalesman.Views")]
    2929[assembly: AssemblyDescription("Views of the HeuristicLab Traveling Salesman Problem classes")]
    3030[assembly: AssemblyConfiguration("")]
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPLIBImportDialog.Designer.cs

    r3151 r3158  
    2020#endregion
    2121
    22 namespace HeuristicLab.Problems.TSP.Views {
     22namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2323  partial class TSPLIBImportDialog {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPLIBImportDialog.cs

    r3153 r3158  
    2626using HeuristicLab.Data;
    2727
    28 namespace HeuristicLab.Problems.TSP.Views {
     28namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2929  public sealed partial class TSPLIBImportDialog : Form {
    3030    private string tspFileName;
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPView.Designer.cs

    r3153 r3158  
    2020#endregion
    2121
    22 namespace HeuristicLab.Problems.TSP.Views {
     22namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2323  partial class TSPView {
    2424    /// <summary>
     
    5151      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    5252      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    53       this.pathTSPTourView = new HeuristicLab.Problems.TSP.Views.PathTSPTourView();
     53      this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
    5454      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5555      this.tabControl.SuspendLayout();
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPView.cs

    r3153 r3158  
    2626using HeuristicLab.MainForm;
    2727
    28 namespace HeuristicLab.Problems.TSP.Views {
     28namespace HeuristicLab.Problems.TravelingSalesman.Views {
    2929  /// <summary>
    3030  /// The base class for visual representations of items.
Note: See TracChangeset for help on using the changeset viewer.