Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 01:38:51 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.Routing.TSP to HeuristicLab.Problems.TSP
Location:
trunk/sources/HeuristicLab.Problems.TSP.Views
Files:
1 added
1 copied
1 moved

Legend:

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

    • Property svn:ignore
      •  

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

    r2882 r2883  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Routing.TSP.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Routing.TSP.Views-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Problems.TSP.Views</RootNamespace>
     12    <AssemblyName>HeuristicLab.Problems.TSP.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.Routing.TSP.Views-3.3.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
    3535  </PropertyGroup>
    3636  <ItemGroup>
     
    5151  </ItemGroup>
    5252  <ItemGroup>
    53     <Compile Include="HeuristicLabRoutingTSPViewsPlugin.cs" />
     53    <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" />
    5454    <Compile Include="TSPView.cs">
    5555      <SubType>UserControl</SubType>
     
    6262  <ItemGroup>
    6363    <None Include="HeuristicLab.snk" />
    64     <None Include="HeuristicLabRoutingTSPViewsPlugin.cs.frame" />
     64    <None Include="HeuristicLabProblemsTSPViewsPlugin.cs.frame" />
    6565    <None Include="Properties\AssemblyInfo.frame" />
    6666  </ItemGroup>
     
    9898      <Name>HeuristicLab.PluginInfrastructure</Name>
    9999    </ProjectReference>
    100     <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.3\HeuristicLab.Routing.TSP-3.3.csproj">
     100    <ProjectReference Include="..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
    101101      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
    102102      <Name>HeuristicLab.Routing.TSP-3.3</Name>
     
    118118
    119119call PreBuildEvent.cmd
    120 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRoutingTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRoutingTSPViewsPlugin.cs"</PreBuildEvent>
     120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs"</PreBuildEvent>
    121121  </PropertyGroup>
    122122</Project>
Note: See TracChangeset for help on using the changeset viewer.