Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DiversityAnalysis/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj @ 4420

Last change on this file since 4420 was 4420, checked in by swinkler, 14 years ago

Implemented population diversity analyzer for TSP. (#1188)

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>v3.5</TargetFrameworkVersion>
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <DocumentationFile>
46    </DocumentationFile>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman-3.3.xml</DocumentationFile>
57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x86\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>bin\x86\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <DocumentationFile>bin\x86\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\x64\Debug\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87  </PropertyGroup>
88  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <SpecificVersion>False</SpecificVersion>
117      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <SpecificVersion>False</SpecificVersion>
133      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="System" />
144    <Reference Include="System.Core">
145      <RequiredTargetFramework>3.5</RequiredTargetFramework>
146    </Reference>
147    <Reference Include="System.Data" />
148    <Reference Include="System.Drawing" />
149    <Reference Include="System.Xml" />
150  </ItemGroup>
151  <ItemGroup>
152    <Compile Include="Analyzers\BestTSPSolutionAnalyzer.cs" />
153    <Compile Include="Analyzers\TSPPopulationDiversityAnalyzer.cs" />
154    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
155    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
156    <Compile Include="HeuristicLabProblemsTravelingSalesmanPlugin.cs" />
157    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" />
158    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" />
159    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMovePathEvaluator.cs" />
160    <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveRoundedEuclideanPathEvaluator.cs" />
161    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveEuclideanPathEvaluator.cs" />
162    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveGeoPathEvaluator.cs" />
163    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMovePathEvaluator.cs" />
164    <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveRoundedEuclideanPathEvaluator.cs" />
165    <Compile Include="TravelingSalesmanProblem.cs" />
166    <Compile Include="TSPLIBTourParser.cs" />
167    <Compile Include="PathTSPTour.cs" />
168    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
169    <Compile Include="Evaluators\TSPEvaluator.cs" />
170    <Compile Include="Evaluators\TSPRoundedEuclideanPathEvaluator.cs" />
171    <Compile Include="Interfaces\ITSPCoordinatesPathEvaluator.cs" />
172    <Compile Include="Interfaces\ITSPEvaluator.cs" />
173    <Compile Include="Interfaces\ITSPMoveEvaluator.cs" />
174    <Compile Include="Interfaces\ITSPPathEvaluator.cs" />
175    <Compile Include="Interfaces\ITSPPathMoveEvaluator.cs" />
176    <Compile Include="MoveEvaluators\TSPPathMoveEvaluator.cs" />
177    <Compile Include="MoveEvaluators\TSPMoveEvaluator.cs" />
178    <Compile Include="TSPLIBParser.cs" />
179    <Compile Include="Properties\AssemblyInfo.cs" />
180  </ItemGroup>
181  <ItemGroup>
182    <None Include="HeuristicLab.snk" />
183    <None Include="HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" />
184    <None Include="Properties\AssemblyInfo.frame" />
185    <None Include="TSPLIB Sample Problems\ch130.opt.tour" />
186    <None Include="TSPLIB Sample Problems\ch130.tsp" />
187    <None Include="TSPLIB Sample Problems\fl1400.tsp" />
188    <None Include="TSPLIB Sample Problems\gr666.opt.tour" />
189    <None Include="TSPLIB Sample Problems\gr666.tsp" />
190  </ItemGroup>
191  <ItemGroup>
192    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
193      <Visible>False</Visible>
194      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
195      <Install>false</Install>
196    </BootstrapperPackage>
197    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
198      <Visible>False</Visible>
199      <ProductName>.NET Framework 3.5 SP1</ProductName>
200      <Install>true</Install>
201    </BootstrapperPackage>
202    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
203      <Visible>False</Visible>
204      <ProductName>Windows Installer 3.1</ProductName>
205      <Install>true</Install>
206    </BootstrapperPackage>
207  </ItemGroup>
208  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
209  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
210       Other similar extension points exist, see Microsoft.Common.targets.
211  <Target Name="BeforeBuild">
212  </Target>
213  <Target Name="AfterBuild">
214  </Target>
215  -->
216  <PropertyGroup>
217    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
218set ProjectDir=$(ProjectDir)
219set SolutionDir=$(SolutionDir)
220set Outdir=$(Outdir)
221
222call PreBuildEvent.cmd
223SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs"</PreBuildEvent>
224  </PropertyGroup>
225  <PropertyGroup>
226    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
227  </PropertyGroup>
228</Project>
Note: See TracBrowser for help on using the repository browser.