Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization.SymbReg/HeuristicLab.Problems.GrammaticalOptimization.SymbReg.csproj @ 11832

Last change on this file since 11832 was 11832, checked in by gkronber, 9 years ago

linear value function approximation and good results for poly-10 benchmark

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.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>{17A7A380-86CE-482D-8D22-CBD70CC97F0D}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.GrammaticalOptimization.SymbReg</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>bin\Debug\</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, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
34      <SpecificVersion>False</SpecificVersion>
35      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
36    </Reference>
37    <Reference Include="AutoDiff-1.0">
38      <HintPath>..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3">
44      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Data-3.3">
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Problems.Instances-3.3">
60      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="System" />
66    <Reference Include="System.Core" />
67    <Reference Include="System.Xml.Linq" />
68    <Reference Include="System.Data.DataSetExtensions" />
69    <Reference Include="Microsoft.CSharp" />
70    <Reference Include="System.Data" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="Properties\AssemblyInfo.cs" />
75    <Compile Include="SymbolicRegressionProblem.cs" />
76  </ItemGroup>
77  <ItemGroup>
78    <ProjectReference Include="..\HeuristicLab.Common\HeuristicLab.Common.csproj">
79      <Project>{3a2fbbcb-f9df-4970-87f3-f13337d941ad}</Project>
80      <Name>HeuristicLab.Common</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
83      <Project>{cb9dccf6-667e-4a13-b82d-dbd6b45a045e}</Project>
84      <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
85    </ProjectReference>
86  </ItemGroup>
87  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89       Other similar extension points exist, see Microsoft.Common.targets.
90  <Target Name="BeforeBuild">
91  </Target>
92  <Target Name="AfterBuild">
93  </Target>
94  -->
95</Project>
Note: See TracBrowser for help on using the repository browser.