Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

Last change on this file was 17687, checked in by fbaching, 4 years ago

#1837: merged changes from trunk

  • apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)
File size: 18.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>{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>
13    <TargetFrameworkVersion>v4.6.1</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>..\..\..\..\trunk\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
78    <Prefer32Bit>false</Prefer32Bit>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88    <Prefer32Bit>false</Prefer32Bit>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
98    <Prefer32Bit>false</Prefer32Bit>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="EPPlus-4.0.3, Version=4.0.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
137      <SpecificVersion>False</SpecificVersion>
138      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
141      <SpecificVersion>False</SpecificVersion>
142      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
143    </Reference>
144    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
145      <SpecificVersion>False</SpecificVersion>
146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
147    </Reference>
148    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
151    </Reference>
152    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
155    </Reference>
156    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
157      <SpecificVersion>False</SpecificVersion>
158      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
159    </Reference>
160    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
161      <SpecificVersion>False</SpecificVersion>
162      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
163    </Reference>
164    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
167    </Reference>
168    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <SpecificVersion>False</SpecificVersion>
170      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
171    </Reference>
172    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
173      <SpecificVersion>False</SpecificVersion>
174      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
175    </Reference>
176    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
177      <SpecificVersion>False</SpecificVersion>
178      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
179    </Reference>
180    <Reference Include="System" />
181    <Reference Include="System.Core">
182      <RequiredTargetFramework>3.5</RequiredTargetFramework>
183    </Reference>
184    <Reference Include="System.Drawing" />
185    <Reference Include="System.Windows.Forms" />
186    <Reference Include="System.Windows.Forms.DataVisualization" />
187  </ItemGroup>
188  <ItemGroup>
189    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
190    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
194      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
195    </Compile>
196    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapControl.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapControl.Designer.cs">
200      <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapControl.cs</DependentUpon>
201    </Compile>
202    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionHeatMapView.Designer.cs">
206      <DependentUpon>SlidingWindowBestSolutionsCollectionHeatMapView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="SlidingWindow\SlidingWindowBestSolutionsCollectionView.Designer.cs">
212      <DependentUpon>SlidingWindowBestSolutionsCollectionView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="SlidingWindow\SlidingWindowDataView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="SlidingWindow\SlidingWindowDataView.Designer.cs">
218      <DependentUpon>SlidingWindowDataView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="SymbolicDataAnalysisModelMathView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="SymbolicDataAnalysisModelMathView.designer.cs">
224      <DependentUpon>SymbolicDataAnalysisModelMathView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Plugin.cs" />
227    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="TextualSymbolicDataAnalysisModelView.designer.cs">
231      <DependentUpon>TextualSymbolicDataAnalysisModelView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs">
237      <DependentUpon>InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="GraphicalSymbolicDataAnalysisModelView.cs">
240      <SubType>UserControl</SubType>
241    </Compile>
242    <Compile Include="GraphicalSymbolicDataAnalysisModelView.designer.cs">
243      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
244    </Compile>
245    <Compile Include="Symbols\ConstantView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="Symbols\ConstantView.Designer.cs">
249      <DependentUpon>ConstantView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="Symbols\LaggedVariableView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
255      <DependentUpon>LaggedVariableView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Symbols\TimeLagView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Symbols\TimeLagView.Designer.cs">
261      <DependentUpon>TimeLagView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Symbols\VariableConditionView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Symbols\VariableConditionView.Designer.cs">
267      <DependentUpon>VariableConditionView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Symbols\VariableView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="Symbols\VariableView.Designer.cs">
273      <DependentUpon>VariableView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.cs">
276      <SubType>Form</SubType>
277    </Compile>
278    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.Designer.cs">
279      <DependentUpon>SymbolicExpressionTreeConstantNodeEditDialog.cs</DependentUpon>
280    </Compile>
281    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.cs">
282      <SubType>Form</SubType>
283    </Compile>
284    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.Designer.cs">
285      <DependentUpon>SymbolicExpressionTreeVariableNodeEditDialog.cs</DependentUpon>
286    </Compile>
287    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.cs">
288      <SubType>Form</SubType>
289    </Compile>
290    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
291      <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
292    </Compile>
293    <None Include="HeuristicLab.snk" />
294    <None Include="Plugin.cs.frame" />
295    <None Include="Properties\AssemblyInfo.cs.frame" />
296    <Compile Include="RunCollectionVariableImpactView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
300      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Properties\AssemblyInfo.cs" />
303  </ItemGroup>
304  <ItemGroup>
305    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
306      <Visible>False</Visible>
307      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
308      <Install>false</Install>
309    </BootstrapperPackage>
310    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
311      <Visible>False</Visible>
312      <ProductName>.NET Framework 3.5 SP1</ProductName>
313      <Install>true</Install>
314    </BootstrapperPackage>
315    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
316      <Visible>False</Visible>
317      <ProductName>Windows Installer 3.1</ProductName>
318      <Install>true</Install>
319    </BootstrapperPackage>
320  </ItemGroup>
321  <ItemGroup>
322    <Content Include="displayModelFrame.html">
323      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
324    </Content>
325  </ItemGroup>
326  <ItemGroup>
327    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
328      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
329      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
330    </ProjectReference>
331  </ItemGroup>
332  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
333  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
334       Other similar extension points exist, see Microsoft.Common.targets.
335  <Target Name="BeforeBuild">
336  </Target>
337  <Target Name="AfterBuild">
338  </Target>
339  -->
340  <PropertyGroup>
341    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
342set ProjectDir=$(ProjectDir)
343set SolutionDir=$(SolutionDir)
344set Outdir=$(Outdir)
345
346call PreBuildEvent.cmd
347</PreBuildEvent>
348    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
349export ProjectDir=$(ProjectDir)
350export SolutionDir=$(SolutionDir)
351
352$SolutionDir/PreBuildEvent.sh
353</PreBuildEvent>
354  </PropertyGroup>
355  <PropertyGroup>
356    <PreBuildEvent />
357  </PropertyGroup>
358</Project>
Note: See TracBrowser for help on using the repository browser.