Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj @ 5313

Last change on this file since 5313 was 5313, checked in by cneumuel, 13 years ago

#1215

  • changed AlgorithType and ProblemType to actually be types not objects. this eliminates redundant views for MetaOptimizationProblem
  • import algorithm for MetaOptimizationProblem
  • nicer dialog for combination creation
  • fixed iconimage for ParameterConfigurations
  • fixed ValidValues
File size: 12.8 KB
Line 
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>v4.0</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.MetaOptimization-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
75      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Collections-3.3">
78      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Common-3.3">
81      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Common.Resources-3.3">
84      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Core-3.3">
87      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Data-3.3">
90      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
93      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
96      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
99      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Operators-3.3">
102      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Optimization-3.3">
105      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Parameters-3.3">
108      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Persistence-3.3">
111      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
114      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
117      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.SequentialEngine-3.3">
123      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="System" />
126    <Reference Include="System.Core" />
127    <Reference Include="System.Drawing" />
128    <Reference Include="System.Xml.Linq" />
129    <Reference Include="System.Data.DataSetExtensions" />
130    <Reference Include="System.Data" />
131    <Reference Include="System.Xml" />
132  </ItemGroup>
133  <ItemGroup>
134    <Compile Include="Analyzers\BestParameterConfigurationAnalyzer.cs" />
135    <Compile Include="ConstrainedTypeValue.cs" />
136    <Compile Include="TypeValue.cs" />
137    <None Include="Properties\AssemblyInfo.cs.frame" />
138    <None Include="HeuristicLabProblemsMetaOptimizationPlugin.cs.frame" />
139    <Compile Include="Analyzers\RunsAnalyzer.cs" />
140    <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" />
141    <Compile Include="ConstrainedItemList.cs" />
142    <Compile Include="Encoding\Manipulators\ParameterConfigurationManipulator.cs" />
143    <Compile Include="Encoding\Manipulators\ParameterConfigurationOnePositionsManipulator.cs" />
144    <Compile Include="Encoding\NullValue.cs" />
145    <Compile Include="Encoding\ParameterCombinationsEnumerator.cs" />
146    <Compile Include="Encoding\RangeConstraints\PercentValueRange.cs">
147      <SubType>Code</SubType>
148    </Compile>
149    <Compile Include="Encoding\ValueConfigurations\NullValueConfiguration.cs" />
150    <Compile Include="Encoding\RangeConstraints\ConstrainedValue.cs">
151      <SubType>Code</SubType>
152    </Compile>
153    <Compile Include="Encoding\RangeConstraints\DoubleValueRange.cs" />
154    <Compile Include="Encoding\RangeConstraints\IntValueRange.cs" />
155    <Compile Include="Encoding\ParameterConfigurationTree.cs" />
156    <Compile Include="Encoding\ValueConfigurations\ValueConfiguration.cs" />
157    <Compile Include="Encoding\ValueConfigurations\CheckedValueConfigurationCollection.cs" />
158    <Compile Include="Evaluators\AlgorithmExecutor.cs" />
159    <Compile Include="Interfaces\IParameterConfigurationCrossover.cs" />
160    <Compile Include="Interfaces\ICheckedValueConfigurationCollection.cs" />
161    <Compile Include="Operators\Crossovers\AverageDoubleValueCrossover.cs" />
162    <Compile Include="Operators\Crossovers\AverageIntValueCrossover.cs" />
163    <Compile Include="Operators\Crossovers\NormalIntValueCrossover.cs" />
164    <Compile Include="Operators\Crossovers\NormalDoubleValueCrossover.cs" />
165    <Compile Include="Operators\Crossovers\DiscreteDoubleValueCrossover.cs" />
166    <Compile Include="Operators\Crossovers\DiscreteIntValueCrossover.cs" />
167    <Compile Include="Operators\Interfaces\IDoubleValueCrossover.cs" />
168    <Compile Include="Operators\Interfaces\IDoubleValueManipulator.cs" />
169    <Compile Include="Operators\Interfaces\IIntValueManipulator.cs" />
170    <Compile Include="Interfaces\IOptimizable.cs" />
171    <Compile Include="Interfaces\IParameterConfigurationCreator.cs" />
172    <Compile Include="Creators\RandomParameterConfigurationCreator.cs" />
173    <Compile Include="Encoding\Crossovers\ParameterConfigurationCrossover.cs" />
174    <Compile Include="Interfaces\IParameterConfigurationOperator.cs" />
175    <Compile Include="Interfaces\IRange.cs" />
176    <Compile Include="Evaluators\ParameterConfigurationEvaluator.cs" />
177    <Compile Include="Interfaces\IParameterConfigurationEvaluator.cs" />
178    <Compile Include="Interfaces\IParameterConfiguration.cs" />
179    <Compile Include="Encoding\ParameterConfigurations\ParameterConfiguration.cs" />
180    <Compile Include="Interfaces\IValueConfiguration.cs" />
181    <Compile Include="Encoding\RangeConstraints\Range.cs" />
182    <Compile Include="Interfaces\IParameterConfigurationManipulator.cs" />
183    <Compile Include="Encoding\Manipulators\ParameterConfigurationAllPositionsManipulator.cs" />
184    <Compile Include="Operators\Interfaces\IIntValueCrossover.cs" />
185    <Compile Include="Operators\Interfaces\IValueManipulator.cs" />
186    <Compile Include="Operators\Manipulators\NormalIntValueManipulator.cs" />
187    <Compile Include="Operators\Manipulators\UniformIntValueManipulator.cs" />
188    <Compile Include="Operators\Manipulators\UniformDoubleValueManipulator.cs" />
189    <Compile Include="Operators\Manipulators\NormalDoubleValueManipulator.cs" />
190    <Compile Include="Properties\AssemblyInfo.cs" />
191    <Compile Include="MetaOptimizationProblem.cs" />
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="HeuristicLab.snk" />
195    <Compile Include="HeuristicLabProblemsMetaOptimizationPlugin.cs" />
196    <None Include="UpdateLocalInstallation.cmd" />
197  </ItemGroup>
198  <ItemGroup />
199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200  <PropertyGroup>
201    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205
206call PreBuildEvent.cmd</PreBuildEvent>
207  </PropertyGroup>
208  <PropertyGroup>
209    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
210set ProjectDir=$(ProjectDir)
211set SolutionDir=$(SolutionDir)
212set Outdir=$(Outdir)
213
214call UpdateLocalInstallation.cmd</PostBuildEvent>
215  </PropertyGroup>
216  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
217       Other similar extension points exist, see Microsoft.Common.targets.
218  <Target Name="BeforeBuild">
219  </Target>
220  <Target Name="AfterBuild">
221  </Target>
222  -->
223</Project>
Note: See TracBrowser for help on using the repository browser.