[11566] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{59F354CB-FE13-4253-AED2-AD86372BEC27}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Algorithms.ALPS</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Algorithms.ALPS-3.3</AssemblyName>
|
---|
[11677] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[11566] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[11677] | 14 | <TargetFrameworkProfile />
|
---|
[11566] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
[12084] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[11677] | 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
[12084] | 29 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
[11677] | 33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
[12084] | 37 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 43 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 44 | </PropertyGroup>
|
---|
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[12084] | 46 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 47 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 53 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 56 | <DebugSymbols>true</DebugSymbols>
|
---|
[12084] | 57 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 58 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 59 | <DebugType>full</DebugType>
|
---|
| 60 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 61 | <ErrorReport>prompt</ErrorReport>
|
---|
| 62 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 63 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 64 | </PropertyGroup>
|
---|
| 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[12084] | 66 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11566] | 67 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 68 | <Optimize>true</Optimize>
|
---|
| 69 | <DebugType>pdbonly</DebugType>
|
---|
| 70 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11677] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11566] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup>
|
---|
| 76 | <SignAssembly>true</SignAssembly>
|
---|
| 77 | </PropertyGroup>
|
---|
| 78 | <PropertyGroup>
|
---|
| 79 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 80 | </PropertyGroup>
|
---|
| 81 | <ItemGroup>
|
---|
[12084] | 82 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
| 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 88 | </Reference>
|
---|
| 89 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 90 | <SpecificVersion>False</SpecificVersion>
|
---|
| 91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 94 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 100 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 101 | </Reference>
|
---|
| 102 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 104 | </Reference>
|
---|
| 105 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
| 112 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 113 | </Reference>
|
---|
| 114 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 118 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 122 | </Reference>
|
---|
| 123 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 124 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
| 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 128 | </Reference>
|
---|
[11566] | 129 | <Reference Include="System" />
|
---|
| 130 | <Reference Include="System.Core" />
|
---|
[11568] | 131 | <Reference Include="System.Drawing" />
|
---|
[11566] | 132 | </ItemGroup>
|
---|
| 133 | <ItemGroup>
|
---|
[12119] | 134 | <Compile Include="AgingSchemeCalculator.cs" />
|
---|
| 135 | <Compile Include="Alps.cs" />
|
---|
[12046] | 136 | <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
|
---|
| 137 | <Compile Include="Analyzers\AgeDistributionAnalyzer.cs" />
|
---|
[11568] | 138 | <Compile Include="AgingScheme.cs" />
|
---|
[11567] | 139 | <Compile Include="AlpsGeneticAlgorithm.cs" />
|
---|
[11580] | 140 | <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" />
|
---|
[12046] | 141 | <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" />
|
---|
[11585] | 142 | <Compile Include="EldersEmigrator.cs" />
|
---|
| 143 | <Compile Include="EldersSelector.cs" />
|
---|
[11609] | 144 | <Compile Include="LayerCreator.cs" />
|
---|
[12036] | 145 | <Compile Include="LayerSorter.cs" />
|
---|
[12035] | 146 | <Compile Include="LayerUniformSubScopesProcessor.cs" />
|
---|
[11586] | 147 | <Compile Include="LayerUpdator.cs" />
|
---|
[11583] | 148 | <Compile Include="MatingPoolCreator.cs" />
|
---|
[11566] | 149 | <Compile Include="Plugin.cs" />
|
---|
| 150 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[11585] | 151 | <Compile Include="ShiftToRightMigrator.cs" />
|
---|
[11566] | 152 | </ItemGroup>
|
---|
| 153 | <ItemGroup>
|
---|
| 154 | <None Include="HeuristicLab.snk" />
|
---|
| 155 | <None Include="Plugin.cs.frame" />
|
---|
| 156 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 157 | </ItemGroup>
|
---|
| 158 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 159 | <PropertyGroup>
|
---|
| 160 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 161 | set ProjectDir=$(ProjectDir)
|
---|
| 162 | set SolutionDir=$(SolutionDir)
|
---|
| 163 | set Outdir=$(Outdir)
|
---|
| 164 |
|
---|
| 165 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 166 | </PropertyGroup>
|
---|
| 167 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 168 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 169 | <Target Name="BeforeBuild">
|
---|
| 170 | </Target>
|
---|
| 171 | <Target Name="AfterBuild">
|
---|
| 172 | </Target>
|
---|
| 173 | -->
|
---|
| 174 | </Project> |
---|