Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/HeuristicLab.Algorithms.NSGA3-3.3.csproj @ 17703

Last change on this file since 17703 was 17667, checked in by dleko, 4 years ago

#2825 Bugfix: The correct number of reference points are returned on ReferencePoint.GetNumberOfGeneratedReferencePoints.

File size: 7.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>{557A23CE-9A5E-44F5-AEA2-4F4F33C1511F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.NSGA3</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.NSGA3-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="HEAL.Attic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
38      <SpecificVersion>False</SpecificVersion>
39      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
72    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <SpecificVersion>False</SpecificVersion>
79      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
80      <Private>False</Private>
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\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="System" />
102    <Reference Include="System.Core" />
103    <Reference Include="System.Xml.Linq" />
104    <Reference Include="System.Data.DataSetExtensions" />
105    <Reference Include="Microsoft.CSharp" />
106    <Reference Include="System.Data" />
107    <Reference Include="System.Net.Http" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <Compile Include="NSGA3.cs" />
112    <Compile Include="NSGA3Selection.cs" />
113    <Compile Include="Plugin.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <Compile Include="ReferencePoint.cs" />
116    <Compile Include="SimulatedBinaryCrossover.cs" />
117    <Compile Include="Solution.cs" />
118    <Compile Include="Utility.cs" />
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\..\..\..\trunk\HeuristicLab.Problems.TestFunctions.MultiObjective\3.3\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj">
122      <Project>{D53E8E48-CFAA-4F57-AC35-63BEF4476159}</Project>
123      <Name>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</Name>
124    </ProjectReference>
125  </ItemGroup>
126  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128       Other similar extension points exist, see Microsoft.Common.targets.
129  <Target Name="BeforeBuild">
130  </Target>
131  <Target Name="AfterBuild">
132  </Target>
133  -->
134</Project>
Note: See TracBrowser for help on using the repository browser.