[4516] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.MetaOptimization</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.MetaOptimization-3.3</AssemblyName>
|
---|
[11627] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[4516] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[6984] | 21 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4516] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[6984] | 30 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[4516] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11627] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4516] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
[5110] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[6984] | 44 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[5110] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11627] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6984] | 60 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[5110] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 65 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 72 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 74 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11627] | 75 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5110] | 76 | </PropertyGroup>
|
---|
[4516] | 77 | <ItemGroup>
|
---|
[5110] | 78 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[6984] | 79 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 80 | <Private>False</Private>
|
---|
[5110] | 81 | </Reference>
|
---|
[9986] | 82 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[6984] | 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 84 | <Private>False</Private>
|
---|
[5522] | 85 | </Reference>
|
---|
[4516] | 86 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[6984] | 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 88 | <Private>False</Private>
|
---|
[4516] | 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[6984] | 91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 92 | <Private>False</Private>
|
---|
[4516] | 93 | </Reference>
|
---|
| 94 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
[6984] | 95 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 96 | <Private>False</Private>
|
---|
[4516] | 97 | </Reference>
|
---|
| 98 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[6984] | 99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 100 | <Private>False</Private>
|
---|
[4516] | 101 | </Reference>
|
---|
| 102 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[6984] | 103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 104 | <Private>False</Private>
|
---|
[4516] | 105 | </Reference>
|
---|
[4525] | 106 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[6984] | 107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 108 | <Private>False</Private>
|
---|
[4525] | 109 | </Reference>
|
---|
| 110 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[6984] | 111 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 112 | <Private>False</Private>
|
---|
[4525] | 113 | </Reference>
|
---|
| 114 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[6984] | 115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 116 | <Private>False</Private>
|
---|
[4525] | 117 | </Reference>
|
---|
[5927] | 118 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[6984] | 119 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
| 120 | <Private>False</Private>
|
---|
[5927] | 121 | </Reference>
|
---|
[4516] | 122 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[6984] | 123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
[4516] | 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[6984] | 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 128 | <Private>False</Private>
|
---|
[4516] | 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[6984] | 131 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 132 | <Private>False</Private>
|
---|
[4516] | 133 | </Reference>
|
---|
| 134 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[6984] | 135 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 136 | <Private>False</Private>
|
---|
[4516] | 137 | </Reference>
|
---|
| 138 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[6984] | 139 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 140 | <Private>False</Private>
|
---|
[4516] | 141 | </Reference>
|
---|
[5927] | 142 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[6984] | 143 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 144 | <Private>False</Private>
|
---|
[5655] | 145 | </Reference>
|
---|
[5927] | 146 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[6984] | 147 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
| 148 | <Private>False</Private>
|
---|
[5927] | 149 | </Reference>
|
---|
[6017] | 150 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[6984] | 151 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
| 152 | <Private>False</Private>
|
---|
[6017] | 153 | </Reference>
|
---|
[9986] | 154 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 155 | <SpecificVersion>False</SpecificVersion>
|
---|
| 156 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 157 | <Private>False</Private>
|
---|
| 158 | </Reference>
|
---|
[5110] | 159 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[6984] | 160 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
| 161 | <Private>False</Private>
|
---|
[5110] | 162 | </Reference>
|
---|
[9986] | 163 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[6984] | 164 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 165 | <Private>False</Private>
|
---|
[5293] | 166 | </Reference>
|
---|
[9986] | 167 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[6984] | 168 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 169 | <Private>False</Private>
|
---|
[5522] | 170 | </Reference>
|
---|
[5009] | 171 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[6984] | 172 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
| 173 | <Private>False</Private>
|
---|
[5009] | 174 | </Reference>
|
---|
[4516] | 175 | <Reference Include="System" />
|
---|
| 176 | <Reference Include="System.Core" />
|
---|
| 177 | <Reference Include="System.Drawing" />
|
---|
| 178 | <Reference Include="System.Xml.Linq" />
|
---|
| 179 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 180 | <Reference Include="System.Data" />
|
---|
| 181 | <Reference Include="System.Xml" />
|
---|
| 182 | </ItemGroup>
|
---|
| 183 | <ItemGroup>
|
---|
[4832] | 184 | <Compile Include="Analyzers\BestParameterConfigurationAnalyzer.cs" />
|
---|
[5576] | 185 | <Compile Include="Analyzers\PMOBestSolutionHistoryAnalyzer.cs" />
|
---|
| 186 | <Compile Include="Analyzers\PMOProblemQualitiesAnalyzer.cs" />
|
---|
[5522] | 187 | <Compile Include="Analyzers\PMOPopulationDiversityAnalyzer.cs" />
|
---|
[5313] | 188 | <Compile Include="ConstrainedTypeValue.cs" />
|
---|
[5665] | 189 | <Compile Include="Encoding\AlgorithmProblemItem.cs" />
|
---|
| 190 | <Compile Include="Encoding\ParameterConfigurations\SingleValuedParameterConfiguration.cs" />
|
---|
[6017] | 191 | <Compile Include="Encoding\SymbolicExpressionGrammar\SymbolValueConfiguration.cs" />
|
---|
| 192 | <Compile Include="Encoding\SymbolicExpressionGrammar\SymbolicExpressionGrammarValueConfiguration.cs" />
|
---|
[5653] | 193 | <Compile Include="Encoding\ValueConfigurations\RangeValueConfiguration.cs" />
|
---|
| 194 | <Compile Include="Encoding\ValueConfigurations\ParameterizedValueConfiguration.cs" />
|
---|
| 195 | <Compile Include="Evaluators\AlgorithmEvaluator.cs" />
|
---|
| 196 | <Compile Include="Evaluators\AlgorithmRunsAnalyzer.cs" />
|
---|
| 197 | <Compile Include="Evaluators\AlgorithmSubScopesCreator.cs" />
|
---|
| 198 | <Compile Include="Evaluators\PMOEvaluator.cs" />
|
---|
[5359] | 199 | <Compile Include="MetaOptimizationUtil.cs" />
|
---|
[6017] | 200 | <Compile Include="Operators\Crossovers\IntValue\MultiIntValueCrossover.cs" />
|
---|
[7101] | 201 | <Compile Include="Plugin.cs" />
|
---|
[5313] | 202 | <Compile Include="TypeValue.cs" />
|
---|
[7101] | 203 | <None Include="Plugin.cs.frame" />
|
---|
[4982] | 204 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5359] | 205 | <Compile Include="Analyzers\SolutionCacheAnalyzer.cs" />
|
---|
[5293] | 206 | <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" />
|
---|
[5110] | 207 | <Compile Include="ConstrainedItemList.cs" />
|
---|
[5303] | 208 | <Compile Include="Encoding\Manipulators\ParameterConfigurationManipulator.cs" />
|
---|
| 209 | <Compile Include="Encoding\Manipulators\ParameterConfigurationOnePositionsManipulator.cs" />
|
---|
[5111] | 210 | <Compile Include="Encoding\NullValue.cs" />
|
---|
[5144] | 211 | <Compile Include="Encoding\ParameterCombinationsEnumerator.cs" />
|
---|
[5111] | 212 | <Compile Include="Encoding\RangeConstraints\PercentValueRange.cs">
|
---|
[4981] | 213 | <SubType>Code</SubType>
|
---|
| 214 | </Compile>
|
---|
[5111] | 215 | <Compile Include="Encoding\ValueConfigurations\NullValueConfiguration.cs" />
|
---|
| 216 | <Compile Include="Encoding\RangeConstraints\ConstrainedValue.cs">
|
---|
| 217 | <SubType>Code</SubType>
|
---|
| 218 | </Compile>
|
---|
| 219 | <Compile Include="Encoding\RangeConstraints\DoubleValueRange.cs" />
|
---|
| 220 | <Compile Include="Encoding\RangeConstraints\IntValueRange.cs" />
|
---|
| 221 | <Compile Include="Encoding\ParameterConfigurationTree.cs" />
|
---|
| 222 | <Compile Include="Encoding\ValueConfigurations\ValueConfiguration.cs" />
|
---|
| 223 | <Compile Include="Encoding\ValueConfigurations\CheckedValueConfigurationCollection.cs" />
|
---|
[5653] | 224 | <Compile Include="AlgorithmExecutor.cs" />
|
---|
[5184] | 225 | <Compile Include="Interfaces\IParameterConfigurationCrossover.cs" />
|
---|
[4981] | 226 | <Compile Include="Interfaces\ICheckedValueConfigurationCollection.cs" />
|
---|
[6017] | 227 | <Compile Include="Operators\Crossovers\DoubleValue\AverageDoubleValueCrossover.cs" />
|
---|
| 228 | <Compile Include="Operators\Crossovers\IntValue\AverageIntValueCrossover.cs" />
|
---|
| 229 | <Compile Include="Operators\Crossovers\IntValue\NormalIntValueCrossover.cs" />
|
---|
| 230 | <Compile Include="Operators\Crossovers\DoubleValue\NormalDoubleValueCrossover.cs" />
|
---|
| 231 | <Compile Include="Operators\Crossovers\DoubleValue\DiscreteDoubleValueCrossover.cs" />
|
---|
| 232 | <Compile Include="Operators\Crossovers\IntValue\DiscreteIntValueCrossover.cs" />
|
---|
[5111] | 233 | <Compile Include="Operators\Interfaces\IDoubleValueCrossover.cs" />
|
---|
| 234 | <Compile Include="Operators\Interfaces\IDoubleValueManipulator.cs" />
|
---|
| 235 | <Compile Include="Operators\Interfaces\IIntValueManipulator.cs" />
|
---|
[4981] | 236 | <Compile Include="Interfaces\IOptimizable.cs" />
|
---|
[4830] | 237 | <Compile Include="Interfaces\IParameterConfigurationCreator.cs" />
|
---|
| 238 | <Compile Include="Creators\RandomParameterConfigurationCreator.cs" />
|
---|
[5111] | 239 | <Compile Include="Encoding\Crossovers\ParameterConfigurationCrossover.cs" />
|
---|
[4830] | 240 | <Compile Include="Interfaces\IParameterConfigurationOperator.cs" />
|
---|
| 241 | <Compile Include="Interfaces\IRange.cs" />
|
---|
[5111] | 242 | <Compile Include="Interfaces\IParameterConfigurationEvaluator.cs" />
|
---|
[4516] | 243 | <Compile Include="Interfaces\IParameterConfiguration.cs" />
|
---|
[5111] | 244 | <Compile Include="Encoding\ParameterConfigurations\ParameterConfiguration.cs" />
|
---|
[4839] | 245 | <Compile Include="Interfaces\IValueConfiguration.cs" />
|
---|
[5111] | 246 | <Compile Include="Encoding\RangeConstraints\Range.cs" />
|
---|
[5009] | 247 | <Compile Include="Interfaces\IParameterConfigurationManipulator.cs" />
|
---|
[5303] | 248 | <Compile Include="Encoding\Manipulators\ParameterConfigurationAllPositionsManipulator.cs" />
|
---|
[5111] | 249 | <Compile Include="Operators\Interfaces\IIntValueCrossover.cs" />
|
---|
| 250 | <Compile Include="Operators\Interfaces\IValueManipulator.cs" />
|
---|
[6017] | 251 | <Compile Include="Operators\Manipulators\IntValue\NormalIntValueManipulator.cs" />
|
---|
| 252 | <Compile Include="Operators\Manipulators\IntValue\UniformIntValueManipulator.cs" />
|
---|
| 253 | <Compile Include="Operators\Manipulators\DoubleValue\UniformDoubleValueManipulator.cs" />
|
---|
| 254 | <Compile Include="Operators\Manipulators\DoubleValue\NormalDoubleValueManipulator.cs" />
|
---|
[4516] | 255 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 256 | <Compile Include="MetaOptimizationProblem.cs" />
|
---|
| 257 | </ItemGroup>
|
---|
| 258 | <ItemGroup>
|
---|
| 259 | <None Include="HeuristicLab.snk" />
|
---|
| 260 | </ItemGroup>
|
---|
[6017] | 261 | <ItemGroup>
|
---|
| 262 | <Folder Include="Operators\Crossovers\SymbolicExpressionGrammar\" />
|
---|
| 263 | </ItemGroup>
|
---|
[4516] | 264 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 265 | <PropertyGroup>
|
---|
| 266 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 267 | set ProjectDir=$(ProjectDir)
|
---|
| 268 | set SolutionDir=$(SolutionDir)
|
---|
[4982] | 269 | set Outdir=$(Outdir)
|
---|
| 270 |
|
---|
| 271 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[4516] | 272 | </PropertyGroup>
|
---|
| 273 | <PropertyGroup>
|
---|
[6984] | 274 | <PostBuildEvent>
|
---|
| 275 | </PostBuildEvent>
|
---|
[4516] | 276 | </PropertyGroup>
|
---|
| 277 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 278 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 279 | <Target Name="BeforeBuild">
|
---|
| 280 | </Target>
|
---|
| 281 | <Target Name="AfterBuild">
|
---|
| 282 | </Target>
|
---|
| 283 | -->
|
---|
| 284 | </Project> |
---|