Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP.csproj @ 14398

Last change on this file since 14398 was 14398, checked in by pkimmesw, 7 years ago

#2665 Expressions are splitted into StatefullExpressions and StatelessExpressions, Added traits for tests

File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{368D1303-470C-4F31-91F2-0FAD379DAA45}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.PushGP</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.PushGP</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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    <LangVersion>5</LangVersion>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="HeuristicLab.Common-3.3">
36      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Core-3.3">
39      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Random-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="System" />
45    <Reference Include="System.Core" />
46    <Reference Include="System.Xml.Linq" />
47    <Reference Include="System.Data.DataSetExtensions" />
48    <Reference Include="Microsoft.CSharp" />
49    <Reference Include="System.Data" />
50    <Reference Include="System.Net.Http" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="Data\ExpressionNode.cs" />
55    <Compile Include="Data\ExpressionTree.cs" />
56    <Compile Include="Exporter\Exporter.cs" />
57    <Compile Include="Expressions\BooleanExpressions.cs" />
58    <Compile Include="Expressions\CodeExpressions.cs" />
59    <Compile Include="Expressions\DoCountExpressions.cs" />
60    <Compile Include="Expressions\DoTimesExpressions.cs" />
61    <Compile Include="Expressions\ERCExpressions.cs" />
62    <Compile Include="Expressions\DoRangeExpressions.cs" />
63    <Compile Include="Expressions\LoopExpression.cs" />
64    <Compile Include="Expressions\PushResultExpression.cs" />
65    <Compile Include="Expressions\EqualsExpressions.cs" />
66    <Compile Include="Expressions\RandExpressions.cs" />
67    <Compile Include="Expressions\StatefullExpression.cs" />
68    <Compile Include="Expressions\StatelessExpression.cs" />
69    <Compile Include="Expressions\YankDuplicateExpressions.cs" />
70    <Compile Include="Expressions\YankExpressions.cs" />
71    <Compile Include="Expressions\StackdepthExpressions.cs" />
72    <Compile Include="Expressions\ShoveExpressions.cs" />
73    <Compile Include="Expressions\RotateExpressions.cs" />
74    <Compile Include="Expressions\SwapExpressions.cs" />
75    <Compile Include="Expressions\FlushExpressions.cs" />
76    <Compile Include="Expressions\FloatExpressions.cs" />
77    <Compile Include="Expressions\IntegerExpressions.cs" />
78    <Compile Include="Expressions\DefineExpressions.cs" />
79    <Compile Include="Expressions\DuplicateExpressions.cs" />
80    <Compile Include="Expressions\PopExpressions.cs" />
81    <Compile Include="Expressions\PushExpressions.cs" />
82    <Compile Include="Expressions\ExecExpressions.cs" />
83    <Compile Include="Expressions\Expression.cs" />
84    <Compile Include="Expressions\NameExpressions.cs" />
85    <Compile Include="Simplifier\ISimplifier.cs" />
86    <Compile Include="Simplifier\RandomSimplifier.cs" />
87    <Compile Include="Generators\BooleanGenerator.cs" />
88    <Compile Include="Generators\FloatGenerator.cs" />
89    <Compile Include="Generators\IntegerGenerator.cs" />
90    <Compile Include="Generators\NameGenerator.cs" />
91    <Compile Include="Interpreter\Configuration.cs" />
92    <Compile Include="Generators\CodeGenerator.cs" />
93    <Compile Include="Parser\Parser.cs" />
94    <Compile Include="Stack\IStack.cs" />
95    <Compile Include="Interpreter\PushGPInterpreter.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="Interpreter\IInterpreter.cs" />
98    <Compile Include="Stack\PushGPStack.cs" />
99    <Compile Include="ExpressionTable.cs" />
100  </ItemGroup>
101  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103       Other similar extension points exist, see Microsoft.Common.targets.
104  <Target Name="BeforeBuild">
105  </Target>
106  <Target Name="AfterBuild">
107  </Target>
108  -->
109</Project>
Note: See TracBrowser for help on using the repository browser.