Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RoutePlanning/RoutePlanning.sln @ 8293

Last change on this file since 8293 was 8293, checked in by spimming, 12 years ago

#1894:

  • new default constructor for osm base types
  • defined common interface for data sources
  • implemented xml data source
  • added test project with osm test files
File size: 3.7 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.RoutePlanning", "HeuristicLab.Problems.RoutePlanning\3.3\HeuristicLab.Problems.RoutePlanning.csproj", "{E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.RoutePlanning.Views", "HeuristicLab.Problems.RoutePlanning.Views\3.3\HeuristicLab.Problems.RoutePlanning.Views.csproj", "{0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.RoutePlanning.Test", "HeuristicLab.Problems.RoutePlanning.Test\HeuristicLab.Problems.RoutePlanning.Test.csproj", "{004241D1-2127-4489-9DFB-9F7707983371}"
9EndProject
10Global
11  GlobalSection(SolutionConfigurationPlatforms) = preSolution
12    Debug|Any CPU = Debug|Any CPU
13    Debug|Mixed Platforms = Debug|Mixed Platforms
14    Debug|x86 = Debug|x86
15    Release|Any CPU = Release|Any CPU
16    Release|Mixed Platforms = Release|Mixed Platforms
17    Release|x86 = Release|x86
18  EndGlobalSection
19  GlobalSection(ProjectConfigurationPlatforms) = postSolution
20    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
23    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
24    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Debug|x86.ActiveCfg = Debug|Any CPU
25    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Release|Any CPU.ActiveCfg = Release|Any CPU
26    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Release|Any CPU.Build.0 = Release|Any CPU
27    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
28    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
29    {E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}.Release|x86.ActiveCfg = Release|Any CPU
30    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
32    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
33    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
34    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Debug|x86.ActiveCfg = Debug|Any CPU
35    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
36    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Release|Any CPU.Build.0 = Release|Any CPU
37    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
38    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
39    {0C6B9F99-DBC1-49BE-B90A-36CB86DD1D0C}.Release|x86.ActiveCfg = Release|Any CPU
40    {004241D1-2127-4489-9DFB-9F7707983371}.Debug|Any CPU.ActiveCfg = Debug|x86
41    {004241D1-2127-4489-9DFB-9F7707983371}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
42    {004241D1-2127-4489-9DFB-9F7707983371}.Debug|Mixed Platforms.Build.0 = Debug|x86
43    {004241D1-2127-4489-9DFB-9F7707983371}.Debug|x86.ActiveCfg = Debug|x86
44    {004241D1-2127-4489-9DFB-9F7707983371}.Debug|x86.Build.0 = Debug|x86
45    {004241D1-2127-4489-9DFB-9F7707983371}.Release|Any CPU.ActiveCfg = Release|x86
46    {004241D1-2127-4489-9DFB-9F7707983371}.Release|Mixed Platforms.ActiveCfg = Release|x86
47    {004241D1-2127-4489-9DFB-9F7707983371}.Release|Mixed Platforms.Build.0 = Release|x86
48    {004241D1-2127-4489-9DFB-9F7707983371}.Release|x86.ActiveCfg = Release|x86
49    {004241D1-2127-4489-9DFB-9F7707983371}.Release|x86.Build.0 = Release|x86
50  EndGlobalSection
51  GlobalSection(SolutionProperties) = preSolution
52    HideSolutionNode = FALSE
53  EndGlobalSection
54EndGlobal
Note: See TracBrowser for help on using the repository browser.