Changeset 8290
- Timestamp:
- 07/12/12 19:52:53 (12 years ago)
- 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 48 48 <Reference Include="System" /> 49 49 <Reference Include="System.Core" /> 50 <Reference Include="System.Drawing" /> 50 51 <Reference Include="System.Xml.Linq" /> 51 52 <Reference Include="System.Data.DataSetExtensions" /> … … 55 56 </ItemGroup> 56 57 <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" /> 57 63 <Compile Include="Plugin.cs" /> 58 64 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.