Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj @ 14255

Last change on this file since 14255 was 14255, checked in by pfleck, 8 years ago

#2632

  • Added the name of the target variable in plots and charts (scatter, line, ...).
  • Renamed MathSymbolicDataAnalysisModelView and added two subclasses for regression and classification that shows the name of the target variable in the equation. (added and used a new Format method to the LatexFormatter that uses the actual target name when encountering the StartSymbol)
File size: 15.3 KB
RevLine 
[5693]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>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5693]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
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>
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>
[5693]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[5693]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[6866]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]58    <Prefer32Bit>false</Prefer32Bit>
[5693]59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]68    <Prefer32Bit>false</Prefer32Bit>
[5693]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]78    <Prefer32Bit>false</Prefer32Bit>
[5693]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]88    <Prefer32Bit>false</Prefer32Bit>
[5693]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5693]92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]98    <Prefer32Bit>false</Prefer32Bit>
[5693]99  </PropertyGroup>
100  <ItemGroup>
[12817]101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
[7021]103      <Private>False</Private>
[6866]104    </Reference>
[12090]105    <Reference Include="EPPlus-4.0.3, Version=4.0.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
106      <Private>False</Private>
107    </Reference>
[5693]108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Windows.Forms" />
114  </ItemGroup>
115  <ItemGroup>
[9973]116    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
[8946]117    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
121      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
122    </Compile>
[14255]123    <Compile Include="SymbolicDataAnalysisModelMathView.cs">
[7446]124      <SubType>UserControl</SubType>
125    </Compile>
[14255]126    <Compile Include="SymbolicDataAnalysisModelMathView.designer.cs">
127      <DependentUpon>SymbolicDataAnalysisModelMathView.cs</DependentUpon>
[7446]128    </Compile>
[6866]129    <Compile Include="Plugin.cs" />
[5829]130    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="TextualSymbolicDataAnalysisModelView.designer.cs">
134      <DependentUpon>TextualSymbolicDataAnalysisModelView.cs</DependentUpon>
135    </Compile>
[5699]136    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs">
140      <DependentUpon>InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs</DependentUpon>
141    </Compile>
[5829]142    <Compile Include="GraphicalSymbolicDataAnalysisModelView.cs">
[5693]143      <SubType>UserControl</SubType>
144    </Compile>
[5829]145    <Compile Include="GraphicalSymbolicDataAnalysisModelView.designer.cs">
146      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
[5693]147    </Compile>
148    <Compile Include="Symbols\ConstantView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Symbols\ConstantView.Designer.cs">
152      <DependentUpon>ConstantView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="Symbols\LaggedVariableView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
158      <DependentUpon>LaggedVariableView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="Symbols\TimeLagView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="Symbols\TimeLagView.Designer.cs">
164      <DependentUpon>TimeLagView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Symbols\VariableConditionView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Symbols\VariableConditionView.Designer.cs">
170      <DependentUpon>VariableConditionView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Symbols\VariableView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Symbols\VariableView.Designer.cs">
176      <DependentUpon>VariableView.cs</DependentUpon>
177    </Compile>
[8980]178    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.cs">
[8946]179      <SubType>Form</SubType>
180    </Compile>
[8980]181    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.Designer.cs">
182      <DependentUpon>SymbolicExpressionTreeConstantNodeEditDialog.cs</DependentUpon>
[8946]183    </Compile>
[8980]184    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.cs">
185      <SubType>Form</SubType>
186    </Compile>
187    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.Designer.cs">
188      <DependentUpon>SymbolicExpressionTreeVariableNodeEditDialog.cs</DependentUpon>
189    </Compile>
[8946]190    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.cs">
191      <SubType>Form</SubType>
192    </Compile>
193    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
194      <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
195    </Compile>
[5693]196    <None Include="HeuristicLab.snk" />
[6866]197    <None Include="Plugin.cs.frame" />
198    <None Include="Properties\AssemblyInfo.cs.frame" />
[5693]199    <Compile Include="RunCollectionVariableImpactView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
203      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Properties\AssemblyInfo.cs" />
206  </ItemGroup>
207  <ItemGroup>
208    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
209      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
210      <Name>HeuristicLab.Collections-3.3</Name>
[6866]211      <Private>False</Private>
[5693]212    </ProjectReference>
[10545]213    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
214      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
215      <Name>HeuristicLab.Common.Resources-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
[5693]218    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
219      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
220      <Name>HeuristicLab.Common-3.3</Name>
[6866]221      <Private>False</Private>
[5693]222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
224      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
225      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]226      <Private>False</Private>
[5693]227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
229      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
230      <Name>HeuristicLab.Core-3.3</Name>
[6866]231      <Private>False</Private>
[5693]232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
234      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
235      <Name>HeuristicLab.Data.Views-3.3</Name>
[6866]236      <Private>False</Private>
[5693]237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
239      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
240      <Name>HeuristicLab.Data-3.3</Name>
[6866]241      <Private>False</Private>
[5693]242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
244      <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project>
245      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
[6866]246      <Private>False</Private>
[5693]247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
249      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
250      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[6866]251      <Private>False</Private>
[5693]252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
254      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
255      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]256      <Private>False</Private>
[5693]257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
259      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
260      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]261      <Private>False</Private>
[5693]262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
264      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
265      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]266      <Private>False</Private>
[5693]267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
269      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
270      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]271      <Private>False</Private>
[5693]272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
274      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
275      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
[6866]276      <Private>False</Private>
[5693]277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
279      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
280      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]281      <Private>False</Private>
[5693]282    </ProjectReference>
283  </ItemGroup>
284  <ItemGroup>
285    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
286      <Visible>False</Visible>
287      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
288      <Install>false</Install>
289    </BootstrapperPackage>
290    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
291      <Visible>False</Visible>
292      <ProductName>.NET Framework 3.5 SP1</ProductName>
293      <Install>true</Install>
294    </BootstrapperPackage>
295    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
296      <Visible>False</Visible>
297      <ProductName>Windows Installer 3.1</ProductName>
298      <Install>true</Install>
299    </BootstrapperPackage>
300  </ItemGroup>
[7446]301  <ItemGroup>
302    <Content Include="displayModelFrame.html">
303      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
304    </Content>
305  </ItemGroup>
[5693]306  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
307  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
308       Other similar extension points exist, see Microsoft.Common.targets.
309  <Target Name="BeforeBuild">
310  </Target>
311  <Target Name="AfterBuild">
312  </Target>
313  -->
314  <PropertyGroup>
[8946]315    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[5693]316set ProjectDir=$(ProjectDir)
317set SolutionDir=$(SolutionDir)
318set Outdir=$(Outdir)
319
320call PreBuildEvent.cmd
[6866]321</PreBuildEvent>
[8946]322    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]323export ProjectDir=$(ProjectDir)
324export SolutionDir=$(SolutionDir)
325
326$SolutionDir/PreBuildEvent.sh
327</PreBuildEvent>
[5693]328  </PropertyGroup>
329</Project>
Note: See TracBrowser for help on using the repository browser.