Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4771 was 4477, checked in by gkronber, 14 years ago

Merged r4458, r4459,r4462,r4464 from data analysis exploration branch into trunk. #1142

File size: 13.1 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[2]3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[574]6    <ProductVersion>9.0.30729</ProductVersion>
[2]7    <SchemaVersion>2.0</SchemaVersion>
[3053]8    <ProjectGuid>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</ProjectGuid>
[2]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[3053]11    <RootNamespace>HeuristicLab.Encodings.PermutationEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding-3.3</AssemblyName>
[2]13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[2]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
[1689]20    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[4065]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>
[2]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>
[4065]45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
[3053]55    <DocumentationFile>bin\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
[4065]56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2]57  </PropertyGroup>
[564]58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x86\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
[4065]65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
68    <OutputPath>bin\x86\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
[3053]70    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile>
[564]71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x86</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
[4065]75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[564]76  </PropertyGroup>
[1474]77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>bin\x64\Debug\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
[4065]84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
[2900]89    <DocumentationFile>bin\x64\Release\HeuristicLab.Permutation-3.2.xml</DocumentationFile>
[1474]90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
[4065]94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[1474]95  </PropertyGroup>
[2]96  <ItemGroup>
97    <Reference Include="System" />
[1689]98    <Reference Include="System.Core">
99      <RequiredTargetFramework>3.5</RequiredTargetFramework>
100    </Reference>
[2]101    <Reference Include="System.Data" />
[3436]102    <Reference Include="System.Drawing" />
[2]103    <Reference Include="System.Xml" />
104  </ItemGroup>
105  <ItemGroup>
[2907]106    <Compile Include="Creators\RandomPermutationCreator.cs" />
107    <Compile Include="Crossovers\CosaCrossover.cs" />
108    <Compile Include="Crossovers\CyclicCrossover.cs" />
109    <Compile Include="Crossovers\CyclicCrossover2.cs" />
110    <Compile Include="Crossovers\EdgeRecombinationCrossover.cs" />
111    <Compile Include="Crossovers\MaximalPreservativeCrossover.cs" />
[3420]112    <Compile Include="Crossovers\MultiPermutationCrossover.cs" />
[2907]113    <Compile Include="Crossovers\OrderBasedCrossover.cs" />
114    <Compile Include="Crossovers\OrderCrossover.cs" />
115    <Compile Include="Crossovers\OrderCrossover2.cs" />
116    <Compile Include="Crossovers\PartiallyMatchedCrossover.cs" />
117    <Compile Include="Crossovers\PositionBasedCrossover.cs" />
[3053]118    <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />
[2907]119    <Compile Include="Interfaces\IPermutationCreator.cs" />
120    <Compile Include="Interfaces\IPermutationCrossover.cs" />
121    <Compile Include="Interfaces\IPermutationManipulator.cs" />
[3044]122    <Compile Include="Interfaces\IPermutationMoveOperator.cs" />
[2907]123    <Compile Include="Interfaces\IPermutationOperator.cs" />
[3232]124    <Compile Include="Interfaces\IPermutationTranslocationMoveOperator.cs" />
125    <Compile Include="Interfaces\IPermutationInversionMoveOperator.cs" />
[2907]126    <Compile Include="Manipulators\InsertionManipulator.cs" />
127    <Compile Include="Manipulators\InversionManipulator.cs" />
[3425]128    <Compile Include="Manipulators\MultiPermutationManipulator.cs" />
[2907]129    <Compile Include="Manipulators\ScrambleManipulator.cs" />
130    <Compile Include="Manipulators\Swap2Manipulator.cs" />
131    <Compile Include="Manipulators\Swap3Manipulator.cs" />
132    <Compile Include="Manipulators\TranslocationInversionManipulator.cs" />
133    <Compile Include="Manipulators\TranslocationManipulator.cs" />
[3340]134    <Compile Include="Moves\PermutationMoveAttribute.cs" />
[3074]135    <Compile Include="Moves\ThreeIndexMove.cs" />
[4045]136    <Compile Include="Moves\ThreeOpt\StochasticSingleInsertionMoveGenerator.cs" />
[3340]137    <Compile Include="Moves\ThreeOpt\TranslocationMoveAbsoluteAttribute.cs" />
[3232]138    <Compile Include="Moves\ThreeOpt\ExhaustiveInsertionMoveGenerator.cs">
[3221]139      <SubType>Code</SubType>
140    </Compile>
[3232]141    <Compile Include="Moves\ThreeOpt\StochasticTranslocationMultiMoveGenerator.cs" />
142    <Compile Include="Moves\ThreeOpt\StochasticTranslocationSingleMoveGenerator.cs" />
143    <Compile Include="Moves\ThreeOpt\TranslocationMove.cs" />
144    <Compile Include="Moves\ThreeOpt\TranslocationMoveGenerator.cs" />
[3340]145    <Compile Include="Moves\ThreeOpt\TranslocationMoveHardTabuCriterion.cs" />
[3232]146    <Compile Include="Moves\ThreeOpt\TranslocationMoveMaker.cs" />
[3340]147    <Compile Include="Moves\ThreeOpt\TranslocationMoveRelativeAttribute.cs" />
148    <Compile Include="Moves\ThreeOpt\TranslocationMoveSoftTabuCriterion.cs" />
[3232]149    <Compile Include="Moves\ThreeOpt\TranslocationMoveTabuMaker.cs" />
[2997]150    <Compile Include="Moves\TwoIndexMove.cs">
151      <SubType>Code</SubType>
152    </Compile>
[3233]153    <Compile Include="Moves\TwoOpt\InversionMoveAbsoluteAttribute.cs" />
[3232]154    <Compile Include="Moves\TwoOpt\ExhaustiveInversionMoveGenerator.cs" />
155    <Compile Include="Moves\TwoOpt\InversionMove.cs" />
[3340]156    <Compile Include="Moves\TwoOpt\InversionMoveHardTabuCriterion.cs" />
[3233]157    <Compile Include="Moves\TwoOpt\InversionMoveRelativeAttribute.cs" />
[3232]158    <Compile Include="Moves\TwoOpt\InversionMoveGenerator.cs" />
159    <Compile Include="Moves\TwoOpt\InversionMoveMaker.cs" />
[3340]160    <Compile Include="Moves\TwoOpt\InversionMoveSoftTabuCriterion.cs" />
[3232]161    <Compile Include="Moves\TwoOpt\InversionMoveTabuMaker.cs" />
162    <Compile Include="Moves\TwoOpt\StochasticInversionMultiMoveGenerator.cs" />
163    <Compile Include="Moves\TwoOpt\StochasticInversionSingleMoveGenerator.cs" />
[2794]164    <Compile Include="PermutationManipulator.cs" />
165    <Compile Include="PermutationCrossover.cs" />
166    <Compile Include="Permutation.cs" />
[3231]167    <Compile Include="PermutationType.cs" />
168    <Compile Include="PermutationTypes.cs" />
[2]169    <Compile Include="Properties\AssemblyInfo.cs" />
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="HeuristicLab.snk" />
[3053]173    <None Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" />
[30]174    <None Include="Properties\AssemblyInfo.frame" />
[2]175  </ItemGroup>
176  <ItemGroup>
[2794]177    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
178      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
179      <Name>HeuristicLab.Collections-3.3</Name>
180    </ProjectReference>
[3702]181    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[3436]182      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]183      <Name>HeuristicLab.Common.Resources-3.3</Name>
[3436]184    </ProjectReference>
[3384]185    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
186      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
187      <Name>HeuristicLab.Common-3.3</Name>
[2794]188    </ProjectReference>
[1691]189    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
190      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
191      <Name>HeuristicLab.Core-3.3</Name>
[2]192    </ProjectReference>
[1691]193    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
194      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
195      <Name>HeuristicLab.Data-3.3</Name>
[2]196    </ProjectReference>
[2794]197    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
198      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
199      <Name>HeuristicLab.Operators-3.3</Name>
[2]200    </ProjectReference>
[3418]201    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
202      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
203      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
204    </ProjectReference>
[2852]205    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
206      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
207      <Name>HeuristicLab.Optimization-3.3</Name>
208    </ProjectReference>
[2794]209    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
210      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
211      <Name>HeuristicLab.Parameters-3.3</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
214      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
215      <Name>HeuristicLab.Persistence-3.3</Name>
216    </ProjectReference>
[3832]217    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2]218      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]219      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2]220    </ProjectReference>
221  </ItemGroup>
[4065]222  <ItemGroup>
223    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
224      <Visible>False</Visible>
225      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
226      <Install>false</Install>
227    </BootstrapperPackage>
228    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
229      <Visible>False</Visible>
230      <ProductName>.NET Framework 3.5 SP1</ProductName>
231      <Install>true</Install>
232    </BootstrapperPackage>
233    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
234      <Visible>False</Visible>
235      <ProductName>Windows Installer 3.1</ProductName>
236      <Install>true</Install>
237    </BootstrapperPackage>
238  </ItemGroup>
[2]239  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
240  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241       Other similar extension points exist, see Microsoft.Common.targets.
242  <Target Name="BeforeBuild">
243  </Target>
244  <Target Name="AfterBuild">
245  </Target>
246  -->
[30]247  <PropertyGroup>
[852]248    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
249set ProjectDir=$(ProjectDir)
250set SolutionDir=$(SolutionDir)
251set Outdir=$(Outdir)
252
[2790]253call PreBuildEvent.cmd
[3053]254SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs"</PreBuildEvent>
[30]255  </PropertyGroup>
[2]256</Project>
Note: See TracBrowser for help on using the repository browser.