Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2880_GBTOverhaul/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj @ 15759

Last change on this file since 15759 was 15759, checked in by fholzing, 6 years ago

#2890: Made the branch compile

File size: 16.0 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>..\..\..\trunk\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\..\trunk\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <Prefer32Bit>false</Prefer32Bit>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
50    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
51    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
55    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
56    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
57    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
67    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
68    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
73    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
75    <Prefer32Bit>false</Prefer32Bit>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>$(SolutionDir)\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
84    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
85    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
88    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
89    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
90    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
91    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
95    <OutputPath>$(SolutionDir)\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Algorithms.DataAnalysis.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
101    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
102    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105    <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
106    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
107    <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
108    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
109    <Prefer32Bit>false</Prefer32Bit>
110  </PropertyGroup>
111  <ItemGroup>
112    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
113      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Analysis-3.3">
116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Collections-3.3">
119      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Common-3.3">
122      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Common.Resources-3.3">
125      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Core-3.3">
128      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Core.Views-3.3">
131      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Data-3.3">
134      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.Data.Views-3.3">
137      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
140      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.MainForm-3.3">
143      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
146      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="HeuristicLab.Optimization-3.3">
149      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.Optimization.Views-3.3">
152      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
155      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
158      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
159    </Reference>
160    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
161      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
164      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
167      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
168    </Reference>
169    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
170      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
171    </Reference>
172    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
173      <HintPath>..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
174    </Reference>
175    <Reference Include="LibSVM-3.12">
176      <HintPath>..\..\..\trunk\bin\LibSVM-3.12.dll</HintPath>
177    </Reference>
178    <Reference Include="System" />
179    <Reference Include="System.Core" />
180    <Reference Include="System.Drawing" />
181    <Reference Include="System.Windows.Forms" />
182    <Reference Include="System.Windows.Forms.DataVisualization" />
183    <Reference Include="System.Xml.Linq" />
184    <Reference Include="System.Data.DataSetExtensions" />
185    <Reference Include="System.Data" />
186    <Reference Include="System.Xml" />
187  </ItemGroup>
188  <ItemGroup>
189    <Compile Include="GradientBoostedTreesModelEvaluationView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="GradientBoostedTreesModelEvaluationView.Designer.cs">
193      <DependentUpon>GradientBoostedTreesModelEvaluationView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="GradientBoostedTreesModelView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="GradientBoostedTreesModelView.Designer.cs">
199      <DependentUpon>GradientBoostedTreesModelView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="OneFactorClassificationModelView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="OneFactorClassificationModelView.Designer.cs">
205      <DependentUpon>OneFactorClassificationModelView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="RandomForestModelView.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="RandomForestModelView.Designer.cs">
211      <DependentUpon>RandomForestModelView.cs</DependentUpon>
212    </Compile>
213    <Compile Include="RandomForestModelEvaluationView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="RandomForestModelEvaluationView.Designer.cs">
217      <DependentUpon>RandomForestModelEvaluationView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="MeanProdView.cs">
220      <SubType>UserControl</SubType>
221    </Compile>
222    <Compile Include="MeanProdView.Designer.cs">
223      <DependentUpon>MeanProdView.cs</DependentUpon>
224    </Compile>
225    <Compile Include="MeanSumView.cs">
226      <SubType>UserControl</SubType>
227    </Compile>
228    <Compile Include="MeanSumView.Designer.cs">
229      <DependentUpon>MeanSumView.cs</DependentUpon>
230    </Compile>
231    <Compile Include="CovarianceProdView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="CovarianceProdView.Designer.cs">
235      <DependentUpon>CovarianceProdView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="CovarianceSumView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="CovarianceSumView.Designer.cs">
241      <DependentUpon>CovarianceSumView.cs</DependentUpon>
242    </Compile>
243    <Compile Include="GaussianProcessModelView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="GaussianProcessModelView.Designer.cs">
247      <DependentUpon>GaussianProcessModelView.cs</DependentUpon>
248    </Compile>
249    <Compile Include="KMeansClusteringModelView.cs">
250      <SubType>UserControl</SubType>
251    </Compile>
252    <Compile Include="KMeansClusteringModelView.Designer.cs">
253      <DependentUpon>KMeansClusteringModelView.cs</DependentUpon>
254    </Compile>
255    <Compile Include="NcaDimensionReductionView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="NcaDimensionReductionView.Designer.cs">
259      <DependentUpon>NcaDimensionReductionView.cs</DependentUpon>
260    </Compile>
261    <Compile Include="OneRClassificationModelView.cs">
262      <SubType>UserControl</SubType>
263    </Compile>
264    <Compile Include="OneRClassificationModelView.Designer.cs">
265      <DependentUpon>OneRClassificationModelView.cs</DependentUpon>
266    </Compile>
267    <Compile Include="Plugin.cs" />
268    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
269      <SubType>UserControl</SubType>
270    </Compile>
271    <Compile Include="SupportVectorMachineModelSupportVectorsView.Designer.cs">
272      <DependentUpon>SupportVectorMachineModelSupportVectorsView.cs</DependentUpon>
273    </Compile>
274    <Compile Include="CrossValidationView.cs">
275      <SubType>UserControl</SubType>
276    </Compile>
277    <Compile Include="CrossValidationView.Designer.cs">
278      <DependentUpon>CrossValidationView.cs</DependentUpon>
279    </Compile>
280    <Compile Include="Properties\AssemblyInfo.cs" />
281    <Compile Include="SupportVectorMachineModelView.cs">
282      <SubType>UserControl</SubType>
283    </Compile>
284    <Compile Include="SupportVectorMachineModelView.Designer.cs">
285      <DependentUpon>SupportVectorMachineModelView.cs</DependentUpon>
286    </Compile>
287  </ItemGroup>
288  <ItemGroup>
289    <None Include="HeuristicLab.snk" />
290    <None Include="Plugin.cs.frame" />
291    <None Include="Properties\AssemblyInfo.cs.frame" />
292  </ItemGroup>
293  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
294  <PropertyGroup>
295    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
296      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
297      set ProjectDir=$(ProjectDir)
298      set SolutionDir=$(SolutionDir)
299      set Outdir=$(Outdir)
300
301      call PreBuildEvent.cmd
302</PreBuildEvent>
303    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
304export ProjectDir=$(ProjectDir)
305export SolutionDir=$(SolutionDir)
306
307$SolutionDir/PreBuildEvent.sh
308</PreBuildEvent>
309  </PropertyGroup>
310  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
311       Other similar extension points exist, see Microsoft.Common.targets.
312  <Target Name="BeforeBuild">
313  </Target>
314  <Target Name="AfterBuild">
315  </Target>
316  -->
317</Project>
Note: See TracBrowser for help on using the repository browser.