[644] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[698] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[644] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[645] | 8 | <ProjectGuid>{1F1CF3ED-374C-4288-995B-93F6B872F571}</ProjectGuid>
|
---|
[644] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.GP</RootNamespace>
|
---|
[1290] | 12 | <AssemblyName>HeuristicLab.GP-3.3</AssemblyName>
|
---|
[644] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
[645] | 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[644] | 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
[651] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[1474] | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
| 53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | </PropertyGroup>
|
---|
[644] | 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="System" />
|
---|
| 69 | <Reference Include="System.Core">
|
---|
| 70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 71 | </Reference>
|
---|
[645] | 72 | <Reference Include="System.Drawing" />
|
---|
| 73 | <Reference Include="System.Windows.Forms" />
|
---|
[644] | 74 | <Reference Include="System.Xml.Linq">
|
---|
| 75 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 78 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="System.Data" />
|
---|
| 81 | <Reference Include="System.Xml" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
[645] | 84 | <Compile Include="BakedFunctionTree.cs" />
|
---|
[1477] | 85 | <Compile Include="TrainingWindowSlider.cs" />
|
---|
[654] | 86 | <Compile Include="DefaultFunctionTreeNameGenerator.cs" />
|
---|
[700] | 87 | <Compile Include="EqualiserController.cs" />
|
---|
[698] | 88 | <Compile Include="Logging\TreeArityAnalyser.cs" />
|
---|
[700] | 89 | <Compile Include="OffspringEqualiser.cs" />
|
---|
[835] | 90 | <Compile Include="Recombination\SizeConstrictedGPCrossoverBase.cs" />
|
---|
[815] | 91 | <Compile Include="Recombination\GPCrossoverBase.cs" />
|
---|
[802] | 92 | <Compile Include="Recombination\UniformCrossover.cs" />
|
---|
[654] | 93 | <Compile Include="UnknownFunctionException.cs" />
|
---|
| 94 | <Compile Include="IFunctionTreeNameGenerator.cs" />
|
---|
| 95 | <Compile Include="IFunctionTreeExporter.cs" />
|
---|
[645] | 96 | <Compile Include="FunctionBase.cs" />
|
---|
| 97 | <Compile Include="FunctionView.cs">
|
---|
| 98 | <SubType>UserControl</SubType>
|
---|
| 99 | </Compile>
|
---|
| 100 | <Compile Include="FunctionView.Designer.cs">
|
---|
| 101 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
| 102 | </Compile>
|
---|
| 103 | <Compile Include="GPOperatorGroup.cs" />
|
---|
| 104 | <Compile Include="GPOperatorLibrary.cs" />
|
---|
| 105 | <Compile Include="GPOperatorLibraryEditor.cs">
|
---|
| 106 | <SubType>UserControl</SubType>
|
---|
| 107 | </Compile>
|
---|
| 108 | <Compile Include="GPOperatorLibraryEditor.Designer.cs">
|
---|
| 109 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="HeuristicLabGPPlugin.cs" />
|
---|
| 112 | <Compile Include="IFunction.cs" />
|
---|
| 113 | <Compile Include="IFunctionTree.cs" />
|
---|
| 114 | <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
|
---|
| 115 | <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
|
---|
| 116 | <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
|
---|
| 117 | <Compile Include="Manipulation\FullTreeShaker.cs" />
|
---|
| 118 | <Compile Include="Manipulation\OnePointShaker.cs" />
|
---|
| 119 | <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
|
---|
| 120 | <Compile Include="ProbabilisticTreeCreator.cs" />
|
---|
[644] | 121 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[645] | 122 | <Compile Include="RampedTreeCreator.cs" />
|
---|
| 123 | <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
|
---|
| 124 | <Compile Include="Recombination\OnePointCrossOver.cs" />
|
---|
| 125 | <Compile Include="Recombination\SizeFairCrossOver.cs" />
|
---|
| 126 | <Compile Include="Recombination\StandardCrossOver.cs" />
|
---|
| 127 | <Compile Include="TreeGardener.cs" />
|
---|
[644] | 128 | </ItemGroup>
|
---|
[645] | 129 | <ItemGroup>
|
---|
[1534] | 130 | <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
|
---|
[645] | 131 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
[1534] | 132 | <Name>HeuristicLab.Constraints-3.2</Name>
|
---|
[645] | 133 | </ProjectReference>
|
---|
[1534] | 134 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[645] | 135 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 136 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[645] | 137 | </ProjectReference>
|
---|
[1534] | 138 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[645] | 139 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 140 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[645] | 141 | </ProjectReference>
|
---|
[1534] | 142 | <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.2\HeuristicLab.Evolutionary-3.2.csproj">
|
---|
[1286] | 143 | <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
|
---|
[1534] | 144 | <Name>HeuristicLab.Evolutionary-3.2</Name>
|
---|
[1286] | 145 | </ProjectReference>
|
---|
[1534] | 146 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
|
---|
[645] | 147 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
[1534] | 148 | <Name>HeuristicLab.Operators-3.2</Name>
|
---|
[645] | 149 | </ProjectReference>
|
---|
[1534] | 150 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[645] | 151 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 152 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 153 | </ProjectReference>
|
---|
[1534] | 154 | <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
|
---|
[645] | 155 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
[1534] | 156 | <Name>HeuristicLab.Random-3.2</Name>
|
---|
[645] | 157 | </ProjectReference>
|
---|
[1534] | 158 | <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
|
---|
[645] | 159 | <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
|
---|
[1534] | 160 | <Name>HeuristicLab.Selection-3.2</Name>
|
---|
[645] | 161 | </ProjectReference>
|
---|
| 162 | </ItemGroup>
|
---|
| 163 | <ItemGroup>
|
---|
| 164 | <EmbeddedResource Include="FunctionView.resx">
|
---|
| 165 | <DependentUpon>FunctionView.cs</DependentUpon>
|
---|
| 166 | <SubType>Designer</SubType>
|
---|
| 167 | </EmbeddedResource>
|
---|
| 168 | <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
|
---|
| 169 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
| 170 | <SubType>Designer</SubType>
|
---|
| 171 | </EmbeddedResource>
|
---|
| 172 | </ItemGroup>
|
---|
| 173 | <ItemGroup>
|
---|
| 174 | <None Include="HeuristicLab.snk" />
|
---|
[651] | 175 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[645] | 176 | </ItemGroup>
|
---|
[644] | 177 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 178 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 179 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 180 | <Target Name="BeforeBuild">
|
---|
| 181 | </Target>
|
---|
| 182 | <Target Name="AfterBuild">
|
---|
| 183 | </Target>
|
---|
| 184 | -->
|
---|
[651] | 185 | <PropertyGroup>
|
---|
[852] | 186 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 187 | set ProjectDir=$(ProjectDir)
|
---|
| 188 | set SolutionDir=$(SolutionDir)
|
---|
| 189 | set Outdir=$(Outdir)
|
---|
| 190 |
|
---|
| 191 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[651] | 192 | </PropertyGroup>
|
---|
[644] | 193 | </Project> |
---|