Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj @ 5933

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

#1330

  • Merged QAP from branch into trunk
  • Merged MDS from branch into trunk
  • Merged Swap2 moves from branch into trunk
File size: 14.1 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></TargetFrameworkProfile>
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
56    <DocumentationFile>bin\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x86\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>bin\x86\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>bin\x64\Debug\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
88    <OutputPath>bin\x64\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <DocumentationFile>bin\x64\Release\HeuristicLab.Permutation-3.2.xml</DocumentationFile>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96  </PropertyGroup>
97  <ItemGroup>
98    <Reference Include="System" />
99    <Reference Include="System.Core">
100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
101    </Reference>
102    <Reference Include="System.Data" />
103    <Reference Include="System.Drawing" />
104    <Reference Include="System.Xml" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="Creators\RandomPermutationCreator.cs" />
108    <Compile Include="Crossovers\CosaCrossover.cs" />
109    <Compile Include="Crossovers\CyclicCrossover.cs" />
110    <Compile Include="Crossovers\CyclicCrossover2.cs" />
111    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
112    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
113    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
114    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
115    <Compile Include="Crossovers\OrderCrossover.cs" />
116    <Compile Include="Crossovers\OrderCrossover2.cs" />
117    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
118    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
119    <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />
120    <Compile Include="Interfaces\IPermutationSwap2MoveOperator.cs" />
121    <Compile Include="Interfaces\IPermutationCreator.cs" />
122    <Compile Include="Interfaces\IPermutationCrossover.cs" />
123    <Compile Include="Interfaces\IPermutationManipulator.cs" />
124    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
125    <Compile Include="Interfaces\IPermutationOperator.cs" />
126    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
127    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
128    <Compile Include="Manipulators\InsertionManipulator.cs" />
129    <Compile Include="Manipulators\InversionManipulator.cs" />
130    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
131    <Compile Include="Manipulators\ScrambleManipulator.cs" />
132    <Compile Include="Manipulators\Swap2Manipulator.cs" />
133    <Compile Include="Manipulators\Swap3Manipulator.cs" />
134    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
135    <Compile Include="Manipulators\TranslocationManipulator.cs" />
136    <Compile Include="Moves\Edge.cs" />
137    <Compile Include="Moves\PermutationMoveAttribute.cs" />
138    <Compile Include="Moves\StandardEdgeEqualityComparer.cs" />
139    <Compile Include="Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
140    <Compile Include="Moves\Swap2\StochasticSwap2MultiMoveGenerator.cs" />
141    <Compile Include="Moves\Swap2\StochasticSwap2SingleMoveGenerator.cs" />
142    <Compile Include="Moves\Swap2\Swap2Move.cs" />
143    <Compile Include="Moves\Swap2\Swap2MoveAbsoluteAttribute.cs" />
144    <Compile Include="Moves\Swap2\Swap2MoveGenerator.cs" />
145    <Compile Include="Moves\Swap2\Swap2MoveHardTabuCriterion.cs" />
146    <Compile Include="Moves\Swap2\Swap2MoveMaker.cs" />
147    <Compile Include="Moves\Swap2\Swap2MoveRelativeAttribute.cs" />
148    <Compile Include="Moves\Swap2\Swap2MoveSoftTabuCriterion.cs" />
149    <Compile Include="Moves\Swap2\Swap2MoveTabuMaker.cs" />
150    <Compile Include="Moves\ThreeIndexMove.cs" />
151    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
152    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
153    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
157    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
158    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
159    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
160    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
161    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
162    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
163    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
164    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
165    <Compile Include="Moves\TwoIndexMove.cs">
166      <SubType>Code</SubType>
167    </Compile>
168    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
169    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
170    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
171    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
172    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
173    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
174    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
175    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
176    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
177    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
178    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
179    <Compile Include="PermutationManipulator.cs" />
180    <Compile Include="PermutationCrossover.cs" />
181    <Compile Include="Permutation.cs" />
182    <Compile Include="PermutationType.cs" />
183    <Compile Include="PermutationTypes.cs" />
184    <Compile Include="Properties\AssemblyInfo.cs" />
185  </ItemGroup>
186  <ItemGroup>
187    <None Include="HeuristicLab.snk" />
188    <None Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" />
189    <None Include="Properties\AssemblyInfo.frame" />
190  </ItemGroup>
191  <ItemGroup>
192    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
193      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
194      <Name>HeuristicLab.Collections-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
197      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
198      <Name>HeuristicLab.Common.Resources-3.3</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
201      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
202      <Name>HeuristicLab.Common-3.3</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
205      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
206      <Name>HeuristicLab.Core-3.3</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
209      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
210      <Name>HeuristicLab.Data-3.3</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
213      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
214      <Name>HeuristicLab.Operators-3.3</Name>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
217      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
218      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
219    </ProjectReference>
220    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
221      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
222      <Name>HeuristicLab.Optimization-3.3</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
225      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
226      <Name>HeuristicLab.Parameters-3.3</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
229      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
230      <Name>HeuristicLab.Persistence-3.3</Name>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
233      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
234      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
235    </ProjectReference>
236  </ItemGroup>
237  <ItemGroup>
238    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
239      <Visible>False</Visible>
240      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
241      <Install>false</Install>
242    </BootstrapperPackage>
243    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
244      <Visible>False</Visible>
245      <ProductName>.NET Framework 3.5 SP1</ProductName>
246      <Install>true</Install>
247    </BootstrapperPackage>
248    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
249      <Visible>False</Visible>
250      <ProductName>Windows Installer 3.1</ProductName>
251      <Install>true</Install>
252    </BootstrapperPackage>
253  </ItemGroup>
254  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
255  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256       Other similar extension points exist, see Microsoft.Common.targets.
257  <Target Name="BeforeBuild">
258  </Target>
259  <Target Name="AfterBuild">
260  </Target>
261  -->
262  <PropertyGroup>
263    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
264set ProjectDir=$(ProjectDir)
265set SolutionDir=$(SolutionDir)
266set Outdir=$(Outdir)
267
268call PreBuildEvent.cmd
269SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs"</PreBuildEvent>
270  </PropertyGroup>
271</Project>
Note: See TracBrowser for help on using the repository browser.