Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/19 21:35:59 (5 years ago)
Author:
abeham
Message:

#2521: working on TSP refactoring

Location:
branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3
Files:
6 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj

    r17241 r17248  
    105105  </PropertyGroup>
    106106  <ItemGroup>
     107    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     108    <Reference Include="Microsoft.CSharp" />
    107109    <Reference Include="System" />
    108110    <Reference Include="System.Core">
     
    121123  </ItemGroup>
    122124  <ItemGroup>
    123     <Compile Include="PathTSPTourView.cs">
     125    <Compile Include="MatrixTSPDataView.cs">
    124126      <SubType>UserControl</SubType>
    125127    </Compile>
    126     <Compile Include="PathTSPTourView.Designer.cs">
    127       <DependentUpon>PathTSPTourView.cs</DependentUpon>
     128    <Compile Include="MatrixTSPDataView.Designer.cs">
     129      <DependentUpon>MatrixTSPDataView.cs</DependentUpon>
     130    </Compile>
     131    <Compile Include="TSPSolutionView.cs">
     132      <SubType>UserControl</SubType>
     133    </Compile>
     134    <Compile Include="TSPSolutionView.Designer.cs">
     135      <DependentUpon>TSPSolutionView.cs</DependentUpon>
    128136    </Compile>
    129137    <Compile Include="Plugin.cs" />
     
    173181      <Private>False</Private>
    174182    </ProjectReference>
     183    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     184      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
     185      <Name>HeuristicLab.Data.Views-3.3</Name>
     186    </ProjectReference>
    175187    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    176188      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     
    223235      <Private>False</Private>
    224236    </ProjectReference>
     237  </ItemGroup>
     238  <ItemGroup>
     239    <EmbeddedResource Include="MatrixTSPDataView.resx">
     240      <DependentUpon>MatrixTSPDataView.cs</DependentUpon>
     241    </EmbeddedResource>
     242    <EmbeddedResource Include="TSPSolutionView.resx">
     243      <DependentUpon>TSPSolutionView.cs</DependentUpon>
     244    </EmbeddedResource>
    225245  </ItemGroup>
    226246  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.