[10726] | 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>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[10753] | 10 | <RootNamespace>HeuristicLab.Problems.Programmable</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.Programmable-3.3</AssemblyName>
|
---|
[10726] | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <ItemGroup>
|
---|
[10753] | 40 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 41 | <SpecificVersion>False</SpecificVersion>
|
---|
| 42 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 43 | <Private>False</Private>
|
---|
| 44 | </Reference>
|
---|
| 45 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 46 | <SpecificVersion>False</SpecificVersion>
|
---|
| 47 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 48 | <Private>False</Private>
|
---|
| 49 | </Reference>
|
---|
| 50 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 51 | <SpecificVersion>False</SpecificVersion>
|
---|
| 52 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 53 | <Private>False</Private>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 56 | <SpecificVersion>False</SpecificVersion>
|
---|
| 57 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 58 | <Private>False</Private>
|
---|
| 59 | </Reference>
|
---|
| 60 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 61 | <SpecificVersion>False</SpecificVersion>
|
---|
| 62 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 63 | <Private>False</Private>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 66 | <SpecificVersion>False</SpecificVersion>
|
---|
| 67 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 68 | <Private>False</Private>
|
---|
| 69 | </Reference>
|
---|
| 70 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 71 | <SpecificVersion>False</SpecificVersion>
|
---|
| 72 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 73 | <Private>False</Private>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 76 | <SpecificVersion>False</SpecificVersion>
|
---|
| 77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 78 | <Private>False</Private>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 81 | <SpecificVersion>False</SpecificVersion>
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 88 | <Private>False</Private>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
| 92 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 93 | </Reference>
|
---|
| 94 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 95 | <SpecificVersion>False</SpecificVersion>
|
---|
| 96 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 97 | <Private>False</Private>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 100 | <SpecificVersion>False</SpecificVersion>
|
---|
| 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 105 | <SpecificVersion>False</SpecificVersion>
|
---|
| 106 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 107 | <Private>False</Private>
|
---|
| 108 | </Reference>
|
---|
[10726] | 109 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 110 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 111 | <Private>False</Private>
|
---|
| 112 | </Reference>
|
---|
[10753] | 113 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 114 | <SpecificVersion>False</SpecificVersion>
|
---|
| 115 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 116 | <Private>False</Private>
|
---|
| 117 | </Reference>
|
---|
| 118 | <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 119 | <SpecificVersion>False</SpecificVersion>
|
---|
| 120 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 121 | <Private>False</Private>
|
---|
| 122 | </Reference>
|
---|
[10726] | 123 | <Reference Include="System" />
|
---|
| 124 | <Reference Include="System.Core" />
|
---|
[10753] | 125 | <Reference Include="System.Drawing" />
|
---|
[10726] | 126 | <Reference Include="System.Xml.Linq" />
|
---|
| 127 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 128 | <Reference Include="Microsoft.CSharp" />
|
---|
| 129 | <Reference Include="System.Data" />
|
---|
| 130 | <Reference Include="System.Xml" />
|
---|
| 131 | </ItemGroup>
|
---|
| 132 | <ItemGroup>
|
---|
[11484] | 133 | <Compile Include="Encodings\PermutationEncoding.cs" />
|
---|
| 134 | <Compile Include="Encodings\RealEncoding.cs" />
|
---|
| 135 | <Compile Include="Encodings\IntegerEncoding.cs" />
|
---|
| 136 | <Compile Include="Encodings\BinaryEncoding.cs" />
|
---|
| 137 | <Compile Include="Encodings\MultiEncoding.cs" />
|
---|
| 138 | <Compile Include="Encodings\Encoding.cs" />
|
---|
| 139 | <Compile Include="Encodings\Individual.cs" />
|
---|
[11396] | 140 | <Compile Include="Helper.cs" />
|
---|
[11543] | 141 | <Compile Include="Interfaces\IEncoding.cs" />
|
---|
[11484] | 142 | <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
|
---|
[11400] | 143 | <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
|
---|
| 144 | <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemAnalyzer.cs" />
|
---|
[11396] | 145 | <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemAnalyzer.cs" />
|
---|
[11400] | 146 | <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemEvaluator.cs" />
|
---|
[10753] | 147 | <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
|
---|
[11484] | 148 | <Compile Include="Operators\MultiEncodingManipulator.cs" />
|
---|
| 149 | <Compile Include="Operators\MultiEncodingCrossover.cs" />
|
---|
| 150 | <Compile Include="Operators\SingleObjectiveMoveEvaluator.cs" />
|
---|
| 151 | <Compile Include="Operators\SingleObjectiveMoveGenerator.cs" />
|
---|
| 152 | <Compile Include="Operators\SingleObjectiveMoveMaker.cs" />
|
---|
[11400] | 153 | <Compile Include="Operators\MultiObjectiveAnalyzer.cs" />
|
---|
[11396] | 154 | <Compile Include="Operators\SingleObjectiveAnalyzer.cs" />
|
---|
[11400] | 155 | <Compile Include="Operators\MultiObjectiveEvaluator.cs" />
|
---|
[10754] | 156 | <Compile Include="Operators\SingleObjectiveEvaluator.cs" />
|
---|
[11484] | 157 | <Compile Include="Operators\MultiEncodingCreator.cs" />
|
---|
[10856] | 158 | <Compile Include="Interfaces\IProblemDefinition.cs" />
|
---|
| 159 | <Compile Include="Interfaces\ISingleObjectiveProblemDefinition.cs" />
|
---|
[11484] | 160 | <Compile Include="Operators\SingleObjectiveImprover.cs" />
|
---|
[11397] | 161 | <Compile Include="ProblemDefinition.cs" />
|
---|
[11484] | 162 | <Compile Include="ProblemScriptBase.cs" />
|
---|
| 163 | <Compile Include="ProblemScript.cs" />
|
---|
[11400] | 164 | <Compile Include="MultiObjectiveProblemDefinition.cs" />
|
---|
[11393] | 165 | <Compile Include="SingleObjectiveProblemDefinition.cs" />
|
---|
[11484] | 166 | <Compile Include="MultiObjectiveProblemScript.cs" />
|
---|
| 167 | <Compile Include="SingleObjectiveProblemScript.cs" />
|
---|
[11400] | 168 | <Compile Include="MultiObjectiveProgrammableProblem.cs" />
|
---|
[10753] | 169 | <Compile Include="SingleObjectiveProgrammableProblem.cs" />
|
---|
[10726] | 170 | <None Include="HeuristicLab.snk" />
|
---|
| 171 | <None Include="Plugin.cs.frame" />
|
---|
| 172 | <Compile Include="Plugin.cs" />
|
---|
| 173 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 174 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 175 | </ItemGroup>
|
---|
| 176 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 177 | <PropertyGroup>
|
---|
| 178 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 179 | set ProjectDir=$(ProjectDir)
|
---|
| 180 | set SolutionDir=$(SolutionDir)
|
---|
| 181 | set Outdir=$(Outdir)
|
---|
| 182 |
|
---|
| 183 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 184 | </PropertyGroup>
|
---|
| 185 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 186 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 187 | <Target Name="BeforeBuild">
|
---|
| 188 | </Target>
|
---|
| 189 | <Target Name="AfterBuild">
|
---|
| 190 | </Target>
|
---|
| 191 | -->
|
---|
| 192 | </Project> |
---|