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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\</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>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
76 | <Private>False</Private>
|
---|
77 | </Reference>
|
---|
78 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
79 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
80 | <Private>False</Private>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
84 | <Private>False</Private>
|
---|
85 | </Reference>
|
---|
86 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
88 | <Private>False</Private>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
91 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
92 | <Private>False</Private>
|
---|
93 | </Reference>
|
---|
94 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
95 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
96 | <Private>False</Private>
|
---|
97 | </Reference>
|
---|
98 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
99 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
100 | <Private>False</Private>
|
---|
101 | </Reference>
|
---|
102 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
103 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
104 | <Private>False</Private>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
107 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
108 | <Private>False</Private>
|
---|
109 | </Reference>
|
---|
110 | <Reference Include="HeuristicLab.Encodings.ParameterConfigurationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
111 | <Private>False</Private>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
114 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
115 | <Private>False</Private>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
118 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
119 | <Private>False</Private>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
122 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
123 | <Private>False</Private>
|
---|
124 | </Reference>
|
---|
125 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
126 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
127 | <Private>False</Private>
|
---|
128 | </Reference>
|
---|
129 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
130 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
131 | <Private>False</Private>
|
---|
132 | </Reference>
|
---|
133 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
134 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
135 | <Private>False</Private>
|
---|
136 | </Reference>
|
---|
137 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
139 | <Private>False</Private>
|
---|
140 | </Reference>
|
---|
141 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
142 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
143 | <Private>False</Private>
|
---|
144 | </Reference>
|
---|
145 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
146 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
147 | <Private>False</Private>
|
---|
148 | </Reference>
|
---|
149 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
150 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
151 | <Private>False</Private>
|
---|
152 | </Reference>
|
---|
153 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
154 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
155 | <Private>False</Private>
|
---|
156 | </Reference>
|
---|
157 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
158 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
159 | <Private>False</Private>
|
---|
160 | </Reference>
|
---|
161 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
162 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
163 | <Private>False</Private>
|
---|
164 | </Reference>
|
---|
165 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
166 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
167 | <Private>False</Private>
|
---|
168 | </Reference>
|
---|
169 | <Reference Include="System" />
|
---|
170 | <Reference Include="System.Core" />
|
---|
171 | <Reference Include="System.Drawing" />
|
---|
172 | <Reference Include="System.Xml.Linq" />
|
---|
173 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
174 | <Reference Include="System.Data" />
|
---|
175 | <Reference Include="System.Xml" />
|
---|
176 | </ItemGroup>
|
---|
177 | <ItemGroup>
|
---|
178 | <Compile Include="Analyzers\BestParameterConfigurationAnalyzer.cs" />
|
---|
179 | <Compile Include="Analyzers\PopulationAnalyzer.cs" />
|
---|
180 | <Compile Include="Analyzers\PMOBestSolutionHistoryAnalyzer.cs" />
|
---|
181 | <Compile Include="Analyzers\PMOProblemQualitiesAnalyzer.cs" />
|
---|
182 | <Compile Include="Analyzers\PMOPopulationDiversityAnalyzer.cs" />
|
---|
183 | <Compile Include="ConstrainedItemList.cs" />
|
---|
184 | <Compile Include="ConstrainedTypeValue.cs" />
|
---|
185 | <Compile Include="Evaluators\AlgorithmEvaluator.cs" />
|
---|
186 | <Compile Include="Evaluators\AlgorithmRunsAnalyzer.cs" />
|
---|
187 | <Compile Include="Evaluators\AlgorithmSubScopesCreator.cs" />
|
---|
188 | <Compile Include="Evaluators\PMOEvaluator.cs" />
|
---|
189 | <Compile Include="MetaOptimizationUtil.cs" />
|
---|
190 | <Compile Include="Plugin.cs" />
|
---|
191 | <None Include="Plugin.cs.frame" />
|
---|
192 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
193 | <Compile Include="Analyzers\SolutionCacheAnalyzer.cs" />
|
---|
194 | <Compile Include="Analyzers\ReferenceQualityAnalyzer.cs" />
|
---|
195 | <Compile Include="AlgorithmExecutor.cs" />
|
---|
196 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
197 | <Compile Include="MetaOptimizationProblem.cs" />
|
---|
198 | </ItemGroup>
|
---|
199 | <ItemGroup>
|
---|
200 | <None Include="HeuristicLab.snk" />
|
---|
201 | </ItemGroup>
|
---|
202 | <ItemGroup />
|
---|
203 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
204 | <PropertyGroup>
|
---|
205 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
206 | set ProjectDir=$(ProjectDir)
|
---|
207 | set SolutionDir=$(SolutionDir)
|
---|
208 | set Outdir=$(Outdir)
|
---|
209 |
|
---|
210 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
211 | </PropertyGroup>
|
---|
212 | <PropertyGroup>
|
---|
213 | <PostBuildEvent>
|
---|
214 | </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> |
---|