Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Problems.GaussianProcessTuning.Tests/GaussianProcessTuning.Tests.csproj @ 11624

Last change on this file since 11624 was 10792, checked in by gkronber, 10 years ago

worked on a GP model for time series using toeplitz structure

File size: 7.6 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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{98C8AD2B-B035-4863-A01E-B659465FF6B2}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Problems.GaussianProcessTuning.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Problems.GaussianProcessTuning.Tests</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53  </PropertyGroup>
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>bin\x64\Debug\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
64    <OutputPath>bin\x64\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
74      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Common-3.3">
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Core-3.3">
83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Data-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
89      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Operators-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Optimization-3.3">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>bin\x86\Release\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Random-3.3">
108      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.SequentialEngine-3.3">
111      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
114    <Reference Include="System" />
115    <Reference Include="System.Core">
116      <RequiredTargetFramework>3.5</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.Windows.Forms" />
119  </ItemGroup>
120  <ItemGroup>
121    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
122      <Visible>False</Visible>
123    </CodeAnalysisDependentAssemblyPaths>
124  </ItemGroup>
125  <ItemGroup>
126    <Compile Include="Properties\AssemblyInfo.cs" />
127    <Compile Include="UnitTest.cs" />
128  </ItemGroup>
129  <ItemGroup>
130    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Experimental\HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj">
131      <Project>{6142B24E-9C86-410B-A65A-1DE65C8C2349}</Project>
132      <Name>HeuristicLab.Algorithms.DataAnalysis.Experimental</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Eigen\HeuristicLab.Eigen.vcxproj">
135      <Project>{2e530a92-9788-4cb8-a754-a91092e770a3}</Project>
136      <Name>HeuristicLab.Eigen</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\HeuristicLab.Problems.GaussianProcessTuning\GaussianProcessTuning.csproj">
139      <Project>{9A04599C-D608-4240-8DA6-D41F51C515A3}</Project>
140      <Name>GaussianProcessTuning</Name>
141    </ProjectReference>
142  </ItemGroup>
143  <Import Project="$(MSBuildBinPath)\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.