Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj @ 10300

Last change on this file since 10300 was 10300, checked in by bburlacu, 11 years ago

#1772: Cleaned up the design of the generic genealogy analyzer and related classes, created generic genealogy graph view. Added instrumentation code to TravelingSalesmapProblem.cs allowing genealogy tracking. Merged trunk changes (instrumentation for multi operators).

File size: 12.2 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.0</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\sources\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  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
84    <DebugSymbols>true</DebugSymbols>
85    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
86    <DefineConstants>DEBUG;TRACE</DefineConstants>
87    <DebugType>full</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
93    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <DocumentationFile>
96    </DocumentationFile>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <ErrorReport>prompt</ErrorReport>
101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="HeuristicLab.Analysis-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Collections-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Common.Resources-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Data-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Operators-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Optimization-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Parameters-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Persistence-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.Instances-3.3">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
159      <Private>False</Private>
160    </Reference>
161    <Reference Include="System" />
162    <Reference Include="System.Core">
163      <RequiredTargetFramework>3.5</RequiredTargetFramework>
164    </Reference>
165    <Reference Include="System.Data" />
166    <Reference Include="System.Drawing" />
167    <Reference Include="System.Windows.Forms" />
168    <Reference Include="System.Xml" />
169  </ItemGroup>
170  <ItemGroup>
171    <Compile Include="Analyzers\BestTSPSolutionAnalyzer.cs" />
172    <Compile Include="Analyzers\TSPGenealogyAnalyzer.cs" />
173    <Compile Include="Analyzers\TSPPopulationDiversityAnalyzer.cs" />
174    <Compile Include="Analyzers\TSPAlleleFrequencyAnalyzer.cs" />
175    <Compile Include="DistanceMatrix.cs" />
176    <Compile Include="Evaluators\TSPDistanceMatrixEvaluator.cs" />
177    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
178    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
179    <Compile Include="Evaluators\TSPUpperEuclideanPathEvaluator.cs" />
180    <Compile Include="Improvers\TSPImprovementOperator.cs" />
181    <Compile Include="Interfaces\ITSPDistanceMatrixEvaluator.cs" />
182    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" />
183    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" />
184    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMovePathEvaluator.cs" />
185    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveRoundedEuclideanPathEvaluator.cs" />
186    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveEuclideanPathEvaluator.cs" />
187    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveGeoPathEvaluator.cs" />
188    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMovePathEvaluator.cs" />
189    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveRoundedEuclideanPathEvaluator.cs" />
190    <Compile Include="PathRelinkers\TSPMultipleGuidesPathRelinker.cs" />
191    <Compile Include="PathRelinkers\TSPPathRelinker.cs" />
192    <Compile Include="PathRelinkers\TSPSimultaneousPathRelinker.cs" />
193    <Compile Include="Plugin.cs" />
194    <Compile Include="SimilarityCalculators\TSPSimilarityCalculator.cs" />
195    <Compile Include="TravelingSalesmanProblem.cs" />
196    <Compile Include="PathTSPTour.cs" />
197    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
198    <Compile Include="Evaluators\TSPEvaluator.cs" />
199    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
200    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
201    <Compile Include="Interfaces\ITSPEvaluator.cs" />
202    <Compile Include="Interfaces\ITSPMoveEvaluator.cs" />
203    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
204    <Compile Include="Interfaces\ITSPPathMoveEvaluator.cs" />
205    <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" />
206    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
207    <Compile Include="Properties\AssemblyInfo.cs" />
208  </ItemGroup>
209  <ItemGroup>
210    <None Include="HeuristicLab.snk" />
211    <None Include="Plugin.cs.frame" />
212    <None Include="Properties\AssemblyInfo.cs.frame" />
213  </ItemGroup>
214  <ItemGroup>
215    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
216      <Visible>False</Visible>
217      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
218      <Install>false</Install>
219    </BootstrapperPackage>
220    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
221      <Visible>False</Visible>
222      <ProductName>.NET Framework 3.5 SP1</ProductName>
223      <Install>true</Install>
224    </BootstrapperPackage>
225    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
226      <Visible>False</Visible>
227      <ProductName>Windows Installer 3.1</ProductName>
228      <Install>true</Install>
229    </BootstrapperPackage>
230  </ItemGroup>
231  <ItemGroup>
232    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
233      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
234      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
235    </ProjectReference>
236  </ItemGroup>
237  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
238  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239       Other similar extension points exist, see Microsoft.Common.targets.
240  <Target Name="BeforeBuild">
241  </Target>
242  <Target Name="AfterBuild">
243  </Target>
244  -->
245  <PropertyGroup>
246    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
247set ProjectDir=$(ProjectDir)
248set SolutionDir=$(SolutionDir)
249set Outdir=$(Outdir)
250
251call PreBuildEvent.cmd
252</PreBuildEvent>
253    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
254export ProjectDir=$(ProjectDir)
255export SolutionDir=$(SolutionDir)
256
257$SolutionDir/PreBuildEvent.sh
258</PreBuildEvent>
259  </PropertyGroup>
260</Project>
Note: See TracBrowser for help on using the repository browser.