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

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

Added views to export symbolic expression trees as latex and graphviz expressions. #1142

File size: 18.4 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\LatexSymbolicExpressionTreeView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="Symbolic\LatexSymbolicExpressionTreeView.Designer.cs">
204      <DependentUpon>LatexSymbolicExpressionTreeView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Symbolic\SymbolicExpressionTreeLatexFormatter.cs" />
207    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="Symbolic\GraphvizSymbolicExpressionTreeView.Designer.cs">
211      <DependentUpon>GraphvizSymbolicExpressionTreeView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
217      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
220      <SubType>UserControl</SubType>
221    </Compile>
222    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
223      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
224    </Compile>
225    <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
229      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
230    </Compile>
231    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
235      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Symbolic\Symbols\ConstantView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
241      <DependentUpon>ConstantView.cs</DependentUpon>
242    </Compile>
243    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
247      <DependentUpon>LaggedVariableView.cs</DependentUpon>
248    </Compile>
249    <Compile Include="Symbolic\SymbolicExpressionTreeGraphvizFormatter.cs" />
250    <Compile Include="Symbolic\Symbols\VariableView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
254      <DependentUpon>VariableView.cs</DependentUpon>
255    </Compile>
256  </ItemGroup>
257  <ItemGroup>
258    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
259      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
260      <Name>HeuristicLab.Analysis-3.3</Name>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
263      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
264      <Name>HeuristicLab.Collections-3.3</Name>
265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
267      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
268      <Name>HeuristicLab.Common-3.3</Name>
269    </ProjectReference>
270    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
271      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
272      <Name>HeuristicLab.Core.Views-3.3</Name>
273    </ProjectReference>
274    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
275      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
276      <Name>HeuristicLab.Core-3.3</Name>
277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
279      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
280      <Name>HeuristicLab.Data.Views-3.3</Name>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
283      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
284      <Name>HeuristicLab.Data-3.3</Name>
285    </ProjectReference>
286    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
287      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
288      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
289    </ProjectReference>
290    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
291      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
292      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
293    </ProjectReference>
294    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj">
295      <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project>
296      <Name>ALGLIB-2.5.0</Name>
297    </ProjectReference>
298    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
299      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
300      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
301    </ProjectReference>
302    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
303      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
304      <Name>HeuristicLab.MainForm-3.3</Name>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
307      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
308      <Name>HeuristicLab.Operators-3.3</Name>
309    </ProjectReference>
310    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
311      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
312      <Name>HeuristicLab.Optimization.Views-3.3</Name>
313    </ProjectReference>
314    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
315      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
316      <Name>HeuristicLab.Optimization-3.3</Name>
317    </ProjectReference>
318    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
319      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
320      <Name>HeuristicLab.Parameters-3.3</Name>
321    </ProjectReference>
322    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
323      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
324      <Name>HeuristicLab.Persistence-3.3</Name>
325    </ProjectReference>
326    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
327      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
328      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
329    </ProjectReference>
330    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
331      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
332      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
333    </ProjectReference>
334    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
335      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
336      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
337    </ProjectReference>
338  </ItemGroup>
339  <ItemGroup>
340    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
341      <Visible>False</Visible>
342      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
343      <Install>false</Install>
344    </BootstrapperPackage>
345    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
346      <Visible>False</Visible>
347      <ProductName>.NET Framework 3.5 SP1</ProductName>
348      <Install>true</Install>
349    </BootstrapperPackage>
350    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
351      <Visible>False</Visible>
352      <ProductName>Windows Installer 3.1</ProductName>
353      <Install>true</Install>
354    </BootstrapperPackage>
355  </ItemGroup>
356  <ItemGroup>
357    <EmbeddedResource Include="DataAnalysisProblemDataCorrelationsView.resx">
358      <DependentUpon>DataAnalysisProblemDataCorrelationsView.cs</DependentUpon>
359    </EmbeddedResource>
360  </ItemGroup>
361  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
362  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
363       Other similar extension points exist, see Microsoft.Common.targets.
364  <Target Name="BeforeBuild">
365  </Target>
366  <Target Name="AfterBuild">
367  </Target>
368  -->
369  <PropertyGroup>
370    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
371set ProjectDir=$(ProjectDir)
372set SolutionDir=$(SolutionDir)
373set Outdir=$(Outdir)
374
375call PreBuildEvent.cmd
376SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
377  </PropertyGroup>
378</Project>
Note: See TracBrowser for help on using the repository browser.