1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{004241D1-2127-4489-9DFB-9F7707983371}</ProjectGuid>
|
---|
9 | <OutputType>Exe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.RoutePlanning.Test</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.RoutePlanning.Test</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | </PropertyGroup>
|
---|
17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
18 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
19 | <DebugSymbols>true</DebugSymbols>
|
---|
20 | <DebugType>full</DebugType>
|
---|
21 | <Optimize>false</Optimize>
|
---|
22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
24 | <ErrorReport>prompt</ErrorReport>
|
---|
25 | <WarningLevel>4</WarningLevel>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
28 | <PlatformTarget>x86</PlatformTarget>
|
---|
29 | <DebugType>pdbonly</DebugType>
|
---|
30 | <Optimize>true</Optimize>
|
---|
31 | <OutputPath>bin\Release\</OutputPath>
|
---|
32 | <DefineConstants>TRACE</DefineConstants>
|
---|
33 | <ErrorReport>prompt</ErrorReport>
|
---|
34 | <WarningLevel>4</WarningLevel>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <OutputPath>bin\Debug\</OutputPath>
|
---|
39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
40 | <DebugType>full</DebugType>
|
---|
41 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
42 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.RoutePlanning.Test.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
43 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
44 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
47 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
48 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
49 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
50 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
51 | </PropertyGroup>
|
---|
52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
---|
53 | <OutputPath>bin\Release\</OutputPath>
|
---|
54 | <DefineConstants>TRACE</DefineConstants>
|
---|
55 | <Optimize>true</Optimize>
|
---|
56 | <DebugType>pdbonly</DebugType>
|
---|
57 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
58 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.RoutePlanning.Test.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
59 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
60 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
61 | <ErrorReport>prompt</ErrorReport>
|
---|
62 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
63 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
64 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
65 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
66 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
67 | </PropertyGroup>
|
---|
68 | <ItemGroup>
|
---|
69 | <Reference Include="System" />
|
---|
70 | <Reference Include="System.Core" />
|
---|
71 | <Reference Include="System.Xml.Linq" />
|
---|
72 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
73 | <Reference Include="Microsoft.CSharp" />
|
---|
74 | <Reference Include="System.Data" />
|
---|
75 | <Reference Include="System.Xml" />
|
---|
76 | </ItemGroup>
|
---|
77 | <ItemGroup>
|
---|
78 | <Compile Include="Program.cs" />
|
---|
79 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
80 | </ItemGroup>
|
---|
81 | <ItemGroup>
|
---|
82 | <None Include="OsmTestFiles\test.osm" />
|
---|
83 | <None Include="OsmTestFiles\testNode1.osm" />
|
---|
84 | <None Include="OsmTestFiles\testRelation1.osm" />
|
---|
85 | <None Include="OsmTestFiles\testWay1.osm" />
|
---|
86 | <None Include="OsmTestFiles\test_mid.osm" />
|
---|
87 | </ItemGroup>
|
---|
88 | <ItemGroup>
|
---|
89 | <ProjectReference Include="..\HeuristicLab.Algorithms.GraphRouting\3.3\HeuristicLab.Algorithms.GraphRouting.csproj">
|
---|
90 | <Project>{4FE72407-6CAA-4F41-9F2D-D45FDA19ED3C}</Project>
|
---|
91 | <Name>HeuristicLab.Algorithms.GraphRouting</Name>
|
---|
92 | </ProjectReference>
|
---|
93 | <ProjectReference Include="..\HeuristicLab.Problems.RoutePlanning\3.3\HeuristicLab.Problems.RoutePlanning.csproj">
|
---|
94 | <Project>{E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}</Project>
|
---|
95 | <Name>HeuristicLab.Problems.RoutePlanning</Name>
|
---|
96 | </ProjectReference>
|
---|
97 | </ItemGroup>
|
---|
98 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
100 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
101 | <Target Name="BeforeBuild">
|
---|
102 | </Target>
|
---|
103 | <Target Name="AfterBuild">
|
---|
104 | </Target>
|
---|
105 | -->
|
---|
106 | </Project> |
---|