Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj @ 4082

Last change on this file since 4082 was 4082, checked in by gkronber, 14 years ago

Added plugin for evolutionary feature selection. #1097

File size: 7.7 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>{5A4679EF-A8F3-4647-B722-441A36B3BA6B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Tests_3._3</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Tests-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>3.5</OldToolsVersion>
19    <UpgradeBackupLocation />
20    <PublishUrl>publish\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</UpdateEnabled>
24    <UpdateMode>Foreground</UpdateMode>
25    <UpdateInterval>7</UpdateInterval>
26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27    <UpdatePeriodically>false</UpdatePeriodically>
28    <UpdateRequired>false</UpdateRequired>
29    <MapFileExtensions>true</MapFileExtensions>
30    <ApplicationRevision>0</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <IsWebBootstrapper>false</IsWebBootstrapper>
33    <UseApplicationTrust>false</UseApplicationTrust>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
64    <OutputPath>bin\x64\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70  </PropertyGroup>
71  <ItemGroup>
72    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
73    <Reference Include="System" />
74    <Reference Include="System.Core">
75      <RequiredTargetFramework>3.5</RequiredTargetFramework>
76    </Reference>
77  </ItemGroup>
78  <ItemGroup>
79    <Compile Include="LinearScalingTest.cs" />
80    <Compile Include="Properties\AssemblyInfo.cs" />
81    <Compile Include="SimpleArithmeticExpressionInterpreterTest.cs" />
82    <Compile Include="SymbolicExpressionImporter.cs" />
83    <Compile Include="Token.cs" />
84    <Compile Include="Util.cs" />
85  </ItemGroup>
86  <ItemGroup>
87    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
88      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
89      <Name>HeuristicLab.Common.Resources-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
92      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
93      <Name>HeuristicLab.Common-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
96      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
97      <Name>HeuristicLab.Core-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
100      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
101      <Name>HeuristicLab.Data-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
104      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
105      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
108      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
109      <Name>HeuristicLab.Operators-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
112      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
113      <Name>HeuristicLab.Optimization-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">
116      <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>
117      <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
120      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
121      <Name>HeuristicLab.Random-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
124      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
125      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <ItemGroup>
129    <Folder Include="bin\" />
130  </ItemGroup>
131  <ItemGroup>
132    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
133      <Visible>False</Visible>
134      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
135      <Install>true</Install>
136    </BootstrapperPackage>
137    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
138      <Visible>False</Visible>
139      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
140      <Install>false</Install>
141    </BootstrapperPackage>
142    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5 SP1</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
148      <Visible>False</Visible>
149      <ProductName>Windows Installer 3.1</ProductName>
150      <Install>true</Install>
151    </BootstrapperPackage>
152  </ItemGroup>
153  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
154  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155       Other similar extension points exist, see Microsoft.Common.targets.
156  <Target Name="BeforeBuild">
157  </Target>
158  <Target Name="AfterBuild">
159  </Target>
160  -->
161</Project>
Note: See TracBrowser for help on using the repository browser.