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 @ 4196

Last change on this file since 4196 was 4196, checked in by gkronber, 14 years ago

Created a feature/exploration branch for new data analysis features #1142

File size: 17.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>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>v3.5</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  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\x64\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x64</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x86\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
84    <OutputPath>bin\x86\Release\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x86</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <ItemGroup>
93    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
94    <Reference Include="System" />
95    <Reference Include="System.Core">
96      <RequiredTargetFramework>3.5</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Windows.Forms" />
100    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
101    <Reference Include="System.Xml.Linq">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data.DataSetExtensions">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="HeuristicLab.snk" />
112    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
113    <None Include="Properties\AssemblyInfo.frame" />
114    <Compile Include="RunCollectionValidationTrajectoryView.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="RunCollectionValidationTrajectoryView.Designer.cs">
118      <DependentUpon>RunCollectionValidationTrajectoryView.cs</DependentUpon>
119    </Compile>
120    <Compile Include="RunCollectionValidationStatisticsView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="RunCollectionValidationStatisticsView.Designer.cs">
124      <DependentUpon>RunCollectionValidationStatisticsView.cs</DependentUpon>
125    </Compile>
126    <Compile Include="DataAnalysisProblemDataCorrelationsView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="DataAnalysisProblemDataCorrelationsView.Designer.cs">
130      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="RunCollectionMonteCarloVariableImpactView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="RunCollectionMonteCarloVariableImpactView.Designer.cs">
136      <DependentUpon>RunCollectionMonteCarloVariableImpactView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="RunCollectionWinklerVariableImpactView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="RunCollectionWinklerVariableImpactView.Designer.cs">
142      <DependentUpon>RunCollectionWinklerVariableImpactView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="DataAnalysisSolutionView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="DataAnalysisSolutionView.Designer.cs">
148      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="ResultsView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="ResultsView.Designer.cs">
154      <DependentUpon>ResultsView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="RunCollectionVariableImpactView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
160      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="SupportVectorRegressionSolutionView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
166      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="SupportVectorMachineModelView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="SupportVectorMachineModelView.Designer.cs">
172      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="EstimatedValuesView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="EstimatedValuesView.Designer.cs">
178      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="DataAnalysisProblemDataView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
184      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
187    <Compile Include="LineChartView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="LineChartView.Designer.cs">
191      <DependentUpon>LineChartView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="Properties\AssemblyInfo.cs" />
194    <Compile Include="ScatterPlotView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="ScatterPlotView.Designer.cs">
198      <DependentUpon>ScatterPlotView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
204      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
210      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
216      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
222      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="Symbolic\Symbols\ConstantView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
228      <DependentUpon>ConstantView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
231      <SubType>UserControl</SubType>
232    </Compile>
233    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
234      <DependentUpon>LaggedVariableView.cs</DependentUpon>
235    </Compile>
236    <Compile Include="Symbolic\Symbols\VariableView.cs">
237      <SubType>UserControl</SubType>
238    </Compile>
239    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
240      <DependentUpon>VariableView.cs</DependentUpon>
241    </Compile>
242  </ItemGroup>
243  <ItemGroup>
244    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
245      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
246      <Name>HeuristicLab.Analysis-3.3</Name>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
249      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
250      <Name>HeuristicLab.Collections-3.3</Name>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
253      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
254      <Name>HeuristicLab.Common-3.3</Name>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
257      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
258      <Name>HeuristicLab.Core.Views-3.3</Name>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
261      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
262      <Name>HeuristicLab.Core-3.3</Name>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
265      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
266      <Name>HeuristicLab.Data.Views-3.3</Name>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
269      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
270      <Name>HeuristicLab.Data-3.3</Name>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
273      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
274      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
275    </ProjectReference>
276    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
277      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
278      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
281      <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
282      <Name>ALGLIB-2.5.0</Name>
283    </ProjectReference>
284    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
285      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
286      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
289      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
290      <Name>HeuristicLab.MainForm-3.3</Name>
291    </ProjectReference>
292    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
293      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
294      <Name>HeuristicLab.Operators-3.3</Name>
295    </ProjectReference>
296    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
297      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
298      <Name>HeuristicLab.Optimization.Views-3.3</Name>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
301      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
302      <Name>HeuristicLab.Optimization-3.3</Name>
303    </ProjectReference>
304    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
305      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
306      <Name>HeuristicLab.Parameters-3.3</Name>
307    </ProjectReference>
308    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
309      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
310      <Name>HeuristicLab.Persistence-3.3</Name>
311    </ProjectReference>
312    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
313      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
314      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
315    </ProjectReference>
316    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
317      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
318      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
319    </ProjectReference>
320    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
321      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
322      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
323    </ProjectReference>
324  </ItemGroup>
325  <ItemGroup>
326    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
327      <Visible>False</Visible>
328      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
329      <Install>false</Install>
330    </BootstrapperPackage>
331    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
332      <Visible>False</Visible>
333      <ProductName>.NET Framework 3.5 SP1</ProductName>
334      <Install>true</Install>
335    </BootstrapperPackage>
336    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
337      <Visible>False</Visible>
338      <ProductName>Windows Installer 3.1</ProductName>
339      <Install>true</Install>
340    </BootstrapperPackage>
341  </ItemGroup>
342  <ItemGroup>
343    <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx">
344      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
345    </EmbeddedResource>
346  </ItemGroup>
347  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
348  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
349       Other similar extension points exist, see Microsoft.Common.targets.
350  <Target Name="BeforeBuild">
351  </Target>
352  <Target Name="AfterBuild">
353  </Target>
354  -->
355  <PropertyGroup>
356    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
357set ProjectDir=$(ProjectDir)
358set SolutionDir=$(SolutionDir)
359set Outdir=$(Outdir)
360
361call PreBuildEvent.cmd
362SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
363  </PropertyGroup>
364</Project>
Note: See TracBrowser for help on using the repository browser.