Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/10 17:26:26 (14 years ago)
Author:
svonolfe
Message:

Added analyzers and views (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj

    r4362 r4374  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="CVRPTWView.cs">
     114      <SubType>UserControl</SubType>
     115    </Compile>
     116    <Compile Include="CVRPTWView.Designer.cs">
     117      <DependentUpon>CVRPTWView.cs</DependentUpon>
     118    </Compile>
    113119    <Compile Include="HeuristicLabProblemsVehicleRoutingViewsPlugin.cs" />
    114120    <Compile Include="Properties\AssemblyInfo.cs" />
     121    <Compile Include="SingleDepotVRPView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="SingleDepotVRPView.Designer.cs">
     125      <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
     126    </Compile>
     127    <Compile Include="VRPProblemInstanceView.cs">
     128      <SubType>UserControl</SubType>
     129    </Compile>
     130    <Compile Include="VRPProblemInstanceView.Designer.cs">
     131      <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
     132    </Compile>
    115133    <Compile Include="VehicleRoutingProblemView.cs">
    116134      <SubType>UserControl</SubType>
     
    118136    <Compile Include="VehicleRoutingProblemView.Designer.cs">
    119137      <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
     138    </Compile>
     139    <Compile Include="VRPSolutionView.cs">
     140      <SubType>UserControl</SubType>
     141    </Compile>
     142    <Compile Include="VRPSolutionView.Designer.cs">
     143      <DependentUpon>VRPSolutionView.cs</DependentUpon>
    120144    </Compile>
    121145  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.