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

Last change on this file since 6955 was 6866, checked in by mkommend, 13 years ago

#1653: Merged new HL solution into the trunk.

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