[3223] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3223] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{125D3006-67F5-48CB-913E-73C0548F17FA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3223] | 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 38 | <DebugSymbols>true</DebugSymbols>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <Optimize>false</Optimize>
|
---|
| 41 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | <WarningLevel>4</WarningLevel>
|
---|
[3237] | 45 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
[4065] | 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <Optimize>true</Optimize>
|
---|
| 51 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 52 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 67 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 73 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
| 77 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 81 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 82 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 83 | </PropertyGroup>
|
---|
| 84 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 85 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 86 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 87 | <Optimize>true</Optimize>
|
---|
| 88 | <DebugType>pdbonly</DebugType>
|
---|
| 89 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3223] | 92 | </PropertyGroup>
|
---|
| 93 | <ItemGroup>
|
---|
[5026] | 94 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 95 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 98 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 101 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 104 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 107 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 110 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 113 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 116 | <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 117 | </Reference>
|
---|
| 118 | <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 119 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 120 | </Reference>
|
---|
| 121 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 122 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 125 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
| 127 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 128 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
| 131 | <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 132 | </Reference>
|
---|
[3223] | 133 | <Reference Include="System" />
|
---|
| 134 | <Reference Include="System.Core">
|
---|
| 135 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 136 | </Reference>
|
---|
[3237] | 137 | <Reference Include="System.Drawing" />
|
---|
| 138 | <Reference Include="System.Windows.Forms" />
|
---|
[3223] | 139 | <Reference Include="System.Xml.Linq">
|
---|
| 140 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 141 | </Reference>
|
---|
| 142 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 143 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 144 | </Reference>
|
---|
| 145 | <Reference Include="System.Data" />
|
---|
| 146 | <Reference Include="System.Xml" />
|
---|
| 147 | </ItemGroup>
|
---|
| 148 | <ItemGroup>
|
---|
[3817] | 149 | <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
|
---|
[3651] | 150 | <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
|
---|
[3539] | 151 | <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
|
---|
| 152 | <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
|
---|
| 153 | <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
|
---|
| 154 | <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
|
---|
| 155 | <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
| 156 | <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
|
---|
| 157 | <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
|
---|
| 158 | <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
|
---|
| 159 | <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
[3462] | 160 | <Compile Include="Compiler\Instruction.cs" />
|
---|
| 161 | <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
|
---|
| 162 | <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
|
---|
[3999] | 163 | <Compile Include="Crossovers\CrossoverPoint.cs" />
|
---|
[3462] | 164 | <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
|
---|
[3651] | 165 | <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
|
---|
[3534] | 166 | <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
| 167 | <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
|
---|
| 168 | <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
|
---|
[5026] | 169 | <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
|
---|
[3512] | 170 | <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
|
---|
[3534] | 171 | <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
|
---|
[4189] | 172 | <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
|
---|
[3512] | 173 | <Compile Include="Manipulators\FullTreeShaker.cs" />
|
---|
[3534] | 174 | <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
|
---|
[3512] | 175 | <Compile Include="Manipulators\OnePointShaker.cs" />
|
---|
[3462] | 176 | <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
|
---|
[4249] | 177 | <Compile Include="SymbolicExpressionTreeGrammar.cs" />
|
---|
[3929] | 178 | <Compile Include="SymbolicExpressionTreeStringFormatter.cs" />
|
---|
[3360] | 179 | <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
|
---|
[3338] | 180 | <Compile Include="Crossovers\SubtreeCrossover.cs">
|
---|
[3294] | 181 | <SubType>Code</SubType>
|
---|
| 182 | </Compile>
|
---|
[3338] | 183 | <Compile Include="GlobalSymbolicExpressionGrammar.cs" />
|
---|
| 184 | <Compile Include="EnumerableExtensions.cs" />
|
---|
[3294] | 185 | <Compile Include="DefaultSymbolicExpressionGrammar.cs">
|
---|
| 186 | <SubType>Code</SubType>
|
---|
| 187 | </Compile>
|
---|
| 188 | <Compile Include="SymbolicExpressionTreeOperator.cs" />
|
---|
[3256] | 189 | <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
|
---|
[3223] | 190 | <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
|
---|
| 191 | <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
|
---|
| 192 | <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />
|
---|
[3239] | 193 | <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" />
|
---|
[3223] | 194 | <Compile Include="SymbolicExpressionTree.cs" />
|
---|
| 195 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 196 | <Compile Include="SymbolicExpressionTreeNode.cs" />
|
---|
[3294] | 197 | <Compile Include="Symbols\Argument.cs" />
|
---|
| 198 | <Compile Include="Symbols\ArgumentTreeNode.cs" />
|
---|
[3824] | 199 | <Compile Include="Symbols\ReadOnlySymbol.cs" />
|
---|
[3256] | 200 | <Compile Include="Symbols\StartSymbol.cs" />
|
---|
[3294] | 201 | <Compile Include="Symbols\InvokeFunction.cs" />
|
---|
| 202 | <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
|
---|
| 203 | <Compile Include="Symbols\DefunTreeNode.cs" />
|
---|
| 204 | <Compile Include="Symbols\Defun.cs" />
|
---|
| 205 | <Compile Include="Symbols\ProgramRootSymbol.cs" />
|
---|
[3462] | 206 | <Compile Include="Symbols\Symbol.cs" />
|
---|
[3223] | 207 | </ItemGroup>
|
---|
| 208 | <ItemGroup>
|
---|
| 209 | <None Include="HeuristicLab.snk" />
|
---|
| 210 | <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />
|
---|
| 211 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 212 | </ItemGroup>
|
---|
| 213 | <ItemGroup>
|
---|
[4065] | 214 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 215 | <Visible>False</Visible>
|
---|
| 216 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 217 | <Install>false</Install>
|
---|
| 218 | </BootstrapperPackage>
|
---|
| 219 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 220 | <Visible>False</Visible>
|
---|
| 221 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 222 | <Install>true</Install>
|
---|
| 223 | </BootstrapperPackage>
|
---|
| 224 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 225 | <Visible>False</Visible>
|
---|
| 226 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 227 | <Install>true</Install>
|
---|
| 228 | </BootstrapperPackage>
|
---|
| 229 | </ItemGroup>
|
---|
[3223] | 230 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 231 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 232 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 233 | <Target Name="BeforeBuild">
|
---|
| 234 | </Target>
|
---|
| 235 | <Target Name="AfterBuild">
|
---|
| 236 | </Target>
|
---|
| 237 | -->
|
---|
| 238 | <PropertyGroup>
|
---|
| 239 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 240 | set ProjectDir=$(ProjectDir)
|
---|
| 241 | set SolutionDir=$(SolutionDir)
|
---|
| 242 | set Outdir=$(Outdir)
|
---|
| 243 |
|
---|
| 244 | call PreBuildEvent.cmd
|
---|
| 245 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>
|
---|
| 246 | </PropertyGroup>
|
---|
| 247 | </Project> |
---|