Changeset 4374 for branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
- Timestamp:
- 09/08/10 17:26:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r4362 r4374 111 111 </ItemGroup> 112 112 <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> 113 119 <Compile Include="HeuristicLabProblemsVehicleRoutingViewsPlugin.cs" /> 114 120 <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> 115 133 <Compile Include="VehicleRoutingProblemView.cs"> 116 134 <SubType>UserControl</SubType> … … 118 136 <Compile Include="VehicleRoutingProblemView.Designer.cs"> 119 137 <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> 120 144 </Compile> 121 145 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.