Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj @ 15724

Last change on this file since 15724 was 15714, checked in by lkammere, 6 years ago

#2886: Add tree hashing for addition and multiplication.

File size: 5.5 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>{DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</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\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>bin\Release\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <ItemGroup>
33    <Reference Include="ALGLIB-3.7.0">
34      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
35    </Reference>
36    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
37      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Analysis-3.3">
40      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Collections-3.3">
43      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3">
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Core-3.3">
49      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
55      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Operators-3.3">
58      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Optimization-3.3">
61      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Parameters-3.3">
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Persistence-3.3">
67      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
73      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
79      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Problems.Instances-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Random-3.3">
85      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="GrammarEnumeration\Grammar.cs" />
94    <Compile Include="GrammarEnumeration\GrammarEnumerationAlgorithm.cs" />
95    <Compile Include="GrammarEnumeration\Sentence.cs" />
96    <Compile Include="Plugin.cs" />
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <Compile Include="GrammarEnumeration\Symbol.cs" />
99  </ItemGroup>
100  <ItemGroup />
101  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103       Other similar extension points exist, see Microsoft.Common.targets.
104  <Target Name="BeforeBuild">
105  </Target>
106  <Target Name="AfterBuild">
107  </Target>
108  -->
109</Project>
Note: See TracBrowser for help on using the repository browser.