[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[617] | 5 | <ProductVersion>9.0.21022</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{5948F299-0A5E-43B9-8F17-2D15298EEC34}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.StructureIdentification</RootNamespace>
|
---|
[582] | 11 | <AssemblyName>HeuristicLab.StructureIdentification-3.2</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
| 19 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 20 | </PropertyGroup>
|
---|
| 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 22 | <DebugSymbols>true</DebugSymbols>
|
---|
| 23 | <DebugType>full</DebugType>
|
---|
| 24 | <Optimize>false</Optimize>
|
---|
| 25 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 26 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 27 | <ErrorReport>prompt</ErrorReport>
|
---|
| 28 | <WarningLevel>4</WarningLevel>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 31 | <DebugType>pdbonly</DebugType>
|
---|
| 32 | <Optimize>true</Optimize>
|
---|
| 33 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 34 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
[582] | 37 | <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification-3.2.XML</DocumentationFile>
|
---|
[2] | 38 | </PropertyGroup>
|
---|
[564] | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 48 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 50 | <DocumentationFile>bin\Release\HeuristicLab.StructureIdentification-3.2.XML</DocumentationFile>
|
---|
[564] | 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | </PropertyGroup>
|
---|
[2] | 56 | <ItemGroup>
|
---|
[652] | 57 | <Reference Include="HeuristicLab.Constraints-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 58 | <SpecificVersion>False</SpecificVersion>
|
---|
| 59 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Constraints-3.2.dll</HintPath>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="HeuristicLab.Core-3.2, Version=3.2.0.643, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 62 | <SpecificVersion>False</SpecificVersion>
|
---|
| 63 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Core-3.2.dll</HintPath>
|
---|
| 64 | </Reference>
|
---|
| 65 | <Reference Include="HeuristicLab.Data-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 66 | <SpecificVersion>False</SpecificVersion>
|
---|
| 67 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Data-3.2.dll</HintPath>
|
---|
| 68 | </Reference>
|
---|
| 69 | <Reference Include="HeuristicLab.DataAnalysis-3.2, Version=3.2.0.620, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 70 | <SpecificVersion>False</SpecificVersion>
|
---|
| 71 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.DataAnalysis-3.2.dll</HintPath>
|
---|
| 72 | </Reference>
|
---|
| 73 | <Reference Include="HeuristicLab.Operators-3.2, Version=3.2.0.591, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 74 | <SpecificVersion>False</SpecificVersion>
|
---|
| 75 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Operators-3.2.dll</HintPath>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.581, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 78 | <SpecificVersion>False</SpecificVersion>
|
---|
| 79 | <HintPath>C:\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.Random-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 82 | <SpecificVersion>False</SpecificVersion>
|
---|
| 83 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Random-3.2.dll</HintPath>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Selection-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>C:\Program Files\HeuristicLab 3.0\plugins\HeuristicLab.Selection-3.2.dll</HintPath>
|
---|
| 88 | </Reference>
|
---|
[2] | 89 | <Reference Include="System" />
|
---|
| 90 | <Reference Include="System.Core">
|
---|
| 91 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="System.Data" />
|
---|
| 94 | <Reference Include="System.Drawing" />
|
---|
| 95 | <Reference Include="System.Windows.Forms" />
|
---|
| 96 | <Reference Include="System.XML" />
|
---|
| 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
[516] | 99 | <Compile Include="CrossValidation.cs" />
|
---|
[531] | 100 | <Compile Include="Evaluation\AveragePercentageChangeEvaluator.cs" />
|
---|
[532] | 101 | <Compile Include="Evaluation\ProfitEvaluator.cs" />
|
---|
[516] | 102 | <Compile Include="MulticlassOneVsOneAnalyzer.cs" />
|
---|
| 103 | <Compile Include="MulticlassModeller.cs" />
|
---|
[475] | 104 | <Compile Include="Evaluation\ClassificationMeanSquaredErrorEvaluator.cs" />
|
---|
[485] | 105 | <Compile Include="Evaluation\ClassificationMatrixEvaluator.cs" />
|
---|
[467] | 106 | <Compile Include="FunctionLibraryInjector.cs" />
|
---|
[422] | 107 | <Compile Include="Evaluation\AccuracyEvaluator.cs" />
|
---|
[395] | 108 | <Compile Include="Evaluation\MeanAbsolutePercentageErrorEvaluator.cs" />
|
---|
[369] | 109 | <Compile Include="Evaluation\TheilInequalityCoefficientEvaluator.cs" />
|
---|
[363] | 110 | <Compile Include="Evaluation\SimpleEvaluator.cs" />
|
---|
[286] | 111 | <Compile Include="ProbabilisticTreeCreator.cs" />
|
---|
[2] | 112 | <Compile Include="Evaluation\CoefficientOfDeterminationEvaluator.cs" />
|
---|
[169] | 113 | <Compile Include="Evaluation\MCCEvaluator.cs" />
|
---|
[128] | 114 | <Compile Include="Evaluation\GPEvaluatorBase.cs" />
|
---|
| 115 | <Compile Include="Evaluation\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
|
---|
[2] | 116 | <Compile Include="Evaluation\MeanSquaredErrorEvaluator.cs" />
|
---|
| 117 | <Compile Include="Evaluation\VarianceAccountedForEvaluator.cs" />
|
---|
| 118 | <Compile Include="GPOperatorGroup.cs" />
|
---|
| 119 | <Compile Include="GPOperatorLibrary.cs" />
|
---|
| 120 | <Compile Include="GPOperatorLibraryEditor.cs">
|
---|
| 121 | <SubType>UserControl</SubType>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="GPOperatorLibraryEditor.designer.cs">
|
---|
| 124 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
| 125 | </Compile>
|
---|
| 126 | <Compile Include="Manipulation\ChangeNodeTypeManipulation.cs" />
|
---|
| 127 | <Compile Include="Manipulation\CutOutNodeManipulation.cs" />
|
---|
| 128 | <Compile Include="Manipulation\DeleteSubTreeManipulation.cs" />
|
---|
| 129 | <Compile Include="Manipulation\FullTreeShaker.cs" />
|
---|
| 130 | <Compile Include="Manipulation\OnePointShaker.cs" />
|
---|
| 131 | <Compile Include="Manipulation\SubstituteSubTreeManipulation.cs" />
|
---|
| 132 | <Compile Include="HeuristicLabStructureIdentificationPlugin.cs" />
|
---|
| 133 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[287] | 134 | <Compile Include="RampedTreeCreator.cs" />
|
---|
[619] | 135 | <Compile Include="Recombination\LangdonHomologousCrossOver.cs" />
|
---|
[618] | 136 | <Compile Include="Recombination\OnePointCrossOver.cs" />
|
---|
[617] | 137 | <Compile Include="Recombination\StandardCrossOver.cs" />
|
---|
[158] | 138 | <Compile Include="Recombination\SizeFairCrossOver.cs" />
|
---|
[2] | 139 | <Compile Include="TreeGardener.cs" />
|
---|
| 140 | <Compile Include="StructIdProblemInjector.cs" />
|
---|
| 141 | <Compile Include="StructIdProblemInjectorView.cs">
|
---|
| 142 | <SubType>UserControl</SubType>
|
---|
| 143 | </Compile>
|
---|
| 144 | <Compile Include="StructIdProblemInjectorView.Designer.cs">
|
---|
| 145 | <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
|
---|
| 146 | </Compile>
|
---|
| 147 | </ItemGroup>
|
---|
| 148 | <ItemGroup>
|
---|
| 149 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 150 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 151 | </ItemGroup>
|
---|
| 152 | <ItemGroup>
|
---|
| 153 | <EmbeddedResource Include="GPOperatorLibraryEditor.resx">
|
---|
| 154 | <DependentUpon>GPOperatorLibraryEditor.cs</DependentUpon>
|
---|
| 155 | <SubType>Designer</SubType>
|
---|
| 156 | </EmbeddedResource>
|
---|
| 157 | <EmbeddedResource Include="StructIdProblemInjectorView.resx">
|
---|
| 158 | <DependentUpon>StructIdProblemInjectorView.cs</DependentUpon>
|
---|
| 159 | <SubType>Designer</SubType>
|
---|
| 160 | </EmbeddedResource>
|
---|
| 161 | </ItemGroup>
|
---|
[652] | 162 | <ItemGroup>
|
---|
| 163 | <ProjectReference Include="..\..\HeuristicLab.Functions\3.2\HeuristicLab.Functions.csproj">
|
---|
| 164 | <Project>{B95CA6E2-34BC-4430-994D-BD6E99375319}</Project>
|
---|
| 165 | <Name>HeuristicLab.Functions</Name>
|
---|
| 166 | </ProjectReference>
|
---|
| 167 | </ItemGroup>
|
---|
[2] | 168 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 169 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 170 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 171 | <Target Name="BeforeBuild">
|
---|
| 172 | </Target>
|
---|
| 173 | <Target Name="AfterBuild">
|
---|
| 174 | </Target>
|
---|
| 175 | -->
|
---|
[30] | 176 | <PropertyGroup>
|
---|
[574] | 177 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
[30] | 178 | </PropertyGroup>
|
---|
[2] | 179 | </Project> |
---|