Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3.csproj @ 13421

Last change on this file since 13421 was 13421, checked in by bwerth, 8 years ago

#1087 implemented skeleton structure and first testfunctions(Fonesca, SchafferN1 & SchafferN2)

File size: 6.7 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.MultiObjectiveTestFunctions</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3</AssemblyName>
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>
19    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</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>..\..\..\..\trunk\sources\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
40      <SpecificVersion>False</SpecificVersion>
41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
62      <Private>False</Private>
63    </Reference>
64    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
69      <SpecificVersion>False</SpecificVersion>
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
74      <SpecificVersion>False</SpecificVersion>
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
76      <Private>False</Private>
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      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
84      <SpecificVersion>False</SpecificVersion>
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Xml.Linq" />
91    <Reference Include="System.Data.DataSetExtensions" />
92    <Reference Include="Microsoft.CSharp" />
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="Interfaces\IMultiObjectiveTestFunction.cs" />
98    <Compile Include="MultiObjectiveTestFunctionProblem.cs" />
99    <Compile Include="Plugin.cs" />
100    <Compile Include="Properties\AssemblyInfo.cs" />
101    <Compile Include="Testfunctions\Evaluators.cs" />
102    <Compile Include="Testfunctions\Fonseca.cs" />
103    <Compile Include="Testfunctions\MultiObjectiveTestFunction.cs" />
104  </ItemGroup>
105  <ItemGroup>
106    <None Include="HeuristicLab.snk" />
107    <None Include="Plugin.cs.frame" />
108    <None Include="Properties\AssemblyInfo.cs.frame" />
109  </ItemGroup>
110  <ItemGroup />
111  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112  <PropertyGroup>
113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
114set ProjectDir=$(ProjectDir)
115set SolutionDir=$(SolutionDir)
116set Outdir=$(Outdir)
117
118call PreBuildEvent.cmd
119</PreBuildEvent>
120  </PropertyGroup>
121  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122       Other similar extension points exist, see Microsoft.Common.targets.
123  <Target Name="BeforeBuild">
124  </Target>
125  <Target Name="AfterBuild">
126  </Target>
127  -->
128</Project>
Note: See TracBrowser for help on using the repository browser.