Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2745 fixed pausing and stopping and namespaces; Added MaximalDatasetSize and rudimentary ISurrogateAlgorithm-interface

File size: 8.4 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.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <SpecificVersion>False</SpecificVersion>
55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-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.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="System" />
99    <Reference Include="System.Core" />
100    <Reference Include="System.Xml.Linq" />
101    <Reference Include="System.Data.DataSetExtensions" />
102    <Reference Include="Microsoft.CSharp" />
103    <Reference Include="System.Data" />
104    <Reference Include="System.Net.Http" />
105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="EgoUtilities.cs" />
109    <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
110    <Compile Include="InfillCriteria\RobustImprovement.cs" />
111    <Compile Include="InfillCriteria\ConfidenceBound.cs" />
112    <Compile Include="InfillCriteria\ExpectedQuality.cs" />
113    <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
114    <Compile Include="InfillCriteria\ExpectedImprovement.cs" />
115    <Compile Include="Interfaces\ISurrogateAlgorithm.cs" />
116    <Compile Include="Interfaces\IInfillCriterion.cs" />
117    <Compile Include="Plugin.cs" />
118    <Compile Include="Problems\InfillProblem.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120  </ItemGroup>
121  <ItemGroup>
122    <None Include="Plugin.cs.frame" />
123    <None Include="Properties\AssemblyInfo.cs.frame" />
124  </ItemGroup>
125  <ItemGroup />
126  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127  <PropertyGroup>
128    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
129set ProjectDir=$(ProjectDir)
130set SolutionDir=$(SolutionDir)
131set Outdir=$(Outdir)
132
133call PreBuildEvent.cmd
134</PreBuildEvent>
135  </PropertyGroup>
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>
Note: See TracBrowser for help on using the repository browser.