Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj @ 9363

Last change on this file since 9363 was 9363, checked in by spimming, 11 years ago

#1888:

  • Merged revisions from trunk
File size: 11.4 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>{8C265E11-4F8D-4CED-9E6B-F400A0075C18}</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>..\..\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="ICSharpCode.SharpZipLib">
105    <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
106    <Private>False</Private>
107  </Reference>
108    <Reference Include="System" />
109    <Reference Include="System.Core" />
110    <Reference Include="System.Data" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="GoldenFormat\ChristofidesInstanceProvider.cs" />
114    <Compile Include="GoldenFormat\KytojokiInstanceProvider.cs" />
115    <Compile Include="GoldenFormat\GoldenInstanceProvider.cs" />
116    <Compile Include="GoldenFormat\GoldenParser.cs" />
117    <Compile Include="GoldenFormat\GoldenFormatInstanceProvider.cs" />
118    <Compile Include="IVRPInstanceProvider.cs" />
119    <Compile Include="TaillardFormat\TaillardInstanceProvider.cs" />
120    <Compile Include="TaillardFormat\TaillardParser.cs" />
121    <Compile Include="TaillardFormat\TaillardFormatInstanceProvider.cs" />
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    <EmbeddedResource Include="Data\Golden.zip" />
146    <EmbeddedResource Include="Data\Christofides.zip" />
147    <EmbeddedResource Include="Data\Kytojoki.zip" />
148    <EmbeddedResource Include="Data\Taillard.opt.zip" />
149    <EmbeddedResource Include="Data\Taillard.zip" />
150    <None Include="Plugin.cs.frame" />
151    <Compile Include="Plugin.cs" />
152    <Compile Include="Properties\AssemblyInfo.cs" />
153    <None Include="Properties\AssemblyInfo.cs.frame" />
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="HeuristicLab.snk" />
157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
160      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
161      <Name>HeuristicLab.Common-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
165      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
166      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">
170      <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>
171      <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
175      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
176      <Name>HeuristicLab.Problems.Instances-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179  </ItemGroup>
180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181  <PropertyGroup>
182   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
183set ProjectDir=$(ProjectDir)
184set SolutionDir=$(SolutionDir)
185set Outdir=$(Outdir)
186
187call PreBuildEvent.cmd</PreBuildEvent>
188<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
189export ProjectDir=$(ProjectDir)
190export SolutionDir=$(SolutionDir)
191
192$SolutionDir/PreBuildEvent.sh
193</PreBuildEvent>
194  </PropertyGroup>
195  <PropertyGroup>
196    <PostBuildEvent>
197    </PostBuildEvent>
198  </PropertyGroup>
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>
Note: See TracBrowser for help on using the repository browser.