Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj @ 5500

Last change on this file since 5500 was 5467, checked in by gkronber, 13 years ago

#1325: Merged r5060 from branch into trunk.

File size: 16.5 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="RunCollectionVariableImpactView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
131      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="SupportVectorRegressionSolutionView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="SupportVectorRegressionSolutionView.Designer.cs">
137      <DependentUpon>SupportVectorRegressionSolutionView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="SupportVectorMachineModelView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="SupportVectorMachineModelView.Designer.cs">
143      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="EstimatedValuesView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="EstimatedValuesView.Designer.cs">
149      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="DataAnalysisProblemDataView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
155      <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="HeuristicLabProblemsDataAnalysisViewsPlugin.cs" />
158    <Compile Include="LineChartView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="LineChartView.Designer.cs">
162      <DependentUpon>LineChartView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="Properties\AssemblyInfo.cs" />
165    <Compile Include="ScatterPlotView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="ScatterPlotView.Designer.cs">
169      <DependentUpon>ScatterPlotView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.cs">
172      <SubType>UserControl</SubType>
173    </Compile>
174    <Compile Include="Symbolic\InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
175      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
176    </Compile>
177    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="Symbolic\SimplifiedSymbolicExpressionModelView.designer.cs">
181      <DependentUpon>SimplifiedSymbolicExpressionModelView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="Symbolic\SymbolicExpressionModelView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="Symbolic\SymbolicExpressionModelView.designer.cs">
187      <DependentUpon>SymbolicExpressionModelView.cs</DependentUpon>
188    </Compile>
189    <Compile Include="Symbolic\SymbolicRegressionSolutionView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="Symbolic\SymbolicRegressionSolutionView.Designer.cs">
193      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="Symbolic\Symbols\ConstantView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="Symbolic\Symbols\ConstantView.Designer.cs">
199      <DependentUpon>ConstantView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="Symbolic\Symbols\VariableConditionView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="Symbolic\Symbols\VariableConditionView.Designer.cs">
205      <DependentUpon>VariableConditionView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="Symbolic\Symbols\LaggedVariableView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="Symbolic\Symbols\LaggedVariableView.Designer.cs">
211      <DependentUpon>LaggedVariableView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="Symbolic\Symbols\TimeLagView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="Symbolic\Symbols\TimeLagView.Designer.cs">
217      <DependentUpon>TimeLagView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="Symbolic\Symbols\VariableView.cs">
220      <SubType>UserControl</SubType>
221    </Compile>
222    <Compile Include="Symbolic\Symbols\VariableView.Designer.cs">
223      <DependentUpon>VariableView.cs</DependentUpon>
224    </Compile>
225  </ItemGroup>
226  <ItemGroup>
227    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
228      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
229      <Name>HeuristicLab.Collections-3.3</Name>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
232      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
233      <Name>HeuristicLab.Common-3.3</Name>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
236      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
237      <Name>HeuristicLab.Core.Views-3.3</Name>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
240      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
241      <Name>HeuristicLab.Core-3.3</Name>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
244      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
245      <Name>HeuristicLab.Data.Views-3.3</Name>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
248      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
249      <Name>HeuristicLab.Data-3.3</Name>
250    </ProjectReference>
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>
254    </ProjectReference>
255    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
256      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
257      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
258    </ProjectReference>
259    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
260      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
261      <Name>ALGLIB-3.1.0</Name>
262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
264      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
265      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
268      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
269      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
272      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
273      <Name>HeuristicLab.MainForm-3.3</Name>
274    </ProjectReference>
275    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
276      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
277      <Name>HeuristicLab.Operators-3.3</Name>
278    </ProjectReference>
279    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
280      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
281      <Name>HeuristicLab.Optimization-3.3</Name>
282    </ProjectReference>
283    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
284      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
285      <Name>HeuristicLab.Parameters-3.3</Name>
286    </ProjectReference>
287    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
288      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
289      <Name>HeuristicLab.Persistence-3.3</Name>
290    </ProjectReference>
291    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
292      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
293      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
294    </ProjectReference>
295    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
296      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
297      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
298    </ProjectReference>
299    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
300      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
301      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
302    </ProjectReference>
303    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
304      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
305      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
306    </ProjectReference>
307  </ItemGroup>
308  <ItemGroup>
309    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
310      <Visible>False</Visible>
311      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
312      <Install>false</Install>
313    </BootstrapperPackage>
314    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
315      <Visible>False</Visible>
316      <ProductName>.NET Framework 3.5 SP1</ProductName>
317      <Install>true</Install>
318    </BootstrapperPackage>
319    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
320      <Visible>False</Visible>
321      <ProductName>Windows Installer 3.1</ProductName>
322      <Install>true</Install>
323    </BootstrapperPackage>
324  </ItemGroup>
325  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
326  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
327       Other similar extension points exist, see Microsoft.Common.targets.
328  <Target Name="BeforeBuild">
329  </Target>
330  <Target Name="AfterBuild">
331  </Target>
332  -->
333  <PropertyGroup>
334    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
335set ProjectDir=$(ProjectDir)
336set SolutionDir=$(SolutionDir)
337set Outdir=$(Outdir)
338
339call PreBuildEvent.cmd
340SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisViewsPlugin.cs"</PreBuildEvent>
341  </PropertyGroup>
342</Project>
Note: See TracBrowser for help on using the repository browser.