Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/HeuristicLab.Benchmarks/HeuristicLab.Benchmarks/HeuristicLab.Benchmarks.csproj @ 16299

Last change on this file since 16299 was 16299, checked in by bburlacu, 5 years ago

#2963: Add first version of HeuristicLab.Benchmarks

File size: 6.5 KB
RevLine 
[16299]1<Project Sdk="Microsoft.NET.Sdk">
2
3  <PropertyGroup>
4    <OutputType>Exe</OutputType>
5    <TargetFrameworks>netcoreapp2.1;net472</TargetFrameworks>
6    <Platforms>AnyCPU;x64;x86</Platforms>
7    <StartupObject>HeuristicLab.Benchmarks.Program</StartupObject>
8  </PropertyGroup>
9
10  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
11    <OutputPath></OutputPath>
12  </PropertyGroup>
13
14  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
15    <OutputPath></OutputPath>
16  </PropertyGroup>
17
18  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
19    <OutputPath></OutputPath>
20  </PropertyGroup>
21
22  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
23    <OutputPath></OutputPath>
24  </PropertyGroup>
25
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
27    <OutputPath></OutputPath>
28  </PropertyGroup>
29
30  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
31    <OutputPath></OutputPath>
32  </PropertyGroup>
33
34  <ItemGroup>
35    <None Remove="Reports\HeuristicLab.Benchmarks.RandomPerformance-report-github.md" />
36    <None Remove="Reports\HeuristicLab.Benchmarks.SubtreeCrossoverPerformance-report-github.md" />
37  </ItemGroup>
38
39  <ItemGroup>
40    <Folder Include="Properties\" />
41    <Folder Include="Reports\" />
42  </ItemGroup>
43
44  <ItemGroup>
45    <PackageReference Include="BenchmarkDotNet" Version="0.11.2" />
46    <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
47  </ItemGroup>
48
49  <ItemGroup>
50    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
51      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
52      <Private>true</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
55      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
56      <Private>true</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Analysis-3.3">
59      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
60      <Private>true</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Collections-3.3">
63      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
64      <Private>true</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Common-3.3">
67      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
68      <Private>true</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Core-3.3">
71      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
72      <Private>true</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Data-3.3">
75      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
76      <Private>true</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
79      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
80      <Private>true</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Operators-3.3">
83      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
84      <Private>true</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Optimization-3.3">
87      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
88      <Private>true</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
91      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Optimizer-3.3">
94      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
95      <Private>true</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.ParallelEngine-3.3">
98      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
99      <Private>true</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Parameters-3.3">
102      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
103      <Private>true</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Persistence-3.3">
106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
107      <Private>true</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
110      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
111      <Private>true</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
115      <Private>true</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
119      <Private>true</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1">
122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1.dll</HintPath>
123      <Private>true</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
127      <Private>true</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Problems.GeneticProgramming-3.3">
130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath>
131      <Private>true</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
135      <Private>true</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Random-3.3">
138      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
139      <Private>true</Private>
140    </Reference>
141  </ItemGroup>
142
143  <ItemGroup>
144    <None Update="hl-native-interpreter-msvc-x64.dll">
145      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
146    </None>
147    <None Update="hl-native-interpreter-msvc-x86.dll">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </None>
150  </ItemGroup>
151
152</Project>
Note: See TracBrowser for help on using the repository browser.