Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8290


Ignore:
Timestamp:
07/12/12 19:52:53 (12 years ago)
Author:
spimming
Message:

#1984: core data types for osm graphs implemented

Location:
branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/HeuristicLab.Problems.RoutePlanning.csproj

    r8285 r8290  
    4848    <Reference Include="System" />
    4949    <Reference Include="System.Core" />
     50    <Reference Include="System.Drawing" />
    5051    <Reference Include="System.Xml.Linq" />
    5152    <Reference Include="System.Data.DataSetExtensions" />
     
    5556  </ItemGroup>
    5657  <ItemGroup>
     58    <Compile Include="Osm\Node.cs" />
     59    <Compile Include="Osm\OsmBase.cs" />
     60    <Compile Include="Osm\PointD.cs" />
     61    <Compile Include="Osm\Tags.cs" />
     62    <Compile Include="Osm\Way.cs" />
    5763    <Compile Include="Plugin.cs" />
    5864    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.