Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj @ 16771

Last change on this file since 16771 was 16771, checked in by chaider, 6 years ago

#2971 Changed references

File size: 15.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>..\..\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      <HintPath>..\..\..\..\trunk\bin\EPPlus-4.0.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <SpecificVersion>False</SpecificVersion>
111      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
145      <SpecificVersion>False</SpecificVersion>
146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
152      <Private>False</Private>
153    </Reference>
154    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="System" />
170    <Reference Include="System.Core">
171      <RequiredTargetFramework>3.5</RequiredTargetFramework>
172    </Reference>
173    <Reference Include="System.Drawing" />
174    <Reference Include="System.Windows.Forms" />
175  </ItemGroup>
176  <ItemGroup>
177    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
178    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
182      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
183    </Compile>
184    <Compile Include="SymbolicDataAnalysisModelMathView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="SymbolicDataAnalysisModelMathView.designer.cs">
188      <DependentUpon>SymbolicDataAnalysisModelMathView.cs</DependentUpon>
189    </Compile>
190    <Compile Include="Plugin.cs" />
191    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="TextualSymbolicDataAnalysisModelView.designer.cs">
195      <DependentUpon>TextualSymbolicDataAnalysisModelView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs">
201      <DependentUpon>InteractiveSymbolicDataAnalysisSolutionSimplifierView.cs</DependentUpon>
202    </Compile>
203    <Compile Include="GraphicalSymbolicDataAnalysisModelView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="GraphicalSymbolicDataAnalysisModelView.designer.cs">
207      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="Symbols\ConstantView.cs">
210      <SubType>UserControl</SubType>
211    </Compile>
212    <Compile Include="Symbols\ConstantView.Designer.cs">
213      <DependentUpon>ConstantView.cs</DependentUpon>
214    </Compile>
215    <Compile Include="Symbols\LaggedVariableView.cs">
216      <SubType>UserControl</SubType>
217    </Compile>
218    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
219      <DependentUpon>LaggedVariableView.cs</DependentUpon>
220    </Compile>
221    <Compile Include="Symbols\TimeLagView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="Symbols\TimeLagView.Designer.cs">
225      <DependentUpon>TimeLagView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="Symbols\VariableConditionView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="Symbols\VariableConditionView.Designer.cs">
231      <DependentUpon>VariableConditionView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="Symbols\VariableView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="Symbols\VariableView.Designer.cs">
237      <DependentUpon>VariableView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.cs">
240      <SubType>Form</SubType>
241    </Compile>
242    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeConstantNodeEditDialog.Designer.cs">
243      <DependentUpon>SymbolicExpressionTreeConstantNodeEditDialog.cs</DependentUpon>
244    </Compile>
245    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.cs">
246      <SubType>Form</SubType>
247    </Compile>
248    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeVariableNodeEditDialog.Designer.cs">
249      <DependentUpon>SymbolicExpressionTreeVariableNodeEditDialog.cs</DependentUpon>
250    </Compile>
251    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.cs">
252      <SubType>Form</SubType>
253    </Compile>
254    <Compile Include="TreeEditDialogs\SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
255      <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
256    </Compile>
257    <None Include="HeuristicLab.snk" />
258    <None Include="Plugin.cs.frame" />
259    <None Include="Properties\AssemblyInfo.cs.frame" />
260    <Compile Include="RunCollectionVariableImpactView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="RunCollectionVariableImpactView.Designer.cs">
264      <DependentUpon>RunCollectionVariableImpactView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="Properties\AssemblyInfo.cs" />
267  </ItemGroup>
268  <ItemGroup>
269    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
270      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
271      <Name>HeuristicLab.Core.Views-3.3</Name>
272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
274      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
275      <Name>HeuristicLab.Data.Views-3.3</Name>
276      <Private>False</Private>
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>
281      <Private>False</Private>
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>
301  <ItemGroup>
302    <Content Include="displayModelFrame.html">
303      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
304    </Content>
305  </ItemGroup>
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>
315    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
316set ProjectDir=$(ProjectDir)
317set SolutionDir=$(SolutionDir)
318set Outdir=$(Outdir)
319
320call PreBuildEvent.cmd
321</PreBuildEvent>
322    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
323export ProjectDir=$(ProjectDir)
324export SolutionDir=$(SolutionDir)
325
326$SolutionDir/PreBuildEvent.sh
327</PreBuildEvent>
328  </PropertyGroup>
329</Project>
Note: See TracBrowser for help on using the repository browser.