Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj @ 5275

Last change on this file since 5275 was 5275, checked in by gkronber, 13 years ago

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File size: 17.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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{799B0B38-E384-4A17-A73C-F211EB854592}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="ALGLIB-3.1.0">
95      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.ALGLIB-3.1.0">
98      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.ALGLIB-3.1.0.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Analysis-3.3">
101      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Collections-3.3">
104      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Common-3.3">
107      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
110      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Core-3.3">
113      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Core.Views-3.3">
116      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Data-3.3">
119      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Data.Views-3.3">
122      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
125      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3">
128      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.MainForm-3.3">
131      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
134      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Operators-3.3">
137      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Optimization-3.3">
140      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Optimization.Views-3.3">
143      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.Persistence-3.3">
146      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
149      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
152      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
153    </Reference>
154    <Reference Include="System" />
155    <Reference Include="System.Core">
156      <RequiredTargetFramework>3.5</RequiredTargetFramework>
157    </Reference>
158    <Reference Include="System.Drawing" />
159    <Reference Include="System.Windows.Forms" />
160    <Reference Include="System.Windows.Forms.DataVisualization" />
161    <Reference Include="System.Xml.Linq">
162      <RequiredTargetFramework>3.5</RequiredTargetFramework>
163    </Reference>
164    <Reference Include="System.Data.DataSetExtensions">
165      <RequiredTargetFramework>3.5</RequiredTargetFramework>
166    </Reference>
167    <Reference Include="System.Data" />
168    <Reference Include="System.Xml" />
169  </ItemGroup>
170  <ItemGroup>
171    <None Include="HeuristicLab.snk" />
172    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
173    <None Include="Properties\AssemblyInfo.frame" />
174    <Compile Include="RunCollectionValidationTrajectoryView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs">
178      <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="RunCollectionValidationStatisticsView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="RunCollectionValidationStatisticsView.Designer.cs">
184      <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="DataAnalysisProblemDataCorrelationsView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs">
190      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="RunCollectionMonteCarloVariableImpactView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs">
196      <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="RunCollectionWinklerVariableImpactView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs">
202      <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="DataAnalysisSolutionView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="DataAnalysisSolutionView.Designer.cs">
208      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="ResultsView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="ResultsView.Designer.cs">
214      <DependentUpon>ResultsView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="RunCollectionVariableImpactView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
220      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="SupportVectorRegressionSolutionView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
226      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="SupportVectorMachineModelView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="SupportVectorMachineModelView.Designer.cs">
232      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="EstimatedValuesView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="EstimatedValuesView.Designer.cs">
238      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="DataAnalysisProblemDataView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
244      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
247    <Compile Include="LineChartView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="LineChartView.Designer.cs">
251      <DependentUpon>LineChartView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Properties\AssemblyInfo.cs" />
254    <Compile Include="ScatterPlotView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="ScatterPlotView.Designer.cs">
258      <DependentUpon>ScatterPlotView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.Designer.cs">
264      <DependentUpon>LatexSymbolicExpressionTreeView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="Symbolic\SymbolicExpressionTreeLatexFormatter.cs" />
267    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.Designer.cs">
271      <DependentUpon>GraphvizSymbolicExpressionTreeView.cs</DependentUpon>
272    </Compile>
273    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
277      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
283      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
284    </Compile>
285    <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
286      <SubType>UserControl</SubType>
287    </Compile>
288    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
289      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
290    </Compile>
291    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
295      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
296    </Compile>
297    <Compile Include="Symbolic\Symbols\ConstantView.cs">
298      <SubType>UserControl</SubType>
299    </Compile>
300    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
301      <DependentUpon>ConstantView.cs</DependentUpon>
302    </Compile>
303    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
307      <DependentUpon>LaggedVariableView.cs</DependentUpon>
308    </Compile>
309    <Compile Include="Symbolic\SymbolicExpressionTreeGraphvizFormatter.cs" />
310    <Compile Include="Symbolic\Symbols\VariableView.cs">
311      <SubType>UserControl</SubType>
312    </Compile>
313    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
314      <DependentUpon>VariableView.cs</DependentUpon>
315    </Compile>
316  </ItemGroup>
317  <ItemGroup>
318    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
319      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
320      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
321    </ProjectReference>
322    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
323      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
324      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
325    </ProjectReference>
326  </ItemGroup>
327  <ItemGroup>
328    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
329      <Visible>False</Visible>
330      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
331      <Install>false</Install>
332    </BootstrapperPackage>
333    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
334      <Visible>False</Visible>
335      <ProductName>.NET Framework 3.5 SP1</ProductName>
336      <Install>true</Install>
337    </BootstrapperPackage>
338    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
339      <Visible>False</Visible>
340      <ProductName>Windows Installer 3.1</ProductName>
341      <Install>true</Install>
342    </BootstrapperPackage>
343  </ItemGroup>
344  <ItemGroup>
345    <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx">
346      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
347    </EmbeddedResource>
348  </ItemGroup>
349  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
350  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
351       Other similar extension points exist, see Microsoft.Common.targets.
352  <Target Name="BeforeBuild">
353  </Target>
354  <Target Name="AfterBuild">
355  </Target>
356  -->
357  <PropertyGroup>
358    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
359set ProjectDir=$(ProjectDir)
360set SolutionDir=$(SolutionDir)
361set Outdir=$(Outdir)
362
363call PreBuildEvent.cmd
364SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
365  </PropertyGroup>
366</Project>
Note: See TracBrowser for help on using the repository browser.