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 @ 3855

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

Extended set of available functions for symbolic regression and added test cases for the extended function set. #1013

File size: 4.9 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{5A4679EF-A8F3-4647-B722-441A36B3BA6B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Tests_3._3</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Tests-3.3</AssemblyName>
12    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
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>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
35    <Reference Include="System" />
36    <Reference Include="System.Core">
37      <RequiredTargetFramework>3.5</RequiredTargetFramework>
38    </Reference>
39  </ItemGroup>
40  <ItemGroup>
41    <Compile Include="Properties\AssemblyInfo.cs" />
42    <Compile Include="SimpleArithmeticExpressionInterpreterTest.cs" />
43    <Compile Include="SymbolicExpressionImporter.cs" />
44    <Compile Include="Token.cs" />
45    <Compile Include="Util.cs" />
46  </ItemGroup>
47  <ItemGroup>
48    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
49      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
50      <Name>HeuristicLab.Common.Resources-3.3</Name>
51    </ProjectReference>
52    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
53      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
54      <Name>HeuristicLab.Common-3.3</Name>
55    </ProjectReference>
56    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
57      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
58      <Name>HeuristicLab.Core-3.3</Name>
59    </ProjectReference>
60    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
61      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
62      <Name>HeuristicLab.Data-3.3</Name>
63    </ProjectReference>
64    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
65      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
66      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
67    </ProjectReference>
68    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
69      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
70      <Name>HeuristicLab.Operators-3.3</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
73      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
74      <Name>HeuristicLab.Optimization-3.3</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
77      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
78      <Name>HeuristicLab.Random-3.3</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
81      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
82      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
83    </ProjectReference>
84  </ItemGroup>
85  <ItemGroup>
86    <Folder Include="bin\" />
87  </ItemGroup>
88  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
89  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90       Other similar extension points exist, see Microsoft.Common.targets.
91  <Target Name="BeforeBuild">
92  </Target>
93  <Target Name="AfterBuild">
94  </Target>
95  -->
96</Project>
Note: See TracBrowser for help on using the repository browser.