1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.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>{14BEC23F-63FD-4954-B8AE-E2F4962E9B57}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.Algorithms.GeneticProgramming</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.Algorithms.GeneticProgramming</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
16 | <DebugSymbols>true</DebugSymbols>
|
---|
17 | <DebugType>full</DebugType>
|
---|
18 | <Optimize>false</Optimize>
|
---|
19 | <OutputPath>bin\Debug\</OutputPath>
|
---|
20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
21 | <ErrorReport>prompt</ErrorReport>
|
---|
22 | <WarningLevel>4</WarningLevel>
|
---|
23 | </PropertyGroup>
|
---|
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
25 | <DebugType>pdbonly</DebugType>
|
---|
26 | <Optimize>true</Optimize>
|
---|
27 | <OutputPath>bin\Release\</OutputPath>
|
---|
28 | <DefineConstants>TRACE</DefineConstants>
|
---|
29 | <ErrorReport>prompt</ErrorReport>
|
---|
30 | <WarningLevel>4</WarningLevel>
|
---|
31 | </PropertyGroup>
|
---|
32 | <ItemGroup>
|
---|
33 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
34 | <SpecificVersion>False</SpecificVersion>
|
---|
35 | <HintPath>..\HeuristicLab\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
36 | </Reference>
|
---|
37 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
38 | <SpecificVersion>False</SpecificVersion>
|
---|
39 | <HintPath>..\HeuristicLab\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
40 | </Reference>
|
---|
41 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
42 | <SpecificVersion>False</SpecificVersion>
|
---|
43 | <HintPath>..\HeuristicLab\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
44 | </Reference>
|
---|
45 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
46 | <SpecificVersion>False</SpecificVersion>
|
---|
47 | <HintPath>..\HeuristicLab\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
48 | </Reference>
|
---|
49 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
50 | <SpecificVersion>False</SpecificVersion>
|
---|
51 | <HintPath>..\HeuristicLab\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
52 | </Reference>
|
---|
53 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
54 | <SpecificVersion>False</SpecificVersion>
|
---|
55 | <HintPath>..\HeuristicLab\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
56 | </Reference>
|
---|
57 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
58 | <SpecificVersion>False</SpecificVersion>
|
---|
59 | <HintPath>..\HeuristicLab\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
60 | </Reference>
|
---|
61 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
62 | <SpecificVersion>False</SpecificVersion>
|
---|
63 | <HintPath>..\HeuristicLab\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
66 | <SpecificVersion>False</SpecificVersion>
|
---|
67 | <HintPath>..\HeuristicLab\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
68 | </Reference>
|
---|
69 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
70 | <SpecificVersion>False</SpecificVersion>
|
---|
71 | <HintPath>..\HeuristicLab\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
72 | </Reference>
|
---|
73 | <Reference Include="HeuristicLab.ParallelEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
74 | <SpecificVersion>False</SpecificVersion>
|
---|
75 | <HintPath>..\HeuristicLab\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
76 | </Reference>
|
---|
77 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
78 | <SpecificVersion>False</SpecificVersion>
|
---|
79 | <HintPath>..\HeuristicLab\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
82 | <SpecificVersion>False</SpecificVersion>
|
---|
83 | <HintPath>..\HeuristicLab\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
84 | </Reference>
|
---|
85 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
86 | <SpecificVersion>False</SpecificVersion>
|
---|
87 | <HintPath>..\HeuristicLab\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
88 | </Reference>
|
---|
89 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
90 | <SpecificVersion>False</SpecificVersion>
|
---|
91 | <HintPath>..\HeuristicLab\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
92 | </Reference>
|
---|
93 | <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
94 | <SpecificVersion>False</SpecificVersion>
|
---|
95 | <HintPath>..\HeuristicLab\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
96 | </Reference>
|
---|
97 | <Reference Include="System" />
|
---|
98 | <Reference Include="System.Core" />
|
---|
99 | <Reference Include="System.Drawing" />
|
---|
100 | </ItemGroup>
|
---|
101 | <ItemGroup>
|
---|
102 | <Compile Include="IGPSolver.cs" />
|
---|
103 | <Compile Include="GenericSymbExprEvaluator.cs" />
|
---|
104 | <Compile Include="GenericSymbExprGrammar.cs" />
|
---|
105 | <Compile Include="GenericSymbExprProblem.cs" />
|
---|
106 | <Compile Include="IGenericSymbExprEvaluator.cs" />
|
---|
107 | <Compile Include="OffspringSelectionGP.cs" />
|
---|
108 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
109 | <Compile Include="StandardGP.cs" />
|
---|
110 | </ItemGroup>
|
---|
111 | <ItemGroup>
|
---|
112 | <ProjectReference Include="..\HeuristicLab.Algorithms.GrammaticalOptimization\HeuristicLab.Algorithms.GrammaticalOptimization.csproj">
|
---|
113 | <Project>{EEA07488-1A51-412A-A52C-53B754A628B3}</Project>
|
---|
114 | <Name>HeuristicLab.Algorithms.GrammaticalOptimization</Name>
|
---|
115 | </ProjectReference>
|
---|
116 | <ProjectReference Include="..\HeuristicLab.Problems.GrammaticalOptimization\HeuristicLab.Problems.GrammaticalOptimization.csproj">
|
---|
117 | <Project>{CB9DCCF6-667E-4A13-B82D-DBD6B45A045E}</Project>
|
---|
118 | <Name>HeuristicLab.Problems.GrammaticalOptimization</Name>
|
---|
119 | </ProjectReference>
|
---|
120 | </ItemGroup>
|
---|
121 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
122 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
123 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
124 | <Target Name="BeforeBuild">
|
---|
125 | </Target>
|
---|
126 | <Target Name="AfterBuild">
|
---|
127 | </Target>
|
---|
128 | -->
|
---|
129 | </Project> |
---|