[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>
|
---|
[1694] | 8 | <ProjectGuid>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</ProjectGuid>
|
---|
[2] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Selection</RootNamespace>
|
---|
[1694] | 12 | <AssemblyName>HeuristicLab.Selection-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>
|
---|
[1694] | 56 | <DocumentationFile>bin\Release\HeuristicLab.Selection-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>
|
---|
[2900] | 71 | <DocumentationFile>bin\x86\Release\HeuristicLab.Selection-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.Selection-3.3.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" />
|
---|
[1694] | 99 | <Reference Include="System.Core">
|
---|
| 100 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 101 | </Reference>
|
---|
[2] | 102 | <Reference Include="System.Data" />
|
---|
| 103 | <Reference Include="System.Xml" />
|
---|
| 104 | </ItemGroup>
|
---|
| 105 | <ItemGroup>
|
---|
[2790] | 106 | <None Include="HeuristicLabSelectionPlugin.cs.frame" />
|
---|
[3096] | 107 | <Compile Include="BestSelector.cs" />
|
---|
[3413] | 108 | <Compile Include="ConditionalSelector.cs" />
|
---|
[5143] | 109 | <Compile Include="CrowdedTournamentSelector.cs" />
|
---|
[4043] | 110 | <Compile Include="LeftSelector.cs" />
|
---|
[3601] | 111 | <Compile Include="RandomReplacer.cs" />
|
---|
[3404] | 112 | <Compile Include="GenderSpecificSelector.cs" />
|
---|
[3413] | 113 | <Compile Include="OffspringSelector.cs" />
|
---|
[3601] | 114 | <Compile Include="Replacer.cs" />
|
---|
[3404] | 115 | <Compile Include="RightChildReducer.cs" />
|
---|
[4043] | 116 | <Compile Include="RightSelector.cs" />
|
---|
[3096] | 117 | <Compile Include="SingleObjectiveSelector.cs" />
|
---|
[2817] | 118 | <Compile Include="LeftReducer.cs" />
|
---|
| 119 | <Compile Include="MergingReducer.cs" />
|
---|
| 120 | <Compile Include="Reducer.cs" />
|
---|
| 121 | <Compile Include="LinearRankSelector.cs" />
|
---|
| 122 | <Compile Include="ProportionalSelector.cs" />
|
---|
| 123 | <Compile Include="RightReducer.cs" />
|
---|
[2805] | 124 | <Compile Include="StochasticSelector.cs" />
|
---|
| 125 | <Compile Include="RandomSelector.cs" />
|
---|
| 126 | <Compile Include="StochasticSingleObjectiveSelector.cs" />
|
---|
[2] | 127 | <Compile Include="HeuristicLabSelectionPlugin.cs" />
|
---|
| 128 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[2805] | 129 | <Compile Include="Selector.cs" />
|
---|
| 130 | <Compile Include="TournamentSelector.cs" />
|
---|
[3601] | 131 | <Compile Include="WorstReplacer.cs" />
|
---|
[3096] | 132 | <Compile Include="WorstSelector.cs" />
|
---|
[2] | 133 | </ItemGroup>
|
---|
| 134 | <ItemGroup>
|
---|
| 135 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 136 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
[2805] | 139 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 140 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 141 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 142 | </ProjectReference>
|
---|
[3384] | 143 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 144 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 145 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[3368] | 146 | </ProjectReference>
|
---|
[1694] | 147 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 148 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 149 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[2] | 150 | </ProjectReference>
|
---|
[1694] | 151 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 152 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 153 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[2] | 154 | </ProjectReference>
|
---|
[1694] | 155 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 156 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 157 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[2] | 158 | </ProjectReference>
|
---|
[2882] | 159 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 160 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 161 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 162 | </ProjectReference>
|
---|
[2805] | 163 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 164 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 165 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 166 | </ProjectReference>
|
---|
| 167 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 168 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 169 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 170 | </ProjectReference>
|
---|
[3832] | 171 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[2] | 172 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 173 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[2] | 174 | </ProjectReference>
|
---|
| 175 | </ItemGroup>
|
---|
[4065] | 176 | <ItemGroup>
|
---|
| 177 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 178 | <Visible>False</Visible>
|
---|
| 179 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 180 | <Install>false</Install>
|
---|
| 181 | </BootstrapperPackage>
|
---|
| 182 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 183 | <Visible>False</Visible>
|
---|
| 184 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 185 | <Install>true</Install>
|
---|
| 186 | </BootstrapperPackage>
|
---|
| 187 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 188 | <Visible>False</Visible>
|
---|
| 189 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 190 | <Install>true</Install>
|
---|
| 191 | </BootstrapperPackage>
|
---|
| 192 | </ItemGroup>
|
---|
[2] | 193 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 194 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 195 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 196 | <Target Name="BeforeBuild">
|
---|
| 197 | </Target>
|
---|
| 198 | <Target Name="AfterBuild">
|
---|
| 199 | </Target>
|
---|
| 200 | -->
|
---|
[30] | 201 | <PropertyGroup>
|
---|
[852] | 202 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 203 | set ProjectDir=$(ProjectDir)
|
---|
| 204 | set SolutionDir=$(SolutionDir)
|
---|
| 205 | set Outdir=$(Outdir)
|
---|
| 206 |
|
---|
[2790] | 207 | call PreBuildEvent.cmd
|
---|
| 208 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs"</PreBuildEvent>
|
---|
[30] | 209 | </PropertyGroup>
|
---|
[2] | 210 | </Project> |
---|