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>{D18AE898-F600-4754-B3B4-C0C7A364F973}</ProjectGuid>
|
---|
8 | <OutputType>WinExe</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>GaussianProcessDemo</RootNamespace>
|
---|
11 | <AssemblyName>GaussianProcessDemo</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
16 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>bin\Release\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
35 | <DebugSymbols>true</DebugSymbols>
|
---|
36 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
37 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
38 | <DebugType>full</DebugType>
|
---|
39 | <PlatformTarget>x86</PlatformTarget>
|
---|
40 | <ErrorReport>prompt</ErrorReport>
|
---|
41 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
42 | <Prefer32Bit>true</Prefer32Bit>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
45 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
46 | <DefineConstants>TRACE</DefineConstants>
|
---|
47 | <Optimize>true</Optimize>
|
---|
48 | <DebugType>pdbonly</DebugType>
|
---|
49 | <PlatformTarget>x86</PlatformTarget>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
52 | <Prefer32Bit>true</Prefer32Bit>
|
---|
53 | </PropertyGroup>
|
---|
54 | <ItemGroup>
|
---|
55 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
56 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
57 | </Reference>
|
---|
58 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
59 | <SpecificVersion>False</SpecificVersion>
|
---|
60 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
61 | </Reference>
|
---|
62 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
63 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
66 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
67 | </Reference>
|
---|
68 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
69 | <SpecificVersion>False</SpecificVersion>
|
---|
70 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
71 | </Reference>
|
---|
72 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
73 | <SpecificVersion>False</SpecificVersion>
|
---|
74 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
75 | </Reference>
|
---|
76 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
77 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
78 | </Reference>
|
---|
79 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
80 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="System" />
|
---|
83 | <Reference Include="System.Core" />
|
---|
84 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
85 | <Reference Include="System.Xml.Linq" />
|
---|
86 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
87 | <Reference Include="Microsoft.CSharp" />
|
---|
88 | <Reference Include="System.Data" />
|
---|
89 | <Reference Include="System.Deployment" />
|
---|
90 | <Reference Include="System.Drawing" />
|
---|
91 | <Reference Include="System.Windows.Forms" />
|
---|
92 | <Reference Include="System.Xml" />
|
---|
93 | </ItemGroup>
|
---|
94 | <ItemGroup>
|
---|
95 | <Compile Include="Form1.cs">
|
---|
96 | <SubType>Form</SubType>
|
---|
97 | </Compile>
|
---|
98 | <Compile Include="Form1.Designer.cs">
|
---|
99 | <DependentUpon>Form1.cs</DependentUpon>
|
---|
100 | </Compile>
|
---|
101 | <Compile Include="Program.cs" />
|
---|
102 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
103 | <EmbeddedResource Include="Form1.resx">
|
---|
104 | <DependentUpon>Form1.cs</DependentUpon>
|
---|
105 | </EmbeddedResource>
|
---|
106 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
107 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
108 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
109 | <SubType>Designer</SubType>
|
---|
110 | </EmbeddedResource>
|
---|
111 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
112 | <AutoGen>True</AutoGen>
|
---|
113 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
114 | </Compile>
|
---|
115 | <None Include="Properties\Settings.settings">
|
---|
116 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
117 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
118 | </None>
|
---|
119 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
120 | <AutoGen>True</AutoGen>
|
---|
121 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
122 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
123 | </Compile>
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <None Include="App.config" />
|
---|
127 | </ItemGroup>
|
---|
128 | <ItemGroup>
|
---|
129 | <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Experimental\HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj">
|
---|
130 | <Project>{6142B24E-9C86-410B-A65A-1DE65C8C2349}</Project>
|
---|
131 | <Name>HeuristicLab.Algorithms.DataAnalysis.Experimental</Name>
|
---|
132 | </ProjectReference>
|
---|
133 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.DataAnalysis.GaussianProcessRegression\Instances.DataAnalysis.GaussianProcessRegression-3.3.csproj">
|
---|
134 | <Project>{94c7714e-29d4-4d6d-b213-2c18d627ab75}</Project>
|
---|
135 | <Name>Instances.DataAnalysis.GaussianProcessRegression-3.3</Name>
|
---|
136 | </ProjectReference>
|
---|
137 | </ItemGroup>
|
---|
138 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
140 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
141 | <Target Name="BeforeBuild">
|
---|
142 | </Target>
|
---|
143 | <Target Name="AfterBuild">
|
---|
144 | </Target>
|
---|
145 | -->
|
---|
146 | </Project> |
---|