- Timestamp:
- 06/06/11 11:23:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Scheduling/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj
r5832 r6364 96 96 </PropertyGroup> 97 97 <ItemGroup> 98 <Reference Include="HeuristicLab.Problems.Scheduling-3.3"> 99 <HintPath>..\..\HeuristicLab.Problems.Scheduling\3.3\bin\Debug\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath> 100 </Reference> 101 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 98 102 <Reference Include="System" /> 99 103 <Reference Include="System.Core"> … … 102 106 <Reference Include="System.Drawing" /> 103 107 <Reference Include="System.Windows.Forms" /> 108 <Reference Include="System.Windows.Forms.DataVisualization" /> 104 109 <Reference Include="System.Xml.Linq"> 105 110 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 190 195 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 191 196 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 197 </ProjectReference> 198 <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling.Views\3.3\HeuristicLab.Problems.Scheduling.Views-3.3.csproj"> 199 <Project>{78763A4E-E163-48C2-98EB-709760D06F25}</Project> 200 <Name>HeuristicLab.Problems.Scheduling.Views-3.3</Name> 192 201 </ProjectReference> 193 202 <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj"> … … 212 221 <Install>true</Install> 213 222 </BootstrapperPackage> 223 </ItemGroup> 224 <ItemGroup> 225 <EmbeddedResource Include="PathTSPTourView.resx"> 226 <DependentUpon>PathTSPTourView.cs</DependentUpon> 227 </EmbeddedResource> 214 228 </ItemGroup> 215 229 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.