Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj @ 5785

Last change on this file since 5785 was 5785, checked in by abeham, 13 years ago

#1330

  • Added Swap2 move to permutation (+tabu search operators)
  • Added move evaluators for QAP (translocation/insertion missing)
  • Merged trunk-changes from Optimization into QAP branch
File size: 14.6 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>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.PermutationEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding-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>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
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    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
57    <DocumentationFile>bin\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
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.Encodings.PermutationEncoding-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.Permutation-3.2.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=x86">
100      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
103      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
106      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
109      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
112      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
115      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
118      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
121      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
124      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
127      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="System" />
130    <Reference Include="System.Core">
131      <RequiredTargetFramework>3.5</RequiredTargetFramework>
132    </Reference>
133    <Reference Include="System.Data" />
134    <Reference Include="System.Drawing" />
135    <Reference Include="System.Xml" />
136  </ItemGroup>
137  <ItemGroup>
138    <Compile Include="Creators\RandomPermutationCreator.cs" />
139    <Compile Include="Crossovers\CosaCrossover.cs" />
140    <Compile Include="Crossovers\CyclicCrossover.cs" />
141    <Compile Include="Crossovers\CyclicCrossover2.cs" />
142    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
143    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
144    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
145    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
146    <Compile Include="Crossovers\OrderCrossover.cs" />
147    <Compile Include="Crossovers\OrderCrossover2.cs" />
148    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
149    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
150    <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />
151    <Compile Include="Interfaces\IPermutationSwapMoveOperator.cs" />
152    <Compile Include="Interfaces\IPermutationCreator.cs" />
153    <Compile Include="Interfaces\IPermutationCrossover.cs" />
154    <Compile Include="Interfaces\IPermutationManipulator.cs" />
155    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
156    <Compile Include="Interfaces\IPermutationOperator.cs" />
157    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
158    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
159    <Compile Include="Manipulators\InsertionManipulator.cs" />
160    <Compile Include="Manipulators\InversionManipulator.cs" />
161    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
162    <Compile Include="Manipulators\ScrambleManipulator.cs" />
163    <Compile Include="Manipulators\Swap2Manipulator.cs" />
164    <Compile Include="Manipulators\Swap3Manipulator.cs" />
165    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
166    <Compile Include="Manipulators\TranslocationManipulator.cs" />
167    <Compile Include="Moves\Edge.cs" />
168    <Compile Include="Moves\PermutationMoveAttribute.cs" />
169    <Compile Include="Moves\StandardEdgeEqualityComparer.cs" />
170    <Compile Include="Moves\Swap\SwapMoveSoftTabuCriterion.cs" />
171    <Compile Include="Moves\Swap\ExhaustiveSwapMoveGenerator.cs" />
172    <Compile Include="Moves\Swap\StochasticSwapSingleMoveGenerator.cs" />
173    <Compile Include="Moves\Swap\SwapMoveAbsoluteAttribute.cs" />
174    <Compile Include="Moves\Swap\SwapMoveHardTabuCriterion.cs" />
175    <Compile Include="Moves\Swap\SwapMoveMaker.cs" />
176    <Compile Include="Moves\Swap\SwapMoveRelativeAttribute.cs" />
177    <Compile Include="Moves\Swap\SwapMoveTabuMaker.cs" />
178    <Compile Include="Moves\Swap\StochasticSwapMultiMoveGenerator.cs" />
179    <Compile Include="Moves\Swap\SwapMoveGenerator.cs" />
180    <Compile Include="Moves\Swap\SwapMove.cs" />
181    <Compile Include="Moves\ThreeIndexMove.cs" />
182    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
183    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
184    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
185      <SubType>Code</SubType>
186    </Compile>
187    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
188    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
189    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
190    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
191    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
192    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
193    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
194    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
195    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
196    <Compile Include="Moves\TwoIndexMove.cs">
197      <SubType>Code</SubType>
198    </Compile>
199    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
200    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
201    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
202    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
203    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
204    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
205    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
206    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
207    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
208    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
209    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
210    <Compile Include="PermutationManipulator.cs" />
211    <Compile Include="PermutationCrossover.cs" />
212    <Compile Include="Permutation.cs" />
213    <Compile Include="PermutationType.cs" />
214    <Compile Include="PermutationTypes.cs" />
215    <Compile Include="Properties\AssemblyInfo.cs" />
216  </ItemGroup>
217  <ItemGroup>
218    <None Include="HeuristicLab.snk" />
219    <None Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" />
220    <None Include="Properties\AssemblyInfo.frame" />
221  </ItemGroup>
222  <ItemGroup>
223    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
224      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
225      <Name>HeuristicLab.Optimization-3.3</Name>
226    </ProjectReference>
227  </ItemGroup>
228  <ItemGroup>
229    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
232      <Install>false</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
235      <Visible>False</Visible>
236      <ProductName>.NET Framework 3.5 SP1</ProductName>
237      <Install>true</Install>
238    </BootstrapperPackage>
239    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
240      <Visible>False</Visible>
241      <ProductName>Windows Installer 3.1</ProductName>
242      <Install>true</Install>
243    </BootstrapperPackage>
244  </ItemGroup>
245  <ItemGroup />
246  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
247  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
248       Other similar extension points exist, see Microsoft.Common.targets.
249  <Target Name="BeforeBuild">
250  </Target>
251  <Target Name="AfterBuild">
252  </Target>
253  -->
254  <PropertyGroup>
255    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
256set ProjectDir=$(ProjectDir)
257set SolutionDir=$(SolutionDir)
258set Outdir=$(Outdir)
259
260call PreBuildEvent.cmd
261SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs"</PreBuildEvent>
262  </PropertyGroup>
263  <PropertyGroup>
264    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
265  </PropertyGroup>
266</Project>
Note: See TracBrowser for help on using the repository browser.