[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>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 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>
|
---|
| 21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <ItemGroup>
|
---|
| 41 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 42 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 45 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 48 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 51 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
| 53 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 54 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
[4525] | 56 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
| 57 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
| 60 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
| 63 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 64 | </Reference>
|
---|
[4516] | 65 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 66 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 69 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 70 | </Reference>
|
---|
| 71 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 72 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 73 | </Reference>
|
---|
| 74 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 75 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 78 | <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="System" />
|
---|
| 81 | <Reference Include="System.Core" />
|
---|
| 82 | <Reference Include="System.Drawing" />
|
---|
| 83 | <Reference Include="System.Xml.Linq" />
|
---|
| 84 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 85 | <Reference Include="System.Data" />
|
---|
| 86 | <Reference Include="System.Xml" />
|
---|
| 87 | </ItemGroup>
|
---|
| 88 | <ItemGroup>
|
---|
| 89 | <Compile Include="Analyzers\BestQualityAnalyzer.cs" />
|
---|
| 90 | <Compile Include="Creators\RandomParameterSetCreator.cs" />
|
---|
| 91 | <Compile Include="Encodings\BooleanParameterConfiguration.cs" />
|
---|
[4525] | 92 | <Compile Include="Encodings\Crossovers\ParameterSetCrossover.cs" />
|
---|
| 93 | <Compile Include="Interfaces\IParameterSetOperator.cs" />
|
---|
[4516] | 94 | <Compile Include="NumericRangeList.cs" />
|
---|
| 95 | <Compile Include="Encodings\EnumerableParameterConfiguration.cs" />
|
---|
| 96 | <Compile Include="Interfaces\INumericRange.cs" />
|
---|
| 97 | <Compile Include="Encodings\NumericParameterConfiguration.cs" />
|
---|
| 98 | <Compile Include="Encodings\ParameterSet.cs" />
|
---|
| 99 | <Compile Include="Evaluators\MetaOptimizationEvaluator.cs" />
|
---|
| 100 | <Compile Include="Interfaces\IMetaOptimizationEvaluator.cs" />
|
---|
| 101 | <Compile Include="Interfaces\IParameterSet.cs" />
|
---|
| 102 | <Compile Include="Interfaces\IParameterSetCreator.cs" />
|
---|
| 103 | <Compile Include="Interfaces\IParameterConfiguration.cs" />
|
---|
| 104 | <Compile Include="Encodings\ParameterConfiguration.cs" />
|
---|
| 105 | <Compile Include="Encodings\ParameterConfigurationList.cs" />
|
---|
| 106 | <Compile Include="NumericRange.cs" />
|
---|
| 107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 108 | <Compile Include="MetaOptimizationProblem.cs" />
|
---|
| 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
| 111 | <None Include="HeuristicLab.snk" />
|
---|
| 112 | <Compile Include="HeuristicLabProblemsMetaOptimizationPlugin.cs" />
|
---|
| 113 | <None Include="UpdateLocalInstallation.cmd" />
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <ItemGroup />
|
---|
| 116 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 117 | <PropertyGroup>
|
---|
| 118 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 119 | set ProjectDir=$(ProjectDir)
|
---|
| 120 | set SolutionDir=$(SolutionDir)
|
---|
| 121 | set Outdir=$(Outdir)</PreBuildEvent>
|
---|
| 122 | </PropertyGroup>
|
---|
| 123 | <PropertyGroup>
|
---|
| 124 | <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 125 | set ProjectDir=$(ProjectDir)
|
---|
| 126 | set SolutionDir=$(SolutionDir)
|
---|
| 127 | set Outdir=$(Outdir)
|
---|
| 128 |
|
---|
| 129 | call UpdateLocalInstallation.cmd</PostBuildEvent>
|
---|
| 130 | </PropertyGroup>
|
---|
| 131 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 132 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 133 | <Target Name="BeforeBuild">
|
---|
| 134 | </Target>
|
---|
| 135 | <Target Name="AfterBuild">
|
---|
| 136 | </Target>
|
---|
| 137 | -->
|
---|
| 138 | </Project> |
---|