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
RevLine 
[15712]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>
[15823]19    <OutputPath>..\..\trunk\bin\</OutputPath>
[15712]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>
[15823]27    <OutputPath>..\..\..\trunk\bin\</OutputPath>
[15712]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>
[15823]35      <Private>False</Private>
[15712]36    </Reference>
37    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
38      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
[15823]39      <Private>False</Private>
[15712]40    </Reference>
41    <Reference Include="HeuristicLab.Analysis-3.3">
42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
[15823]43      <Private>False</Private>
[15712]44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[15823]47      <Private>False</Private>
[15712]48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[15824]51      <Private>False</Private>
[15712]52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[15824]55      <Private>False</Private>
[15712]56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3">
58      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[15824]59      <Private>False</Private>
[15712]60    </Reference>
61    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
62      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
[15823]63      <Private>False</Private>
[15824]64    </Reference>
[15712]65    <Reference Include="HeuristicLab.Operators-3.3">
66      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[15823]67      <Private>False</Private>
[15824]68    </Reference>
[15712]69    <Reference Include="HeuristicLab.Optimization-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
[15824]71      <Private>False</Private>
[15712]72    </Reference>
73    <Reference Include="HeuristicLab.Parameters-3.3">
74      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[15824]75      <Private>False</Private>
[15712]76    </Reference>
77    <Reference Include="HeuristicLab.Persistence-3.3">
78      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[15824]79      <Private>False</Private>
[15712]80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[15824]83      <Private>False</Private>
[15712]84    </Reference>
85    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
86      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
[15824]87      <Private>False</Private>
[15712]88    </Reference>
89    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
90      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
[15823]91      <Private>False</Private>
[15824]92    </Reference>
[15712]93    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
94      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
[15824]95      <Private>False</Private>
[15712]96    </Reference>
97    <Reference Include="HeuristicLab.Problems.Instances-3.3">
98      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[15824]99      <Private>False</Private>
[15712]100    </Reference>
101    <Reference Include="HeuristicLab.Random-3.3">
102      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
[15824]103      <Private>False</Private>
[15712]104    </Reference>
105    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
106      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
[15824]107      <Private>False</Private>
[15712]108    </Reference>
109    <Reference Include="System" />
110  </ItemGroup>
111  <ItemGroup>
[15821]112    <Compile Include="Analysis\IGrammarEnumerationAnalyzer.cs" />
[15824]113    <Compile Include="Analysis\RSquaredEvaluator.cs" />
[15821]114    <Compile Include="Analysis\SentenceLogger.cs" />
115    <Compile Include="Analysis\SearchGraphVisualizer.cs" />
[15712]116    <Compile Include="GrammarEnumeration\Grammar.cs" />
117    <Compile Include="GrammarEnumeration\GrammarEnumerationAlgorithm.cs" />
[15832]118    <Compile Include="Hashing\Hasher.cs" />
[15746]119    <Compile Include="GrammarEnumeration\SearchDataStructure.cs" />
[15712]120    <Compile Include="GrammarEnumeration\Sentence.cs" />
121    <Compile Include="Properties\AssemblyInfo.cs" />
122    <Compile Include="GrammarEnumeration\Symbol.cs" />
[15824]123    <Compile Include="Plugin.cs" />
[15712]124  </ItemGroup>
[15823]125  <ItemGroup>
126    <None Include="Plugin.cs.frame" />
127  </ItemGroup>
[15712]128  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
[15823]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>
[15712]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.