Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2886: Fix Equals methods in Symbols.
Move semantical hashing of phrases to separate class.

File size: 6.7 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>..\..\..\trunk\bin\</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      <Private>False</Private>
36    </Reference>
37    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
38      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
39      <Private>False</Private>
40    </Reference>
41    <Reference Include="HeuristicLab.Analysis-3.3">
42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3">
58      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
62      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Operators-3.3">
66      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Optimization-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Parameters-3.3">
74      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Persistence-3.3">
78      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
86      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
90      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
94      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Problems.Instances-3.3">
98      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Random-3.3">
102      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
106      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="System" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="Analysis\IGrammarEnumerationAnalyzer.cs" />
113    <Compile Include="Analysis\RSquaredEvaluator.cs" />
114    <Compile Include="Analysis\SentenceLogger.cs" />
115    <Compile Include="Analysis\SearchGraphVisualizer.cs" />
116    <Compile Include="GrammarEnumeration\Grammar.cs" />
117    <Compile Include="GrammarEnumeration\GrammarEnumerationAlgorithm.cs" />
118    <Compile Include="Hashing\Hasher.cs" />
119    <Compile Include="GrammarEnumeration\SearchDataStructure.cs" />
120    <Compile Include="GrammarEnumeration\Sentence.cs" />
121    <Compile Include="Properties\AssemblyInfo.cs" />
122    <Compile Include="GrammarEnumeration\Symbol.cs" />
123    <Compile Include="Plugin.cs" />
124  </ItemGroup>
125  <ItemGroup>
126    <None Include="Plugin.cs.frame" />
127  </ItemGroup>
128  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129  <PropertyGroup>
130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
131set ProjectDir=$(ProjectDir)
132set SolutionDir=$(SolutionDir)
133set Outdir=$(Outdir)
134
135call PreBuildEvent.cmd
136</PreBuildEvent>
137  </PropertyGroup>
138  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139       Other similar extension points exist, see Microsoft.Common.targets.
140  <Target Name="BeforeBuild">
141  </Target>
142  <Target Name="AfterBuild">
143  </Target>
144  -->
145</Project>
Note: See TracBrowser for help on using the repository browser.