Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Classification/3.4/HeuristicLab.Problems.Instances.Classification-3.4.csproj @ 7759

Last change on this file since 7759 was 7759, checked in by sforsten, 12 years ago

#1784:

  • deleted ClassificationData and RegressionData. RegressionProblemData and ClassificationProblemData are used instead
  • deleted not needed Transformer
  • ValueGenerator is now a static class and yield return is used return IEnumerable
File size: 5.5 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>{1BBFCD5B-8A1C-4225-A682-ADEC7800E683}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.Classification</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.Classification-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <Private>False</Private>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="System" />
62    <Reference Include="System.Core" />
63    <Reference Include="System.Xml.Linq" />
64    <Reference Include="System.Data.DataSetExtensions" />
65    <Reference Include="Microsoft.CSharp" />
66    <Reference Include="System.Data" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="ArtificialClassificationDataDescriptor.cs" />
71    <Compile Include="ArtificialClassificationInstanceProvider.cs" />
72    <Compile Include="Plugin.cs" />
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <Compile Include="ClassificationInstanceProvider.cs" />
75    <Compile Include="RealWorld\Iris.cs">
76      <SubType>Code</SubType>
77    </Compile>
78    <Compile Include="RealWorld\Mammography.cs">
79      <SubType>Code</SubType>
80    </Compile>
81    <Compile Include="RealWorld\RealWorldInstanceProvider.cs" />
82    <Compile Include="ResourceClassificationDataDescriptor.cs" />
83    <Compile Include="ResourceClassificationInstanceProvider.cs" />
84  </ItemGroup>
85  <ItemGroup>
86    <EmbeddedResource Include="Data\RealWorld.zip" />
87    <None Include="Properties\AssemblyInfo.cs.frame" />
88    <None Include="HeuristicLab.snk" />
89    <None Include="Plugin.cs.frame" />
90  </ItemGroup>
91  <ItemGroup>
92    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
93      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
94      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
95      <Private>False</Private>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
98      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
99      <Name>HeuristicLab.Problems.Instances-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102  </ItemGroup>
103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104  <PropertyGroup>
105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
106set ProjectDir=$(ProjectDir)
107set SolutionDir=$(SolutionDir)
108set Outdir=$(Outdir)
109
110call PreBuildEvent.cmd
111</PreBuildEvent>
112  </PropertyGroup>
113  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114       Other similar extension points exist, see Microsoft.Common.targets.
115  <Target Name="BeforeBuild">
116  </Target>
117  <Target Name="AfterBuild">
118  </Target>
119  -->
120</Project>
Note: See TracBrowser for help on using the repository browser.