Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.5/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj @ 13398

Last change on this file since 13398 was 5809, checked in by mkommend, 13 years ago

#1418: Reintegrated branch into trunk.

File size: 16.2 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>v4.0</TargetFrameworkVersion>
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>
43    <OutputPath>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>bin\x86\Debug\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>bin\x86\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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" />
101    <Reference Include="System.Windows.Forms.DataVisualization" />
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" />
113    <None Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" />
114    <None Include="Properties\AssemblyInfo.frame" />
115    <Compile Include="DataAnalysisSolutionView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="DataAnalysisSolutionView.Designer.cs">
119      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="ResultsView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="ResultsView.Designer.cs">
125      <DependentUpon>ResultsView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="SupportVectorRegressionSolutionView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
131      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="SupportVectorMachineModelView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="SupportVectorMachineModelView.Designer.cs">
137      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="EstimatedValuesView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="EstimatedValuesView.Designer.cs">
143      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="DataAnalysisProblemDataView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
149      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
152    <Compile Include="LineChartView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="LineChartView.Designer.cs">
156      <DependentUpon>LineChartView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Properties\AssemblyInfo.cs" />
159    <Compile Include="ScatterPlotView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="ScatterPlotView.Designer.cs">
163      <DependentUpon>ScatterPlotView.cs</DependentUpon>
164    </Compile>
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>
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>
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>
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>
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>
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>
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>
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>
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>
224    </ProjectReference>
225    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
226      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
227      <Name>HeuristicLab.Common-3.3</Name>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
230      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
231      <Name>HeuristicLab.Core.Views-3.3</Name>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
234      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
235      <Name>HeuristicLab.Core-3.3</Name>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
238      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
239      <Name>HeuristicLab.Data.Views-3.3</Name>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
242      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
243      <Name>HeuristicLab.Data-3.3</Name>
244    </ProjectReference>
245    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
246      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
247      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
248    </ProjectReference>
249    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
250      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
251      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
254      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
255      <Name>ALGLIB-3.1.0</Name>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
258      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
259      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
262      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
263      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
264    </ProjectReference>
265    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
266      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
267      <Name>HeuristicLab.MainForm-3.3</Name>
268    </ProjectReference>
269    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
270      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
271      <Name>HeuristicLab.Operators-3.3</Name>
272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
274      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
275      <Name>HeuristicLab.Optimization-3.3</Name>
276    </ProjectReference>
277    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
278      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
279      <Name>HeuristicLab.Parameters-3.3</Name>
280    </ProjectReference>
281    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
282      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
283      <Name>HeuristicLab.Persistence-3.3</Name>
284    </ProjectReference>
285    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
286      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
287      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
288    </ProjectReference>
289    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
290      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
291      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
292    </ProjectReference>
293    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
294      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
295      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
296    </ProjectReference>
297    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
298      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
299      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
300    </ProjectReference>
301  </ItemGroup>
302  <ItemGroup>
303    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
304      <Visible>False</Visible>
305      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
306      <Install>false</Install>
307    </BootstrapperPackage>
308    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
309      <Visible>False</Visible>
310      <ProductName>.NET Framework 3.5 SP1</ProductName>
311      <Install>true</Install>
312    </BootstrapperPackage>
313    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
314      <Visible>False</Visible>
315      <ProductName>Windows Installer 3.1</ProductName>
316      <Install>true</Install>
317    </BootstrapperPackage>
318  </ItemGroup>
319  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
320  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
321       Other similar extension points exist, see Microsoft.Common.targets.
322  <Target Name="BeforeBuild">
323  </Target>
324  <Target Name="AfterBuild">
325  </Target>
326  -->
327  <PropertyGroup>
328    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
329set ProjectDir=$(ProjectDir)
330set SolutionDir=$(SolutionDir)
331set Outdir=$(Outdir)
332
333call PreBuildEvent.cmd
334SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
335  </PropertyGroup>
336</Project>
Note: See TracBrowser for help on using the repository browser.