- Timestamp:
- 07/24/12 17:41:24 (12 years ago)
- Location:
- branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3/HeuristicLab.Algorithms.GraphRouting.csproj
r8308 r8321 57 57 </ItemGroup> 58 58 <ItemGroup> 59 <Compile Include="AStarAlgorithm.cs" /> 59 60 <Compile Include="DijkstraAlgorithm.cs" /> 60 61 <Compile Include="GraphRoutingAlgorithm.cs" /> 61 62 <Compile Include="IRouter.cs" /> 63 <Compile Include="Pair.cs" /> 62 64 <Compile Include="Plugin.cs" /> 65 <Compile Include="PriorityQueue.cs" /> 63 66 <Compile Include="Properties\AssemblyInfo.cs" /> 64 67 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.