Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj @ 11484

Last change on this file since 11484 was 11484, checked in by abeham, 9 years ago

#2174: Major refactoring

  • Removed ProblemDefinitionHosts
  • Renamed ParameterVector to Individual
  • Renamed Configuration to Encoding
  • Changed handling of existing operators that they will not be removed and recreated, but only rewired
File size: 10.9 KB
Line 
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>
10    <RootNamespace>HeuristicLab.Problems.Programmable</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Programmable-3.3</AssemblyName>
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>
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>
109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
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>
123    <Reference Include="System" />
124    <Reference Include="System.Core" />
125    <Reference Include="System.Drawing" />
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>
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" />
140    <Compile Include="Helper.cs" />
141    <Compile Include="Interfaces\ISingleObjectiveMoveOperator.cs" />
142    <Compile Include="Interfaces\IMultiObjectiveProblemDefinition.cs" />
143    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemAnalyzer.cs" />
144    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemAnalyzer.cs" />
145    <Compile Include="Interfaces\IMultiObjectiveProgrammableProblemEvaluator.cs" />
146    <Compile Include="Interfaces\ISingleObjectiveProgrammableProblemEvaluator.cs" />
147    <Compile Include="Operators\MultiEncodingManipulator.cs" />
148    <Compile Include="Operators\MultiEncodingCrossover.cs" />
149    <Compile Include="Operators\SingleObjectiveMoveEvaluator.cs" />
150    <Compile Include="Operators\SingleObjectiveMoveGenerator.cs" />
151    <Compile Include="Operators\SingleObjectiveMoveMaker.cs" />
152    <Compile Include="Operators\MultiObjectiveAnalyzer.cs" />
153    <Compile Include="Operators\SingleObjectiveAnalyzer.cs" />
154    <Compile Include="Operators\MultiObjectiveEvaluator.cs" />
155    <Compile Include="Operators\SingleObjectiveEvaluator.cs" />
156    <Compile Include="Operators\MultiEncodingCreator.cs" />
157    <Compile Include="Interfaces\IProblemDefinition.cs" />
158    <Compile Include="Interfaces\ISingleObjectiveProblemDefinition.cs" />
159    <Compile Include="Operators\SingleObjectiveImprover.cs" />
160    <Compile Include="ProblemDefinition.cs" />
161    <Compile Include="ProblemScriptBase.cs" />
162    <Compile Include="ProblemScript.cs" />
163    <Compile Include="MultiObjectiveProblemDefinition.cs" />
164    <Compile Include="SingleObjectiveProblemDefinition.cs" />
165    <Compile Include="MultiObjectiveProblemScript.cs" />
166    <Compile Include="SingleObjectiveProblemScript.cs" />
167    <Compile Include="MultiObjectiveProgrammableProblem.cs" />
168    <Compile Include="SingleObjectiveProgrammableProblem.cs" />
169    <None Include="HeuristicLab.snk" />
170    <None Include="Plugin.cs.frame" />
171    <Compile Include="Plugin.cs" />
172    <None Include="Properties\AssemblyInfo.cs.frame" />
173    <Compile Include="Properties\AssemblyInfo.cs" />
174  </ItemGroup>
175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176  <PropertyGroup>
177    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178set ProjectDir=$(ProjectDir)
179set SolutionDir=$(SolutionDir)
180set Outdir=$(Outdir)
181
182call PreBuildEvent.cmd</PreBuildEvent>
183  </PropertyGroup>
184  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
185       Other similar extension points exist, see Microsoft.Common.targets.
186  <Target Name="BeforeBuild">
187  </Target>
188  <Target Name="AfterBuild">
189  </Target>
190  -->
191</Project>
Note: See TracBrowser for help on using the repository browser.