Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11638 was 11638, checked in by bburlacu, 9 years ago

#1772: Merged trunk changes. Updated PhenotypicSimilarityCalculator, updated FragmentGraphView.

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