Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5330 was 5163, checked in by swagner, 14 years ago

Reintegrated .NET 4.0 migration branch (#1350)

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