Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj @ 14121

Last change on this file since 14121 was 14121, checked in by mkommend, 8 years ago

#1087: Copied unit tests from branch and adapted path of multi-objective test function project file.

File size: 11.4 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  <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>
10    <RootNamespace>HeuristicLab.Problems.TestFunctions.MultiObjective</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <SccProjectName>Svn</SccProjectName>
15    <SccLocalPath>Svn</SccLocalPath>
16    <SccAuxPath>Svn</SccAuxPath>
17    <SccProvider>SubversionScc</SccProvider>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>..\..\bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <RunCodeAnalysis>true</RunCodeAnalysis>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup>
44    <StartupObject />
45  </PropertyGroup>
46  <ItemGroup>
47    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
48      <SpecificVersion>False</SpecificVersion>
49      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Drawing" />
55    <Reference Include="System.Windows.Forms" />
56    <Reference Include="System.Windows.Forms.DataVisualization" />
57    <Reference Include="System.Drawing" />
58    <Reference Include="System.Xml.Linq" />
59    <Reference Include="System.Data.DataSetExtensions" />
60    <Reference Include="Microsoft.CSharp" />
61    <Reference Include="System.Data" />
62    <Reference Include="System.Xml" />
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="Analyzers\ScatterPlotAnalyzer.cs" />
66    <Compile Include="Analyzers\CrowdingAnalyzer.cs" />
67    <Compile Include="Analyzers\InvertedGenerationalDistanceAnalyzer.cs" />
68    <Compile Include="Analyzers\HypervolumeAnalyzer.cs" />
69    <Compile Include="Analyzers\MOTFAnalyzer.cs" />
70    <Compile Include="Analyzers\GenerationalDistanceAnalyzer.cs" />
71    <Compile Include="Analyzers\SpacingAnalyzer.cs" />
72    <Compile Include="Instances\IHRInstanceProvider.cs" />
73    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
74    <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
75    <Compile Include="Calculators\Crowding.cs" />
76    <Compile Include="Calculators\Spacing.cs" />
77    <Compile Include="Calculators\HyperVolume.cs" />
78    <Compile Include="Calculators\InvertedGenerationalDistance.cs" />
79    <Compile Include="Calculators\GenerationalDistance.cs" />
80    <Compile Include="ScatterPlotContent.cs" />
81    <Compile Include="Utilities.cs" />
82    <Compile Include="Instances\MISCInstanceProvider.cs" />
83    <Compile Include="Instances\ZDTInstanceProvider.cs" />
84    <Compile Include="Instances\MOTFData.cs" />
85    <Compile Include="Instances\MOTFDataDescriptor.cs" />
86    <Compile Include="Instances\DTLZInstanceProvider.cs" />
87    <Compile Include="TestFunctions\Misc\CIGTAB.cs" />
88    <Compile Include="TestFunctions\IHR\IHR.cs" />
89    <Compile Include="TestFunctions\IHR\IHR1.cs" />
90    <Compile Include="TestFunctions\IHR\IHR6.cs" />
91    <Compile Include="TestFunctions\IHR\IHR4.cs" />
92    <Compile Include="TestFunctions\IHR\IHR3.cs" />
93    <Compile Include="TestFunctions\IHR\IHR2.cs" />
94    <Compile Include="TestFunctions\Misc\ELLI1.cs" />
95    <Compile Include="NonDominatedSelect.cs" />
96    <Compile Include="Interfaces\IMultiObjectiveTestFunction.cs" />
97    <Compile Include="MultiObjectiveTestFunctionProblem.cs" />
98    <Compile Include="TestFunctions\ParetoFrontStore.cs" />
99    <Compile Include="Plugin.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101    <Compile Include="TestFunctions\DTLZ\DTLZ.cs" />
102    <Compile Include="TestFunctions\DTLZ\DTLZ5.cs" />
103    <Compile Include="TestFunctions\DTLZ\DTLZ8.cs" />
104    <Compile Include="TestFunctions\DTLZ\DTLZ7.cs" />
105    <Compile Include="TestFunctions\DTLZ\DTLZ6.cs" />
106    <Compile Include="TestFunctions\DTLZ\DTLZ4.cs" />
107    <Compile Include="TestFunctions\DTLZ\DTLZ3.cs" />
108    <Compile Include="TestFunctions\DTLZ\DTLZ2.cs" />
109    <Compile Include="TestFunctions\Misc\Kursawe.cs" />
110    <Compile Include="TestFunctions\DTLZ\DTLZ1.cs" />
111    <Compile Include="TestFunctions\ZDT\ZDT.cs" />
112    <Compile Include="TestFunctions\ZDT\ZDT6.cs" />
113    <Compile Include="TestFunctions\ZDT\ZDT4.cs" />
114    <Compile Include="TestFunctions\ZDT\ZDT3.cs" />
115    <Compile Include="TestFunctions\ZDT\ZDT2.cs" />
116    <Compile Include="TestFunctions\ZDT\ZDT1.cs" />
117    <Compile Include="TestFunctions\Misc\SchafferN2.cs" />
118    <Compile Include="TestFunctions\Misc\SchafferN1.cs" />
119    <Compile Include="TestFunctions\Misc\Fonseca.cs" />
120    <Compile Include="TestFunctions\MultiObjectiveTestFunction.cs" />
121  </ItemGroup>
122  <ItemGroup>
123    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT1.pf" />
124    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ1.2D.pf" />
125    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ2.2D.pf" />
126    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ3.2D.pf" />
127    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ4.2D.pf" />
128    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ5.2D.pf" />
129    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ6.2D.pf" />
130    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ7.2D.pf" />
131    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Fonseca.pf" />
132    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Kursawe.pf" />
133    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\SchafferN1.pf" />
134    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT2.pf" />
135    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT3.pf" />
136    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT4.pf" />
137    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT6.pf" />
138    <None Include="HeuristicLab.snk" />
139    <None Include="Plugin.cs.frame" />
140    <None Include="Properties\AssemblyInfo.cs.frame" />
141  </ItemGroup>
142  <ItemGroup>
143    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
144      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
145      <Name>HeuristicLab.Collections-3.3</Name>
146      <Private>False</Private>
147    </ProjectReference>
148    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
149      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
150      <Name>HeuristicLab.Common-3.3</Name>
151      <Private>False</Private>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
154      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
155      <Name>HeuristicLab.Core-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
159      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
160      <Name>HeuristicLab.Data-3.3</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
164      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
165      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
169      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
170      <Name>HeuristicLab.Operators-3.3</Name>
171      <Private>False</Private>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
174      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
175      <Name>HeuristicLab.Optimization-3.3</Name>
176      <Private>False</Private>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
179      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
180      <Name>HeuristicLab.Parameters-3.3</Name>
181      <Private>False</Private>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
184      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
185      <Name>HeuristicLab.Persistence-3.3</Name>
186      <Private>False</Private>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
189      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
190      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
194      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
195      <Name>HeuristicLab.Problems.Instances-3.3</Name>
196      <Private>False</Private>
197    </ProjectReference>
198  </ItemGroup>
199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200  <PropertyGroup>
201    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205
206call PreBuildEvent.cmd
207</PreBuildEvent>
208    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
209  export ProjectDir=$(ProjectDir)
210export SolutionDir=$(SolutionDir)
211
212$SolutionDir/PreBuildEvent.sh
213</PreBuildEvent>
214  </PropertyGroup>
215  <PropertyGroup>
216    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
217set ProjectDir=$(ProjectDir)
218set SolutionDir=$(SolutionDir)
219set Outdir=$(Outdir)
220
221call PreBuildEvent.cmd</PreBuildEvent>
222  </PropertyGroup>
223  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
224       Other similar extension points exist, see Microsoft.Common.targets.
225  <Target Name="BeforeBuild">
226  </Target>
227  <Target Name="AfterBuild">
228  </Target>
229  -->
230</Project>
Note: See TracBrowser for help on using the repository browser.