Free cookie consent management tool by TermsFeed Policy Generator

source: branches/EfficientGlobalOptimization/HeuristicLab.Algorithms.EGO/HeuristicLab.Algorithms.EGO-3.4.csproj @ 15338

Last change on this file since 15338 was 15338, checked in by bwerth, 7 years ago

#2745 fixed bug concerning new Start and StartAsync methods; passed CancellationToken to sub algorithms

File size: 9.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{F740AF15-7ADA-40D9-B225-837F4E4F41E0}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.EGO</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.EGO-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>bin\Release\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <ItemGroup>
33    <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
34      <SpecificVersion>False</SpecificVersion>
35      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>
36    </Reference>
37    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
38      <SpecificVersion>False</SpecificVersion>
39      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
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    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <SpecificVersion>False</SpecificVersion>
55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <SpecificVersion>False</SpecificVersion>
67      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
70    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
95    <Reference Include="HeuristicLab.Problems.SurrogateProblem-3.3, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.SurrogateProblem-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="Microsoft.Build.Tasks.v4.0" />
104    <Reference Include="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="Microsoft.CSharp" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="EgoUtilities.cs" />
110    <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
111    <Compile Include="InfillCriteria\AugmentedExpectedImprovement.cs" />
112    <Compile Include="InfillCriteria\ExpectedImprovementBase.cs" />
113    <Compile Include="InfillCriteria\NeighbourDistance.cs" />
114    <Compile Include="InfillCriteria\ExpectedQuantileImprovement.cs" />
115    <Compile Include="InfillCriteria\PluginExpectedImprovement.cs" />
116    <Compile Include="InfillCriteria\MinimalQuantileCriterium.cs" />
117    <Compile Include="InfillCriteria\ExpectedQuality.cs" />
118    <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
119    <Compile Include="InfillCriteria\ExpectedImprovement.cs" />
120    <Compile Include="Interfaces\IResultsOperator.cs" />
121    <Compile Include="Interfaces\ICancellableOperator.cs" />
122    <Compile Include="Interfaces\IInitialSampling.cs" />
123    <Compile Include="Interfaces\ISurrogateAlgorithm.cs" />
124    <Compile Include="Interfaces\IInfillCriterion.cs" />
125    <Compile Include="AdaptiveSamplingAlgorithm.cs" />
126    <Compile Include="Operators\FitnessClusteringAnalyzer.cs" />
127    <Compile Include="Operators\VariableVariabilityAnalyzer.cs" />
128    <Compile Include="Operators\ModelQualityAnalyzer.cs" />
129    <Compile Include="Operators\EvaluatedSolutionsAnalyzer.cs" />
130    <Compile Include="Operators\ModelBuilder.cs" />
131    <Compile Include="Operators\InfillSolver.cs" />
132    <Compile Include="Operators\CorrelationAnalyzer.cs" />
133    <Compile Include="Operators\SampleCollector.cs" />
134    <Compile Include="Plugin.cs" />
135    <Compile Include="Problems\InfillProblem.cs" />
136    <Compile Include="Properties\AssemblyInfo.cs" />
137    <Compile Include="SamplingMethods\LatinHyperCubeDesignOLD.cs" />
138    <Compile Include="SamplingMethods\LatinHyperCubeDesignCreator.cs" />
139    <Compile Include="SamplingMethods\UniformRandomSampling.cs" />
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="Plugin.cs.frame" />
143    <None Include="Properties\AssemblyInfo.cs.frame" />
144  </ItemGroup>
145  <ItemGroup />
146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147  <PropertyGroup>
148    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
149set ProjectDir=$(ProjectDir)
150set SolutionDir=$(SolutionDir)
151set Outdir=$(Outdir)
152
153call PreBuildEvent.cmd
154</PreBuildEvent>
155  </PropertyGroup>
156  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157       Other similar extension points exist, see Microsoft.Common.targets.
158  <Target Name="BeforeBuild">
159  </Target>
160  <Target Name="AfterBuild">
161  </Target>
162  -->
163</Project>
Note: See TracBrowser for help on using the repository browser.