Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 5694

Last change on this file since 5694 was 5694, checked in by gkronber, 13 years ago

#1418 ported views for support vector machine solutions and models.

File size: 13.2 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>
[5477]8    <ProjectGuid>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
[3877]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
[5475]12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
[3877]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>
[5477]22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
[3877]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[5475]58    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.DataAnalysis-3.4.xml</DocumentationFile>
[4065]59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x86\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
[4065]68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>bin\x86\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
[5475]73    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.DataAnalysis-3.4.xml</DocumentationFile>
[3877]74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
[4065]78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>bin\x64\Debug\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x64</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
90    <OutputPath>bin\x64\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
[4065]97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3877]98  </PropertyGroup>
99  <ItemGroup>
100    <Reference Include="System" />
101    <Reference Include="System.Core">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data" />
[4569]105    <Reference Include="System.Drawing" />
[3877]106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
[5617]109    <Compile Include="CrossValidation.cs">
110      <SubType>Code</SubType>
111    </Compile>
[3877]112    <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
[5617]113    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
[5694]114    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
115    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
[5617]116    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
[5651]117    <Compile Include="kMeans\KMeansClustering.cs" />
118    <Compile Include="kMeans\KMeansClusteringModel.cs" />
119    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
[5658]120    <Compile Include="kMeans\KMeansClusteringUtil.cs">
[5617]121      <SubType>Code</SubType>
122    </Compile>
[5658]123    <Compile Include="Linear\AlglibUtil.cs" />
124    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
125    <Compile Include="Linear\LinearRegression.cs">
[5617]126      <SubType>Code</SubType>
127    </Compile>
[3877]128    <Compile Include="Properties\AssemblyInfo.cs" />
[5626]129    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
130    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
131    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
[5624]132    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
133      <SubType>Code</SubType>
134    </Compile>
135    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
136      <SubType>Code</SubType>
137    </Compile>
138    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
139      <SubType>Code</SubType>
140    </Compile>
[3877]141  </ItemGroup>
142  <ItemGroup>
143    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
144      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
145      <Name>HeuristicLab.Collections-3.3</Name>
146    </ProjectReference>
[4569]147    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
148      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
149      <Name>HeuristicLab.Common.Resources-3.3</Name>
150    </ProjectReference>
[3877]151    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
152      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
153      <Name>HeuristicLab.Common-3.3</Name>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
156      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
157      <Name>HeuristicLab.Core-3.3</Name>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
160      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
161      <Name>HeuristicLab.Data-3.3</Name>
162    </ProjectReference>
[5475]163    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
[5484]164      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
165      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[3877]166    </ProjectReference>
[5617]167    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
168      <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
169      <Name>ALGLIB-3.1.0</Name>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
172      <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
173      <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
174    </ProjectReference>
[5624]175    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
176      <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
177      <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
180      <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
181      <Name>LibSVM-1.6.3</Name>
182    </ProjectReference>
[3877]183    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
184      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
185      <Name>HeuristicLab.Operators-3.3</Name>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
188      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
189      <Name>HeuristicLab.Optimization-3.3</Name>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
192      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
193      <Name>HeuristicLab.Parameters-3.3</Name>
194    </ProjectReference>
195    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
196      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
197      <Name>HeuristicLab.Persistence-3.3</Name>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
200      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
201      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
202    </ProjectReference>
[5624]203    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
204      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
205      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
208      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
209      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
210    </ProjectReference>
[5617]211    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
212      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
213      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
214    </ProjectReference>
[5475]215    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
[5484]216      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
217      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[3877]218    </ProjectReference>
219  </ItemGroup>
220  <ItemGroup>
221    <None Include="HeuristicLab.snk" />
[5519]222    <None Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" />
[3877]223    <None Include="Properties\AssemblyInfo.frame" />
224  </ItemGroup>
[4065]225  <ItemGroup>
226    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
227      <Visible>False</Visible>
228      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
229      <Install>false</Install>
230    </BootstrapperPackage>
231    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1</ProductName>
234      <Install>true</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
237      <Visible>False</Visible>
238      <ProductName>Windows Installer 3.1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241  </ItemGroup>
[5617]242  <ItemGroup />
[3877]243  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
244  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
245       Other similar extension points exist, see Microsoft.Common.targets.
246  <Target Name="BeforeBuild">
247  </Target>
248  <Target Name="AfterBuild">
249  </Target>
250  -->
251  <PropertyGroup>
252    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
253set ProjectDir=$(ProjectDir)
254set SolutionDir=$(SolutionDir)
255set Outdir=$(Outdir)
256
257call PreBuildEvent.cmd
258SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs"</PreBuildEvent>
259  </PropertyGroup>
260</Project>
Note: See TracBrowser for help on using the repository browser.