Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj @ 16386

Last change on this file since 16386 was 16310, checked in by bwerth, 6 years ago

#2943 worked on MOBasicProblem and MOAnalyzers

File size: 11.4 KB
RevLine 
[13394]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{D53E8E48-CFAA-4F57-AC35-63BEF4476159}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
[14111]10    <RootNamespace>HeuristicLab.Problems.TestFunctions.MultiObjective</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</AssemblyName>
[13394]12    <TargetFrameworkVersion>v4.5</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>
[16171]19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[13394]20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
[13622]23    <RunCodeAnalysis>true</RunCodeAnalysis>
[13394]24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
[14121]28    <OutputPath>..\..\bin\</OutputPath>
[13394]29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
[13622]39  <PropertyGroup>
40    <StartupObject />
41  </PropertyGroup>
[14168]42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>..\..\bin\</OutputPath>
45    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <RunCodeAnalysis>true</RunCodeAnalysis>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53    <OutputPath>..\..\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x64</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\bin\</OutputPath>
64    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <RunCodeAnalysis>true</RunCodeAnalysis>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72    <OutputPath>..\..\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
[13394]80  <ItemGroup>
[16123]81    <Reference Include="HeuristicLab.Collections-3.3">
82      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[13394]83    </Reference>
[16123]84    <Reference Include="HeuristicLab.Common-3.3">
85      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Common.Resources-3.3">
88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Core-3.3">
91      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
94      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.Operators-3.3">
97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Parameters-3.3">
100      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Persistence-3.3">
103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Problems.Instances-3.3">
109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
110    </Reference>
[13394]111    <Reference Include="System" />
112    <Reference Include="System.Core" />
[13563]113    <Reference Include="System.Drawing" />
[13622]114    <Reference Include="System.Windows.Forms" />
[14130]115    <Reference Include="System.Windows.Forms.DataVisualization" />
[13394]116    <Reference Include="System.Xml.Linq" />
117    <Reference Include="System.Data.DataSetExtensions" />
118    <Reference Include="Microsoft.CSharp" />
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
[13672]123    <Compile Include="Analyzers\ScatterPlotAnalyzer.cs" />
124    <Compile Include="Analyzers\CrowdingAnalyzer.cs" />
125    <Compile Include="Analyzers\InvertedGenerationalDistanceAnalyzer.cs" />
126    <Compile Include="Analyzers\HypervolumeAnalyzer.cs" />
127    <Compile Include="Analyzers\MOTFAnalyzer.cs" />
128    <Compile Include="Analyzers\GenerationalDistanceAnalyzer.cs" />
129    <Compile Include="Analyzers\SpacingAnalyzer.cs" />
[14066]130    <Compile Include="Instances\IHRInstanceProvider.cs" />
[13894]131    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
[13672]132    <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
[15203]133    <Compile Include="ParetoFrontScatterPlot.cs" />
[14097]134    <Compile Include="Utilities.cs" />
[14066]135    <Compile Include="Instances\MISCInstanceProvider.cs" />
136    <Compile Include="Instances\ZDTInstanceProvider.cs" />
137    <Compile Include="Instances\MOTFData.cs" />
138    <Compile Include="Instances\MOTFDataDescriptor.cs" />
139    <Compile Include="Instances\DTLZInstanceProvider.cs" />
[14069]140    <Compile Include="TestFunctions\Misc\CIGTAB.cs" />
141    <Compile Include="TestFunctions\IHR\IHR.cs" />
142    <Compile Include="TestFunctions\IHR\IHR1.cs" />
143    <Compile Include="TestFunctions\IHR\IHR6.cs" />
144    <Compile Include="TestFunctions\IHR\IHR4.cs" />
145    <Compile Include="TestFunctions\IHR\IHR3.cs" />
146    <Compile Include="TestFunctions\IHR\IHR2.cs" />
147    <Compile Include="TestFunctions\Misc\ELLI1.cs" />
[13421]148    <Compile Include="Interfaces\IMultiObjectiveTestFunction.cs" />
149    <Compile Include="MultiObjectiveTestFunctionProblem.cs" />
[14069]150    <Compile Include="TestFunctions\ParetoFrontStore.cs" />
[13394]151    <Compile Include="Plugin.cs" />
152    <Compile Include="Properties\AssemblyInfo.cs" />
[14069]153    <Compile Include="TestFunctions\DTLZ\DTLZ.cs" />
154    <Compile Include="TestFunctions\DTLZ\DTLZ5.cs" />
155    <Compile Include="TestFunctions\DTLZ\DTLZ8.cs" />
156    <Compile Include="TestFunctions\DTLZ\DTLZ7.cs" />
157    <Compile Include="TestFunctions\DTLZ\DTLZ6.cs" />
158    <Compile Include="TestFunctions\DTLZ\DTLZ4.cs" />
159    <Compile Include="TestFunctions\DTLZ\DTLZ3.cs" />
160    <Compile Include="TestFunctions\DTLZ\DTLZ2.cs" />
161    <Compile Include="TestFunctions\Misc\Kursawe.cs" />
162    <Compile Include="TestFunctions\DTLZ\DTLZ1.cs" />
163    <Compile Include="TestFunctions\ZDT\ZDT.cs" />
164    <Compile Include="TestFunctions\ZDT\ZDT6.cs" />
165    <Compile Include="TestFunctions\ZDT\ZDT4.cs" />
166    <Compile Include="TestFunctions\ZDT\ZDT3.cs" />
167    <Compile Include="TestFunctions\ZDT\ZDT2.cs" />
168    <Compile Include="TestFunctions\ZDT\ZDT1.cs" />
169    <Compile Include="TestFunctions\Misc\SchafferN2.cs" />
170    <Compile Include="TestFunctions\Misc\SchafferN1.cs" />
171    <Compile Include="TestFunctions\Misc\Fonseca.cs" />
172    <Compile Include="TestFunctions\MultiObjectiveTestFunction.cs" />
[13394]173  </ItemGroup>
174  <ItemGroup>
[14069]175    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT1.pf" />
176    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ1.2D.pf" />
177    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ2.2D.pf" />
178    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ3.2D.pf" />
179    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ4.2D.pf" />
180    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ5.2D.pf" />
181    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ6.2D.pf" />
182    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ7.2D.pf" />
183    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Fonseca.pf" />
184    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Kursawe.pf" />
185    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\SchafferN1.pf" />
186    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT2.pf" />
187    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT3.pf" />
188    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT4.pf" />
189    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT6.pf" />
[13394]190    <None Include="HeuristicLab.snk" />
191    <None Include="Plugin.cs.frame" />
192    <None Include="Properties\AssemblyInfo.cs.frame" />
193  </ItemGroup>
[13622]194  <ItemGroup>
[16123]195    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
196      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
197      <Name>HeuristicLab.Analysis-3.3</Name>
[14120]198    </ProjectReference>
[16171]199    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
200      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
201      <Name>HeuristicLab.Data-3.3</Name>
202    </ProjectReference>
[14120]203    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
204      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
205      <Name>HeuristicLab.Optimization-3.3</Name>
206    </ProjectReference>
[13622]207  </ItemGroup>
[13394]208  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
209  <PropertyGroup>
[13622]210    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[13394]211set ProjectDir=$(ProjectDir)
212set SolutionDir=$(SolutionDir)
213set Outdir=$(Outdir)
214
215call PreBuildEvent.cmd
216</PreBuildEvent>
[13622]217    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
218  export ProjectDir=$(ProjectDir)
219export SolutionDir=$(SolutionDir)
220
221$SolutionDir/PreBuildEvent.sh
222</PreBuildEvent>
[13394]223  </PropertyGroup>
224  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225       Other similar extension points exist, see Microsoft.Common.targets.
226  <Target Name="BeforeBuild">
227  </Target>
228  <Target Name="AfterBuild">
229  </Target>
230  -->
[14168]231</Project>
Note: See TracBrowser for help on using the repository browser.