Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3057_DynamicALPS/HeuristicLab.Algorithms.DynamicALPS/3.4/HeuristicLab.Algorithms.DynamicALPS-3.4.csproj @ 18078

Last change on this file since 18078 was 17438, checked in by kyang, 5 years ago

#3057 The first draft of Dynamic ALPS with SMS-EMOA by using a main-loop structure.

File size: 13.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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{15452B9F-A436-4139-8EE7-DA72FB8D3664}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DynamicALPS</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DynamicALPS-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67    <Prefer32Bit>false</Prefer32Bit>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77    <Prefer32Bit>false</Prefer32Bit>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87    <Prefer32Bit>false</Prefer32Bit>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
90    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x64</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97    <Prefer32Bit>false</Prefer32Bit>
98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Algorithms.NSGA2-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Algorithms.NSGA2-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Analysis-3.3">
110      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Collections-3.3">
114      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Common-3.3">
118      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Core-3.3">
122      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Data-3.3">
126      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Operators-3.3">
138      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization-3.3">
142      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Parameters-3.3">
150      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Persistence-3.3">
154      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Persistence.GUI-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Persistence.GUI-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
164      <Private>False</Private>
165    </Reference>
166    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
169      <Private>False</Private>
170    </Reference>
171    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
172      <SpecificVersion>False</SpecificVersion>
173      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
174    </Reference>
175    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
176      <SpecificVersion>False</SpecificVersion>
177      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
178    </Reference>
179    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
180      <SpecificVersion>False</SpecificVersion>
181      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
182    </Reference>
183    <Reference Include="HeuristicLab.Problems.GeneticProgramming-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
184      <SpecificVersion>False</SpecificVersion>
185      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath>
186    </Reference>
187    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
188      <SpecificVersion>False</SpecificVersion>
189      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
190    </Reference>
191    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
192      <SpecificVersion>False</SpecificVersion>
193      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
194    </Reference>
195    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
196      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
197    </Reference>
198    <Reference Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
199      <SpecificVersion>False</SpecificVersion>
200      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath>
201      <Private>False</Private>
202    </Reference>
203    <Reference Include="HeuristicLab.Random-3.3">
204      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
205      <Private>False</Private>
206    </Reference>
207    <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
208      <SpecificVersion>False</SpecificVersion>
209      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
210    </Reference>
211    <Reference Include="System" />
212    <Reference Include="System.Core">
213      <RequiredTargetFramework>3.5</RequiredTargetFramework>
214    </Reference>
215    <Reference Include="System.Data" />
216    <Reference Include="System.Drawing" />
217    <Reference Include="System.Xml" />
218  </ItemGroup>
219  <ItemGroup>
220    <Compile Include="DynamicALPSAlgorithm.cs" />
221    <Compile Include="DynamicALPSAlgorithmBase.cs" />
222    <Compile Include="DynamicALPSASolution.cs" />
223    <Compile Include="DynamicALPSUtil.cs" />
224    <None Include="app.config" />
225    <None Include="HeuristicLab.snk" />
226    <None Include="Plugin.cs.frame" />
227    <Compile Include="Plugin.cs" />
228    <Compile Include="Properties\AssemblyInfo.cs" />
229    <None Include="Properties\AssemblyInfo.cs.frame" />
230  </ItemGroup>
231  <ItemGroup>
232    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
233      <Visible>False</Visible>
234      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
235      <Install>false</Install>
236    </BootstrapperPackage>
237    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
238      <Visible>False</Visible>
239      <ProductName>.NET Framework 3.5 SP1</ProductName>
240      <Install>true</Install>
241    </BootstrapperPackage>
242    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
243      <Visible>False</Visible>
244      <ProductName>Windows Installer 3.1</ProductName>
245      <Install>true</Install>
246    </BootstrapperPackage>
247  </ItemGroup>
248  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250       Other similar extension points exist, see Microsoft.Common.targets.
251  <Target Name="BeforeBuild">
252  </Target>
253  <Target Name="AfterBuild">
254  </Target>
255  -->
256  <PropertyGroup>
257    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
258set ProjectDir=$(ProjectDir)
259set SolutionDir=$(SolutionDir)
260set Outdir=$(Outdir)
261
262call PreBuildEvent.cmd
263</PreBuildEvent>
264    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
265export ProjectDir=$(ProjectDir)
266export SolutionDir=$(SolutionDir)
267
268$SolutionDir/PreBuildEvent.sh
269</PreBuildEvent>
270  </PropertyGroup>
271  <PropertyGroup>
272    <PostBuildEvent>
273    </PostBuildEvent>
274  </PropertyGroup>
275</Project>
Note: See TracBrowser for help on using the repository browser.