Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj @ 4651

Last change on this file since 4651 was 4651, checked in by mkommend, 14 years ago

Integrated EnhancedChart in all GP specific views (ticket #1228).

File size: 15.7 KB
RevLine 
[3373]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3373]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>
[3408]11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName>
[3373]13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[3373]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>
[4065]45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]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>
[4065]54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]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>
[4065]63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]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>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]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>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]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>
[4065]90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3373]91  </PropertyGroup>
92  <ItemGroup>
93    <Reference Include="System" />
94    <Reference Include="System.Core">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.Windows.Forms" />
[3442]99    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
[3373]100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="HeuristicLab.snk" />
[3755]111    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
[3373]112    <None Include="Properties\AssemblyInfo.frame" />
[3884]113    <Compile Include="DataAnalysisSolutionView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="DataAnalysisSolutionView.Designer.cs">
117      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
118    </Compile>
[3916]119    <Compile Include="ResultsView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="ResultsView.Designer.cs">
123      <DependentUpon>ResultsView.cs</DependentUpon>
124    </Compile>
[3975]125    <Compile Include="RunCollectionVariableImpactView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
129      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
130    </Compile>
[3853]131    <Compile Include="SupportVectorRegressionSolutionView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
135      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="SupportVectorMachineModelView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="SupportVectorMachineModelView.Designer.cs">
141      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
142    </Compile>
[3442]143    <Compile Include="EstimatedValuesView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="EstimatedValuesView.Designer.cs">
147      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
148    </Compile>
[3373]149    <Compile Include="DataAnalysisProblemDataView.cs">
[3410]150      <SubType>UserControl</SubType>
[3373]151    </Compile>
152    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
153      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
[3442]156    <Compile Include="LineChartView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="LineChartView.Designer.cs">
160      <DependentUpon>LineChartView.cs</DependentUpon>
161    </Compile>
[3373]162    <Compile Include="Properties\AssemblyInfo.cs" />
[3442]163    <Compile Include="ScatterPlotView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="ScatterPlotView.Designer.cs">
167      <DependentUpon>ScatterPlotView.cs</DependentUpon>
168    </Compile>
[3915]169    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
173      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
174    </Compile>
[3442]175    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
179      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
185      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
186    </Compile>
[3915]187    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
191      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
192    </Compile>
[3824]193    <Compile Include="Symbolic\Symbols\ConstantView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
197      <DependentUpon>ConstantView.cs</DependentUpon>
198    </Compile>
[4022]199    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
203      <DependentUpon>LaggedVariableView.cs</DependentUpon>
204    </Compile>
[3824]205    <Compile Include="Symbolic\Symbols\VariableView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
209      <DependentUpon>VariableView.cs</DependentUpon>
210    </Compile>
[3373]211  </ItemGroup>
212  <ItemGroup>
213    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
214      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
215      <Name>HeuristicLab.Collections-3.3</Name>
216    </ProjectReference>
[3410]217    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
218      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
219      <Name>HeuristicLab.Common-3.3</Name>
[3373]220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
222      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
223      <Name>HeuristicLab.Core.Views-3.3</Name>
224    </ProjectReference>
225    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
226      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
227      <Name>HeuristicLab.Core-3.3</Name>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
230      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
231      <Name>HeuristicLab.Data.Views-3.3</Name>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
234      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
235      <Name>HeuristicLab.Data-3.3</Name>
236    </ProjectReference>
[3442]237    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
238      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
239      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
240    </ProjectReference>
[3373]241    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
242      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
243      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
244    </ProjectReference>
[3975]245    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
246      <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
247      <Name>ALGLIB-2.5.0</Name>
248    </ProjectReference>
[3437]249    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[3373]250      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]251      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[3373]252    </ProjectReference>
[3437]253    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[3373]254      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]255      <Name>HeuristicLab.MainForm-3.3</Name>
[3373]256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
258      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
259      <Name>HeuristicLab.Operators-3.3</Name>
260    </ProjectReference>
[3915]261    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
262      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
263      <Name>HeuristicLab.Optimization-3.3</Name>
264    </ProjectReference>
[3373]265    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
266      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
267      <Name>HeuristicLab.Parameters-3.3</Name>
268    </ProjectReference>
269    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
270      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
271      <Name>HeuristicLab.Persistence-3.3</Name>
272    </ProjectReference>
[3832]273    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3373]274      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]275      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[3373]276    </ProjectReference>
[3442]277    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
278      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
279      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
280    </ProjectReference>
[3373]281    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
282      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
283      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
284    </ProjectReference>
[4651]285    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
286      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
287      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
288    </ProjectReference>
[3373]289  </ItemGroup>
[4065]290  <ItemGroup>
291    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
292      <Visible>False</Visible>
293      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
294      <Install>false</Install>
295    </BootstrapperPackage>
296    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
297      <Visible>False</Visible>
298      <ProductName>.NET Framework 3.5 SP1</ProductName>
299      <Install>true</Install>
300    </BootstrapperPackage>
301    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
302      <Visible>False</Visible>
303      <ProductName>Windows Installer 3.1</ProductName>
304      <Install>true</Install>
305    </BootstrapperPackage>
306  </ItemGroup>
[3373]307  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
308  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
309       Other similar extension points exist, see Microsoft.Common.targets.
310  <Target Name="BeforeBuild">
311  </Target>
312  <Target Name="AfterBuild">
313  </Target>
314  -->
315  <PropertyGroup>
316    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
317set ProjectDir=$(ProjectDir)
318set SolutionDir=$(SolutionDir)
319set Outdir=$(Outdir)
320
321call PreBuildEvent.cmd
322SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
323  </PropertyGroup>
324</Project>
Note: See TracBrowser for help on using the repository browser.