Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj @ 9562

Last change on this file since 9562 was 9562, checked in by gkronber, 11 years ago

#1967 worked on Gaussian process evolution.

File size: 7.8 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>{6142B24E-9C86-410B-A65A-1DE65C8C2349}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Experimental</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Experimental-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>..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
33  </PropertyGroup>
34  <PropertyGroup>
35    <StartupObject />
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63  </PropertyGroup>
64  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
65    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
79      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Common-3.3">
87      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Core-3.3">
91      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.Data-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
96      <Private>False</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Parameters-3.3">
111      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.Persistence-3.3">
115      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
119      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
124      <Private>False</Private>
125    </Reference>
126    <Reference Include="System" />
127    <Reference Include="System.Core" />
128    <Reference Include="System.Drawing" />
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="EigenGaussianProcessModel.cs">
132      <SubType>Code</SubType>
133    </Compile>
134    <Compile Include="EigenGaussianProcessRegressionModelCreator.cs">
135      <SubType>Code</SubType>
136    </Compile>
137    <Compile Include="Plugin.cs" />
138    <Compile Include="Properties\AssemblyInfo.cs" />
139    <Compile Include="TunedGaussianProcessModel.cs" />
140    <Compile Include="TunedGaussianProcessRegressionModelCreator.cs" />
141    <Compile Include="Util.cs" />
142  </ItemGroup>
143  <ItemGroup>
144    <ProjectReference Include="..\HeuristicLab.Eigen\HeuristicLab.Eigen.vcxproj">
145      <Project>{2e530a92-9788-4cb8-a754-a91092e770a3}</Project>
146      <Name>HeuristicLab.Eigen</Name>
147    </ProjectReference>
148    <ProjectReference Include="..\ILNumerics.2.14.4735.573\ILNumerics.csproj">
149      <Project>{93b4a10e-8979-4028-8ccf-49d88d6fac0c}</Project>
150      <Name>ILNumerics</Name>
151    </ProjectReference>
152  </ItemGroup>
153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155       Other similar extension points exist, see Microsoft.Common.targets.
156  <Target Name="BeforeBuild">
157  </Target>
158  <Target Name="AfterBuild">
159  </Target>
160  -->
161</Project>
Note: See TracBrowser for help on using the repository browser.