Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/19 15:41:46 (5 years ago)
Author:
abeham
Message:

#2521: Worked on PTSP refactoring

File:
1 edited

Legend:

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

    r16723 r17260  
    8888      <Private>False</Private>
    8989    </ProjectReference>
     90    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     91      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
     92      <Name>HeuristicLab.Data.Views-3.3</Name>
     93    </ProjectReference>
    9094    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    9195      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     
    138142      <Private>False</Private>
    139143    </ProjectReference>
     144    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman.Views\3.3\HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj">
     145      <Project>{cda28124-acd0-4231-8eb0-c510b361f84e}</Project>
     146      <Name>HeuristicLab.Problems.TravelingSalesman.Views-3.3</Name>
     147      <Private>False</Private>
     148    </ProjectReference>
     149    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
     150      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
     151      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
     152      <Private>False</Private>
     153    </ProjectReference>
    140154    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    141155      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     
    143157      <Private>False</Private>
    144158    </ProjectReference>
     159    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    145160    <Reference Include="System" />
    146161    <Reference Include="System.Core" />
     
    154169  </ItemGroup>
    155170  <ItemGroup>
    156     <Compile Include="PathPTSPTourView.cs">
    157       <SubType>UserControl</SubType>
    158     </Compile>
    159     <Compile Include="PathPTSPTourView.Designer.cs">
    160       <DependentUpon>PathPTSPTourView.cs</DependentUpon>
     171    <Compile Include="CoordinatesPTSPDataView.cs">
     172      <SubType>UserControl</SubType>
     173    </Compile>
     174    <Compile Include="CoordinatesPTSPDataView.Designer.cs">
     175      <DependentUpon>CoordinatesPTSPDataView.cs</DependentUpon>
     176    </Compile>
     177    <Compile Include="EuclideanPTSPDataView.cs">
     178      <SubType>UserControl</SubType>
     179    </Compile>
     180    <Compile Include="EuclideanPTSPDataView.Designer.cs">
     181      <DependentUpon>EuclideanPTSPDataView.cs</DependentUpon>
     182    </Compile>
     183    <Compile Include="MatrixPTSPDataView.cs">
     184      <SubType>UserControl</SubType>
     185    </Compile>
     186    <Compile Include="MatrixPTSPDataView.Designer.cs">
     187      <DependentUpon>MatrixPTSPDataView.cs</DependentUpon>
     188    </Compile>
     189    <Compile Include="ProbabilisticTSPSolutionView.cs">
     190      <SubType>UserControl</SubType>
     191    </Compile>
     192    <Compile Include="ProbabilisticTSPSolutionView.Designer.cs">
     193      <DependentUpon>ProbabilisticTSPSolutionView.cs</DependentUpon>
    161194    </Compile>
    162195    <Compile Include="Plugin.cs" />
    163196    <Compile Include="Properties\AssemblyInfo.cs" />
    164     <Compile Include="ProbabilisticTravelingSalesmanProblemView.cs">
    165       <SubType>UserControl</SubType>
    166     </Compile>
    167     <Compile Include="ProbabilisticTravelingSalesmanProblemView.Designer.cs">
    168       <DependentUpon>ProbabilisticTravelingSalesmanProblemView.cs</DependentUpon>
    169     </Compile>
    170197  </ItemGroup>
    171198  <ItemGroup>
     
    173200    <None Include="Plugin.cs.frame" />
    174201    <None Include="Properties\AssemblyInfo.cs.frame" />
     202  </ItemGroup>
     203  <ItemGroup>
     204    <EmbeddedResource Include="MatrixPTSPDataView.resx">
     205      <DependentUpon>MatrixPTSPDataView.cs</DependentUpon>
     206    </EmbeddedResource>
    175207  </ItemGroup>
    176208  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.