Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj @ 14429

Last change on this file since 14429 was 14429, checked in by abeham, 7 years ago

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

File size: 14.8 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.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    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
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    <Prefer32Bit>false</Prefer32Bit>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
74    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <DocumentationFile>
77    </DocumentationFile>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
86    <DebugSymbols>true</DebugSymbols>
87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
88    <DefineConstants>DEBUG;TRACE</DefineConstants>
89    <DebugType>full</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93    <Prefer32Bit>false</Prefer32Bit>
94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
96    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
97    <DefineConstants>TRACE</DefineConstants>
98    <DocumentationFile>
99    </DocumentationFile>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <PlatformTarget>x64</PlatformTarget>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
105    <Prefer32Bit>false</Prefer32Bit>
106  </PropertyGroup>
107  <ItemGroup>
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">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Data-3.3">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Operators-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
134      <Private>False</Private>
135    </Reference>
136    <Reference Include="HeuristicLab.Parameters-3.3">
137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Persistence-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
146      <Private>False</Private>
147    </Reference>
148    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="System" />
154    <Reference Include="System.Core">
155      <RequiredTargetFramework>3.5</RequiredTargetFramework>
156    </Reference>
157    <Reference Include="System.Data" />
158    <Reference Include="System.Drawing" />
159    <Reference Include="System.Xml" />
160  </ItemGroup>
161  <ItemGroup>
162    <Compile Include="Creators\PreexistingPermutationCreator.cs" />
163    <Compile Include="Creators\RandomPermutationCreator.cs" />
164    <Compile Include="Crossovers\CosaCrossover.cs" />
165    <Compile Include="Crossovers\CyclicCrossover.cs" />
166    <Compile Include="Crossovers\CyclicCrossover2.cs" />
167    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
168    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
169    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
170    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
171    <Compile Include="Crossovers\OrderCrossover.cs" />
172    <Compile Include="Crossovers\OrderCrossover2.cs" />
173    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
174    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
175    <Compile Include="Crossovers\UniformLikeCrossover.cs" />
176    <Compile Include="Interfaces\IPermutationScrambleMoveOperator.cs" />
177    <Compile Include="Interfaces\IPermutationMultiNeighborhoodShakingOperator.cs" />
178    <Compile Include="Interfaces\IPermutationSwap2MoveOperator.cs" />
179    <Compile Include="Interfaces\IPermutationCreator.cs" />
180    <Compile Include="Interfaces\IPermutationCrossover.cs" />
181    <Compile Include="Interfaces\IPermutationManipulator.cs" />
182    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
183    <Compile Include="Interfaces\IPermutationOperator.cs" />
184    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
185    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
186    <Compile Include="Manipulators\InsertionManipulator.cs" />
187    <Compile Include="Manipulators\InversionManipulator.cs" />
188    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
189    <Compile Include="Manipulators\ScrambleManipulator.cs" />
190    <Compile Include="Manipulators\Swap2Manipulator.cs" />
191    <Compile Include="Manipulators\Swap3Manipulator.cs" />
192    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
193    <Compile Include="Manipulators\TranslocationManipulator.cs" />
194    <Compile Include="Moves\Edge.cs" />
195    <Compile Include="Moves\PermutationMoveAttribute.cs" />
196    <Compile Include="Moves\Scramble\StochasticScrambleMultiMoveGenerator.cs" />
197    <Compile Include="Moves\Scramble\ScrambleMove.cs" />
198    <Compile Include="Moves\Scramble\ScrambleMoveGenerator.cs" />
199    <Compile Include="Moves\Scramble\ScrambleMoveMaker.cs" />
200    <Compile Include="Moves\StandardEdgeEqualityComparer.cs" />
201    <Compile Include="Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
202    <Compile Include="Moves\Swap2\StochasticSwap2MultiMoveGenerator.cs" />
203    <Compile Include="Moves\Swap2\StochasticSwap2SingleMoveGenerator.cs" />
204    <Compile Include="Moves\Swap2\Swap2Move.cs" />
205    <Compile Include="Moves\Swap2\Swap2MoveAbsoluteAttribute.cs" />
206    <Compile Include="Moves\Swap2\Swap2MoveGenerator.cs" />
207    <Compile Include="Moves\Swap2\Swap2MoveHardTabuCriterion.cs" />
208    <Compile Include="Moves\Swap2\Swap2MoveMaker.cs" />
209    <Compile Include="Moves\Swap2\Swap2MoveRelativeAttribute.cs" />
210    <Compile Include="Moves\Swap2\Swap2MoveSoftTabuCriterion.cs" />
211    <Compile Include="Moves\Swap2\Swap2MoveTabuMaker.cs" />
212    <Compile Include="Moves\ThreeIndexMove.cs" />
213    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
214    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
215    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
219    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
220    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
221    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
222    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
223    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
224    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
225    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
226    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
227    <Compile Include="Moves\TwoIndexMove.cs">
228      <SubType>Code</SubType>
229    </Compile>
230    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
231    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
232    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
233    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
234    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
235    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
236    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
237    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
238    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
239    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
240    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
241    <Compile Include="PermutationEncoding.cs" />
242    <Compile Include="PermutationEqualityComparer.cs" />
243    <Compile Include="PermutationManipulator.cs" />
244    <Compile Include="PermutationCrossover.cs" />
245    <Compile Include="Permutation.cs" />
246    <Compile Include="PermutationType.cs" />
247    <Compile Include="PermutationTypes.cs" />
248    <Compile Include="Plugin.cs" />
249    <Compile Include="Properties\AssemblyInfo.cs" />
250    <Compile Include="ShakingOperators\PermutationShakingOperator.cs" />
251  </ItemGroup>
252  <ItemGroup>
253    <None Include="HeuristicLab.snk" />
254    <None Include="Plugin.cs.frame" />
255    <None Include="Properties\AssemblyInfo.cs.frame" />
256  </ItemGroup>
257  <ItemGroup>
258    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
259      <Visible>False</Visible>
260      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
261      <Install>false</Install>
262    </BootstrapperPackage>
263    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
264      <Visible>False</Visible>
265      <ProductName>.NET Framework 3.5 SP1</ProductName>
266      <Install>true</Install>
267    </BootstrapperPackage>
268    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
269      <Visible>False</Visible>
270      <ProductName>Windows Installer 3.1</ProductName>
271      <Install>true</Install>
272    </BootstrapperPackage>
273  </ItemGroup>
274  <ItemGroup>
275    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
276      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
277      <Name>HeuristicLab.Optimization-3.3</Name>
278      <Private>False</Private>
279    </ProjectReference>
280  </ItemGroup>
281  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
282  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
283       Other similar extension points exist, see Microsoft.Common.targets.
284  <Target Name="BeforeBuild">
285  </Target>
286  <Target Name="AfterBuild">
287  </Target>
288  -->
289  <PropertyGroup>
290    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
291set ProjectDir=$(ProjectDir)
292set SolutionDir=$(SolutionDir)
293set Outdir=$(Outdir)
294
295call PreBuildEvent.cmd
296</PreBuildEvent>
297    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
298export ProjectDir=$(ProjectDir)
299export SolutionDir=$(SolutionDir)
300
301$SolutionDir/PreBuildEvent.sh
302</PreBuildEvent>
303  </PropertyGroup>
304</Project>
Note: See TracBrowser for help on using the repository browser.