Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj @ 17434

Last change on this file since 17434 was 17434, checked in by bburlacu, 4 years ago

#1772: Merge trunk changes and fix all errors and compilation warnings.

File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.TravelingSalesman</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.TravelingSalesman-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
21    <TargetFrameworkProfile>
22    </TargetFrameworkProfile>
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <DocumentationFile>
48    </DocumentationFile>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51    <UseVSHostingProcess>false</UseVSHostingProcess>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54    <DebugType>pdbonly</DebugType>
55    <Optimize>true</Optimize>
56    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <ErrorReport>prompt</ErrorReport>
59    <WarningLevel>4</WarningLevel>
60    <DocumentationFile>
61    </DocumentationFile>
62    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64    <Prefer32Bit>false</Prefer32Bit>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
67    <DebugSymbols>true</DebugSymbols>
68    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74    <Prefer32Bit>false</Prefer32Bit>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
77    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
79    <DocumentationFile>
80    </DocumentationFile>
81    <Optimize>true</Optimize>
82    <DebugType>pdbonly</DebugType>
83    <PlatformTarget>x86</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <Prefer32Bit>false</Prefer32Bit>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
89    <DebugSymbols>true</DebugSymbols>
90    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
91    <DefineConstants>DEBUG;TRACE</DefineConstants>
92    <DebugType>full</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96    <Prefer32Bit>false</Prefer32Bit>
97  </PropertyGroup>
98  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
99    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
100    <DefineConstants>TRACE</DefineConstants>
101    <DocumentationFile>
102    </DocumentationFile>
103    <Optimize>true</Optimize>
104    <DebugType>pdbonly</DebugType>
105    <PlatformTarget>x64</PlatformTarget>
106    <ErrorReport>prompt</ErrorReport>
107    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
108    <Prefer32Bit>false</Prefer32Bit>
109  </PropertyGroup>
110  <ItemGroup>
111    <Reference Include="HeuristicLab.Analysis-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Collections-3.3">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common-3.3">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Common.Resources-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Data-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Operators-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.Optimization-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
150      <Private>False</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.Parameters-3.3">
153      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
154      <Private>False</Private>
155    </Reference>
156    <Reference Include="HeuristicLab.Persistence-3.3">
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
158      <Private>False</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.Instances-3.3">
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="System" />
169    <Reference Include="System.Core">
170      <RequiredTargetFramework>3.5</RequiredTargetFramework>
171    </Reference>
172    <Reference Include="System.Data" />
173    <Reference Include="System.Drawing" />
174    <Reference Include="System.Windows.Forms" />
175    <Reference Include="System.Xml" />
176  </ItemGroup>
177  <ItemGroup>
178    <Compile Include="Analyzers\BestTSPSolutionAnalyzer.cs" />
179    <Compile Include="Analyzers\TSPGenealogyAnalyzer.cs" />
180    <Compile Include="Analyzers\TSPPopulationDiversityAnalyzer.cs" />
181    <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" />
182    <Compile Include="DistanceMatrix.cs" />
183    <Compile Include="Evaluators\TSPDistanceMatrixEvaluator.cs" />
184    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
185    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
186    <Compile Include="Evaluators\TSPUpperEuclideanPathEvaluator.cs" />
187    <Compile Include="Improvers\TSPImprovementOperator.cs" />
188    <Compile Include="Interfaces\ITSPDistanceMatrixEvaluator.cs" />
189    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveDistanceMatrixEvaluator.cs" />
190    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" />
191    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" />
192    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMovePathEvaluator.cs" />
193    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveRoundedEuclideanPathEvaluator.cs" />
194    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveEuclideanPathEvaluator.cs" />
195    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveGeoPathEvaluator.cs" />
196    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveDistanceMatrixEvaluator.cs" />
197    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMovePathEvaluator.cs" />
198    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveRoundedEuclideanPathEvaluator.cs" />
199    <Compile Include="PathRelinkers\TSPMultipleGuidesPathRelinker.cs" />
200    <Compile Include="PathRelinkers\TSPPathRelinker.cs" />
201    <Compile Include="PathRelinkers\TSPSimultaneousPathRelinker.cs" />
202    <Compile Include="Plugin.cs" />
203    <Compile Include="SimilarityCalculators\TSPSimilarityCalculator.cs" />
204    <Compile Include="TravelingSalesmanProblem.cs" />
205    <Compile Include="PathTSPTour.cs" />
206    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
207    <Compile Include="Evaluators\TSPEvaluator.cs" />
208    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
209    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
210    <Compile Include="Interfaces\ITSPEvaluator.cs" />
211    <Compile Include="Interfaces\ITSPMoveEvaluator.cs" />
212    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
213    <Compile Include="Interfaces\ITSPPathMoveEvaluator.cs" />
214    <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" />
215    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
216    <Compile Include="Properties\AssemblyInfo.cs" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="HeuristicLab.snk" />
220    <None Include="Plugin.cs.frame" />
221    <None Include="Properties\AssemblyInfo.cs.frame" />
222  </ItemGroup>
223  <ItemGroup>
224    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
225      <Visible>False</Visible>
226      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
227      <Install>false</Install>
228    </BootstrapperPackage>
229    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 3.5 SP1</ProductName>
232      <Install>true</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
235      <Visible>False</Visible>
236      <ProductName>Windows Installer 3.1</ProductName>
237      <Install>true</Install>
238    </BootstrapperPackage>
239  </ItemGroup>
240  <ItemGroup>
241    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
242      <SpecificVersion>False</SpecificVersion>
243      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
244      <Private>False</Private>
245    </Reference>
246  </ItemGroup>
247  <ItemGroup>
248    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
249      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
250      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
251    </ProjectReference>
252  </ItemGroup>
253  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
254  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
255       Other similar extension points exist, see Microsoft.Common.targets.
256  <Target Name="BeforeBuild">
257  </Target>
258  <Target Name="AfterBuild">
259  </Target>
260  -->
261  <PropertyGroup>
262    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
263set ProjectDir=$(ProjectDir)
264set SolutionDir=$(SolutionDir)
265set Outdir=$(Outdir)
266
267call PreBuildEvent.cmd
268</PreBuildEvent>
269    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
270export ProjectDir=$(ProjectDir)
271export SolutionDir=$(SolutionDir)
272
273$SolutionDir/PreBuildEvent.sh
274</PreBuildEvent>
275  </PropertyGroup>
276</Project>
Note: See TracBrowser for help on using the repository browser.