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 @ 7882

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

Incorporated review comments of abeham (#1177)

File size: 9.8 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    </Reference>
107    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Problems.Instances-3.3">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
114    <Reference Include="ICSharpCode.SharpZipLib">
115      <HintPath>..\..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
116    </Reference>
117    <Reference Include="System" />
118    <Reference Include="System.Core" />
119    <Reference Include="System.Data" />
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" />
123    <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" />
124    <Compile Include="CordeauFormat\CordeauInstanceProvider.cs" />
125    <Compile Include="CordeauFormat\CordeauFormatInstanceProvider.cs" />
126    <Compile Include="LiLimFormat\LiLimInstanceProvider.cs" />
127    <Compile Include="LiLimFormat\LiLimFormatInstanceProvider.cs" />
128    <Compile Include="SolomonFormat\HombergerInstanceProvider.cs" />
129    <Compile Include="LiLimFormat\LiLimParser.cs" />
130    <Compile Include="CordeauFormat\CordeauParser.cs" />
131    <Compile Include="SolomonFormat\SolomonInstanceProvider.cs" />
132    <Compile Include="SolomonFormat\SolomonFormatInstanceProvider.cs" />
133    <Compile Include="SolomonFormat\SolomonParser.cs" />
134    <Compile Include="TSPLibFormat\TSPLibFormatInstanceProvider.cs" />
135    <Compile Include="VRPInstanceProvider.cs" />
136    <Compile Include="VRPDataDescriptor.cs" />
137    <EmbeddedResource Include="Data\Augerat.opt.zip" />
138    <EmbeddedResource Include="Data\Augerat.zip" />
139    <EmbeddedResource Include="Data\ChristofidesEilon.opt.zip" />
140    <EmbeddedResource Include="Data\ChristofidesEilon.zip" />
141    <EmbeddedResource Include="Data\Solomon.zip" />
142    <EmbeddedResource Include="Data\Homberger.zip" />
143    <EmbeddedResource Include="Data\LiLim.zip" />
144    <EmbeddedResource Include="Data\Cordeau.zip" />
145    <None Include="Plugin.cs.frame" />
146    <Compile Include="Plugin.cs" />
147    <Compile Include="Properties\AssemblyInfo.cs" />
148    <None Include="Properties\AssemblyInfo.cs.frame" />
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="HeuristicLab.snk" />
152  </ItemGroup>
153  <ItemGroup />
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <PropertyGroup>
156    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
157set ProjectDir=$(ProjectDir)
158set SolutionDir=$(SolutionDir)
159set Outdir=$(Outdir)
160
161call PreBuildEvent.cmd</PreBuildEvent>
162  </PropertyGroup>
163  <PropertyGroup>
164    <PostBuildEvent>
165    </PostBuildEvent>
166  </PropertyGroup>
167  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168       Other similar extension points exist, see Microsoft.Common.targets.
169  <Target Name="BeforeBuild">
170  </Target>
171  <Target Name="AfterBuild">
172  </Target>
173  -->
174</Project>
Note: See TracBrowser for help on using the repository browser.