Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis/3.3/HeuristicLab.Algorithms.DataAnalysis-3.3.csproj @ 4472

Last change on this file since 4472 was 4472, checked in by mkommend, 14 years ago

Added empty plugin for cross validation view and stub for the cross validation class (ticket #1199).

File size: 9.4 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
[3877]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>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.3</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
[4065]17    <OldToolsVersion>3.5</OldToolsVersion>
[3877]18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
[4065]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>
[3877]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>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]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    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x86\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
[4065]66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
69    <OutputPath>bin\x86\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x86</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
[4065]76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]77  </PropertyGroup>
78  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
79    <DebugSymbols>true</DebugSymbols>
80    <OutputPath>bin\x64\Debug\</OutputPath>
81    <DefineConstants>DEBUG;TRACE</DefineConstants>
82    <DebugType>full</DebugType>
83    <PlatformTarget>x64</PlatformTarget>
84    <ErrorReport>prompt</ErrorReport>
[4065]85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
88    <OutputPath>bin\x64\Release\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <ErrorReport>prompt</ErrorReport>
[4065]95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]96  </PropertyGroup>
97  <ItemGroup>
[4472]98    <Reference Include="ALGLIB-2.5.0">
99      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-2.5.0.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
102      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Collections-3.3">
105      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Common-3.3">
108      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Core-3.3">
111      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Data-3.3">
114      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3">
117      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Operators-3.3">
120      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Optimization-3.3">
123      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Parameters-3.3">
126      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Persistence-3.3">
129      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
132      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
135      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Problems.DataAnalysis.Regression-3.3">
138      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="LibSVM-1.6.3">
141      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\LibSVM-1.6.3.dll</HintPath>
142    </Reference>
[3877]143    <Reference Include="System" />
144    <Reference Include="System.Core">
145      <RequiredTargetFramework>3.5</RequiredTargetFramework>
146    </Reference>
147    <Reference Include="System.Data" />
148    <Reference Include="System.Xml" />
149  </ItemGroup>
150  <ItemGroup>
[4472]151    <Compile Include="CrossValidation.cs" />
[3877]152    <Compile Include="SupportVectorMachine.cs" />
153    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
154    <Compile Include="LinearRegression.cs" />
155    <Compile Include="Properties\AssemblyInfo.cs" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="HeuristicLab.snk" />
159    <None Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" />
160    <None Include="Properties\AssemblyInfo.frame" />
161  </ItemGroup>
[4065]162  <ItemGroup>
163    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
164      <Visible>False</Visible>
165      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
166      <Install>false</Install>
167    </BootstrapperPackage>
168    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
169      <Visible>False</Visible>
170      <ProductName>.NET Framework 3.5 SP1</ProductName>
171      <Install>true</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
174      <Visible>False</Visible>
175      <ProductName>Windows Installer 3.1</ProductName>
176      <Install>true</Install>
177    </BootstrapperPackage>
178  </ItemGroup>
[3877]179  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
181       Other similar extension points exist, see Microsoft.Common.targets.
182  <Target Name="BeforeBuild">
183  </Target>
184  <Target Name="AfterBuild">
185  </Target>
186  -->
187  <PropertyGroup>
[4472]188    <PreBuildEvent>
189      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
190      set ProjectDir=$(ProjectDir)
191      set SolutionDir=$(SolutionDir)
192      set Outdir=$(Outdir)
[3877]193
[4472]194      call PreBuildEvent.cmd
195      SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs"
196    </PreBuildEvent>
[3877]197  </PropertyGroup>
198</Project>
Note: See TracBrowser for help on using the repository browser.