Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GaussianProcessEvolution/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Problems.GaussianProcessTuning.csproj @ 8753

Last change on this file since 8753 was 8753, checked in by gkronber, 12 years ago

#1967 initial import of Gaussian process evolution plugin

File size: 7.5 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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{9A04599C-D608-4240-8DA6-D41F51C515A3}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.GaussianProcessTuning</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.GaussianProcessTuning-1.0</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\HeuristicLab\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <StartupObject />
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="HeuristicLab.ALGLIB-3.6.0">
38      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.6.0.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
41      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
44      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Collections-3.3">
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Common.Resources-3.3">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Core-3.3">
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Core.Views-3.3">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Data-3.3">
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.MainForm-3.3">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Operators-3.3">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Optimization-3.3">
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Parameters-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Persistence-3.3">
89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Random-3.3">
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Selection-3.3">
107      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.SequentialEngine-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="System" />
113    <Reference Include="System.Core" />
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Windows.Forms" />
116    <Reference Include="System.Xml.Linq" />
117    <Reference Include="System.Data.DataSetExtensions" />
118    <Reference Include="Microsoft.CSharp" />
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="BestSolutionAnalyzer.cs" />
124    <Compile Include="GaussianProcessRegressionModel.cs" />
125    <Compile Include="GaussianProcessModelView.designer.cs" />
126    <Compile Include="Interpreter.cs">
127      <SubType>Code</SubType>
128    </Compile>
129    <Compile Include="Parameters.cs" />
130    <Compile Include="Provider.cs" />
131    <Compile Include="Solution.cs" />
132    <Compile Include="Grammar.cs" />
133    <Compile Include="Problem.cs" />
134    <Compile Include="Evaluator.cs" />
135    <Compile Include="Plugin.cs" />
136    <Compile Include="Properties\AssemblyInfo.cs" />
137    <Compile Include="GaussianProcessModelView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Symbols.cs" />
141    <Compile Include="TreeNodes.cs" />
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145       Other similar extension points exist, see Microsoft.Common.targets.
146  <Target Name="BeforeBuild">
147  </Target>
148  <Target Name="AfterBuild">
149  </Target>
150  -->
151</Project>
Note: See TracBrowser for help on using the repository browser.