Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj @ 7888

Last change on this file since 7888 was 7888, checked in by svonolfe, 12 years ago

Added benchmark set of Taillard (#1177)

File size: 11.0 KB
Line 
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)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.VehicleRouting</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.VehicleRouting-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
51    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
52    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
53    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>..\..\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
84    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
88    <OutputPath>..\..\bin\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <CodeAnalysisLogFile>..\..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
100    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
101    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="HeuristicLab.Common-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
106      <Private>False</Private>
107      <EmbedInteropTypes>False</EmbedInteropTypes>
108    </Reference>
109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
112      <EmbedInteropTypes>False</EmbedInteropTypes>
113    </Reference>
114    <Reference Include="HeuristicLab.Problems.Instances-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
116      <Private>False</Private>
117      <EmbedInteropTypes>False</EmbedInteropTypes>
118    </Reference>
119    <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <Private>False</Private>
121      <EmbedInteropTypes>False</EmbedInteropTypes>
122    </Reference>
123    <Reference Include="ICSharpCode.SharpZipLib">
124      <HintPath>..\..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="System" />
128    <Reference Include="System.Core" />
129    <Reference Include="System.Data" />
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="GoldenFormat\ChristofidesInstanceProvider.cs" />
133    <Compile Include="GoldenFormat\KytojokiInstanceProvider.cs" />
134    <Compile Include="GoldenFormat\GoldenInstanceProvider.cs" />
135    <Compile Include="GoldenFormat\GoldenParser.cs" />
136    <Compile Include="GoldenFormat\GoldenFormatInstanceProvider.cs" />
137    <Compile Include="TaillardFormat\TaillardInstanceProvider.cs" />
138    <Compile Include="TaillardFormat\TaillardParser.cs" />
139    <Compile Include="TaillardFormat\TaillardFormatInstanceProvider.cs" />
140    <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" />
141    <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" />
142    <Compile Include="CordeauFormat\CordeauInstanceProvider.cs" />
143    <Compile Include="CordeauFormat\CordeauFormatInstanceProvider.cs" />
144    <Compile Include="LiLimFormat\LiLimInstanceProvider.cs" />
145    <Compile Include="LiLimFormat\LiLimFormatInstanceProvider.cs" />
146    <Compile Include="SolomonFormat\HombergerInstanceProvider.cs" />
147    <Compile Include="LiLimFormat\LiLimParser.cs" />
148    <Compile Include="CordeauFormat\CordeauParser.cs" />
149    <Compile Include="SolomonFormat\SolomonInstanceProvider.cs" />
150    <Compile Include="SolomonFormat\SolomonFormatInstanceProvider.cs" />
151    <Compile Include="SolomonFormat\SolomonParser.cs" />
152    <Compile Include="TSPLibFormat\TSPLibFormatInstanceProvider.cs" />
153    <Compile Include="VRPInstanceProvider.cs" />
154    <Compile Include="VRPDataDescriptor.cs" />
155    <EmbeddedResource Include="Data\Augerat.opt.zip" />
156    <EmbeddedResource Include="Data\Augerat.zip" />
157    <EmbeddedResource Include="Data\ChristofidesEilon.opt.zip" />
158    <EmbeddedResource Include="Data\ChristofidesEilon.zip" />
159    <EmbeddedResource Include="Data\Solomon.zip" />
160    <EmbeddedResource Include="Data\Homberger.zip" />
161    <EmbeddedResource Include="Data\LiLim.zip" />
162    <EmbeddedResource Include="Data\Cordeau.zip" />
163    <EmbeddedResource Include="Data\Golden.zip" />
164    <EmbeddedResource Include="Data\Christofides.zip" />
165    <EmbeddedResource Include="Data\Kytojoki.zip" />
166    <EmbeddedResource Include="Data\Taillard.opt.zip" />
167    <EmbeddedResource Include="Data\Taillard.zip" />
168    <None Include="Plugin.cs.frame" />
169    <Compile Include="Plugin.cs" />
170    <Compile Include="Properties\AssemblyInfo.cs" />
171    <None Include="Properties\AssemblyInfo.cs.frame" />
172  </ItemGroup>
173  <ItemGroup>
174    <None Include="HeuristicLab.snk" />
175  </ItemGroup>
176  <ItemGroup />
177  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178  <PropertyGroup>
179    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
180set ProjectDir=$(ProjectDir)
181set SolutionDir=$(SolutionDir)
182set Outdir=$(Outdir)
183
184call PreBuildEvent.cmd</PreBuildEvent>
185  </PropertyGroup>
186  <PropertyGroup>
187    <PostBuildEvent>
188    </PostBuildEvent>
189  </PropertyGroup>
190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191       Other similar extension points exist, see Microsoft.Common.targets.
192  <Target Name="BeforeBuild">
193  </Target>
194  <Target Name="AfterBuild">
195  </Target>
196  -->
197</Project>
Note: See TracBrowser for help on using the repository browser.