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.Random-3.3">
|
---|
104 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
107 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
110 | <Reference Include="System" />
|
---|
111 | <Reference Include="System.Core">
|
---|
112 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
113 | </Reference>
|
---|
114 | <Reference Include="System.Windows.Forms" />
|
---|
115 | </ItemGroup>
|
---|
116 | <ItemGroup>
|
---|
117 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
118 | <Visible>False</Visible>
|
---|
119 | </CodeAnalysisDependentAssemblyPaths>
|
---|
120 | </ItemGroup>
|
---|
121 | <ItemGroup>
|
---|
122 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
123 | <Compile Include="UnitTest.cs" />
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Experimental\HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj">
|
---|
127 | <Project>{6142B24E-9C86-410B-A65A-1DE65C8C2349}</Project>
|
---|
128 | <Name>HeuristicLab.Algorithms.DataAnalysis.Experimental</Name>
|
---|
129 | </ProjectReference>
|
---|
130 | <ProjectReference Include="..\HeuristicLab.Eigen\HeuristicLab.Eigen.vcxproj">
|
---|
131 | <Project>{2e530a92-9788-4cb8-a754-a91092e770a3}</Project>
|
---|
132 | <Name>HeuristicLab.Eigen</Name>
|
---|
133 | </ProjectReference>
|
---|
134 | <ProjectReference Include="..\HeuristicLab.Problems.GaussianProcessTuning\GaussianProcessTuning.csproj">
|
---|
135 | <Project>{9A04599C-D608-4240-8DA6-D41F51C515A3}</Project>
|
---|
136 | <Name>GaussianProcessTuning</Name>
|
---|
137 | </ProjectReference>
|
---|
138 | </ItemGroup>
|
---|
139 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
140 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
141 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
142 | <Target Name="BeforeBuild">
|
---|
143 | </Target>
|
---|
144 | <Target Name="AfterBuild">
|
---|
145 | </Target>
|
---|
146 | -->
|
---|
147 | </Project> |
---|