Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2906_Transformations/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj @ 15863

Last change on this file since 15863 was 15863, checked in by pfleck, 6 years ago

#2906 branched DataAnalysis.Symbolic(+ Regression) plugins.

File size: 14.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>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</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>..\..\..\..\trunk\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>..\..\..\..\trunk\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>..\..\..\..\trunk\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>..\..\..\..\trunk\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>..\..\..\..\trunk\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="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
106    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
115    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
116    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
117    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <SpecificVersion>False</SpecificVersion>
123      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <SpecificVersion>False</SpecificVersion>
127      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
130    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
131    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
132      <SpecificVersion>False</SpecificVersion>
133      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Parameters.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
144      <SpecificVersion>False</SpecificVersion>
145      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <SpecificVersion>False</SpecificVersion>
149      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec" />
152    <Reference Include="System" />
153    <Reference Include="System.Core">
154      <RequiredTargetFramework>3.5</RequiredTargetFramework>
155    </Reference>
156    <Reference Include="System.Drawing" />
157    <Reference Include="System.Windows.Forms" />
158    <Reference Include="System.Windows.Forms.DataVisualization" />
159    <Reference Include="System.Xml.Linq">
160      <RequiredTargetFramework>3.5</RequiredTargetFramework>
161    </Reference>
162    <Reference Include="System.Data.DataSetExtensions">
163      <RequiredTargetFramework>3.5</RequiredTargetFramework>
164    </Reference>
165    <Reference Include="System.Data" />
166    <Reference Include="System.Xml" />
167  </ItemGroup>
168  <ItemGroup>
169    <Compile Include="InteractiveSymbolicRegressionSolutionSimplifierView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="InteractiveSymbolicRegressionSolutionSimplifierView.Designer.cs">
173      <DependentUpon>InteractiveSymbolicRegressionSolutionSimplifierView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="SymbolicRegressionModelMathView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="SymbolicRegressionModelMathView.designer.cs">
179      <DependentUpon>SymbolicRegressionModelMathView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="Plugin.cs" />
182    <Compile Include="SymbolicRegressionSolutionResponseFunctionView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="SymbolicRegressionSolutionResponseFunctionView.Designer.cs">
186      <DependentUpon>SymbolicRegressionSolutionResponseFunctionView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="SymbolicRegressionSolutionErrorCharacteristicsCurveView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="SymbolicRegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
192      <DependentUpon>SymbolicRegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="SymbolicRegressionSolutionView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="SymbolicRegressionSolutionView.Designer.cs">
198      <DependentUpon>SymbolicRegressionSolutionView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="VariableTrackbar.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="VariableTrackbar.Designer.cs">
204      <DependentUpon>VariableTrackbar.cs</DependentUpon>
205    </Compile>
206    <None Include="HeuristicLab.snk" />
207    <None Include="Plugin.cs.frame" />
208    <None Include="Properties\AssemblyInfo.cs.frame" />
209    <Compile Include="Properties\AssemblyInfo.cs" />
210  </ItemGroup>
211  <ItemGroup>
212    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
213      <Visible>False</Visible>
214      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
215      <Install>false</Install>
216    </BootstrapperPackage>
217    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
218      <Visible>False</Visible>
219      <ProductName>.NET Framework 3.5 SP1</ProductName>
220      <Install>true</Install>
221    </BootstrapperPackage>
222    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
223      <Visible>False</Visible>
224      <ProductName>Windows Installer 3.1</ProductName>
225      <Install>true</Install>
226    </BootstrapperPackage>
227  </ItemGroup>
228  <ItemGroup>
229    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
230      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
231      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
234      <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
235      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
238      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
239      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
242      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
243      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
244    </ProjectReference>
245    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
246      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
247      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
248    </ProjectReference>
249  </ItemGroup>
250  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
251  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
252       Other similar extension points exist, see Microsoft.Common.targets.
253  <Target Name="BeforeBuild">
254  </Target>
255  <Target Name="AfterBuild">
256  </Target>
257  -->
258  <PropertyGroup>
259    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
260set ProjectDir=$(ProjectDir)
261set SolutionDir=$(SolutionDir)
262set Outdir=$(Outdir)
263
264call PreBuildEvent.cmd
265</PreBuildEvent>
266    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
267export ProjectDir=$(ProjectDir)
268export SolutionDir=$(SolutionDir)
269
270$SolutionDir/PreBuildEvent.sh
271</PreBuildEvent>
272  </PropertyGroup>
273</Project>
Note: See TracBrowser for help on using the repository browser.