[6844] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>
|
---|
| 7 | </ProductVersion>
|
---|
| 8 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 9 | <ProjectGuid>{B62872C1-6752-4758-9823-751A2D28C388}</ProjectGuid>
|
---|
| 10 | <OutputType>Library</OutputType>
|
---|
| 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 12 | <RootNamespace>HeuristicLab.Tests</RootNamespace>
|
---|
| 13 | <AssemblyName>HeuristicLab.Tests</AssemblyName>
|
---|
[11920] | 14 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[6844] | 15 | <FileAlignment>512</FileAlignment>
|
---|
| 16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
[11920] | 17 | <TargetFrameworkProfile />
|
---|
[6844] | 18 | </PropertyGroup>
|
---|
| 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 20 | <DebugSymbols>true</DebugSymbols>
|
---|
| 21 | <DebugType>full</DebugType>
|
---|
| 22 | <Optimize>false</Optimize>
|
---|
[9979] | 23 | <OutputPath>..\bin\</OutputPath>
|
---|
[6844] | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <ErrorReport>prompt</ErrorReport>
|
---|
| 26 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6844] | 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
[9979] | 32 | <OutputPath>..\bin\</OutputPath>
|
---|
[6844] | 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 36 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6844] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <SignAssembly>true</SignAssembly>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup>
|
---|
| 42 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 43 | </PropertyGroup>
|
---|
[6882] | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 45 | <DebugSymbols>true</DebugSymbols>
|
---|
[9979] | 46 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 47 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 48 | <DebugType>full</DebugType>
|
---|
| 49 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 50 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 51 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 52 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 55 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 57 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 58 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6882] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[9979] | 62 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 63 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 64 | <Optimize>true</Optimize>
|
---|
| 65 | <DebugType>pdbonly</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 68 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 69 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
| 71 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 72 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 74 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 75 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 76 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6882] | 77 | </PropertyGroup>
|
---|
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 79 | <DebugSymbols>true</DebugSymbols>
|
---|
[9979] | 80 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 81 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 82 | <DebugType>full</DebugType>
|
---|
| 83 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 84 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 85 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 86 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 87 | <ErrorReport>prompt</ErrorReport>
|
---|
| 88 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 89 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 90 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 91 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 92 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 93 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6882] | 94 | </PropertyGroup>
|
---|
| 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[9979] | 96 | <OutputPath>..\bin\</OutputPath>
|
---|
[6882] | 97 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 98 | <Optimize>true</Optimize>
|
---|
| 99 | <DebugType>pdbonly</DebugType>
|
---|
| 100 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 101 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 102 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 103 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 104 | <ErrorReport>prompt</ErrorReport>
|
---|
| 105 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 106 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 107 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
[11920] | 108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6882] | 109 | </PropertyGroup>
|
---|
[6844] | 110 | <ItemGroup>
|
---|
[11907] | 111 | <Reference Include="ALGLIB-3.7.0">
|
---|
[9288] | 112 | <HintPath>..\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
[9979] | 113 | <Private>False</Private>
|
---|
[6844] | 114 | </Reference>
|
---|
[13285] | 115 | <Reference Include="HeuristicLab.Algorithms.ALPS-3.3">
|
---|
| 116 | <HintPath>..\bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath>
|
---|
| 117 | <Private>False</Private>
|
---|
| 118 | </Reference>
|
---|
[9885] | 119 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
[7915] | 120 | <HintPath>..\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
[9979] | 121 | <Private>False</Private>
|
---|
[6844] | 122 | </Reference>
|
---|
[9885] | 123 | <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3">
|
---|
[7915] | 124 | <HintPath>..\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
|
---|
[9979] | 125 | <Private>False</Private>
|
---|
[6844] | 126 | </Reference>
|
---|
[9885] | 127 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
[7915] | 128 | <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
[9979] | 129 | <Private>False</Private>
|
---|
[6844] | 130 | </Reference>
|
---|
[9885] | 131 | <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3">
|
---|
[7915] | 132 | <HintPath>..\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
|
---|
[9979] | 133 | <Private>False</Private>
|
---|
[6844] | 134 | </Reference>
|
---|
[13296] | 135 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 136 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.dll</HintPath>
|
---|
| 137 | <Private>False</Private>
|
---|
| 138 | </Reference>
|
---|
[11907] | 139 | <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
|
---|
[11103] | 140 | <HintPath>..\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
|
---|
[11907] | 141 | <Private>False</Private>
|
---|
[11103] | 142 | </Reference>
|
---|
[12005] | 143 | <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3">
|
---|
| 144 | <SpecificVersion>False</SpecificVersion>
|
---|
| 145 | <HintPath>..\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>
|
---|
| 146 | <Private>False</Private>
|
---|
| 147 | </Reference>
|
---|
[9885] | 148 | <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3">
|
---|
[7915] | 149 | <HintPath>..\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>
|
---|
[9979] | 150 | <Private>False</Private>
|
---|
[6844] | 151 | </Reference>
|
---|
[8775] | 152 | <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3">
|
---|
| 153 | <HintPath>..\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>
|
---|
[9979] | 154 | <Private>False</Private>
|
---|
[8775] | 155 | </Reference>
|
---|
| 156 | <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3">
|
---|
| 157 | <HintPath>..\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>
|
---|
[9979] | 158 | <Private>False</Private>
|
---|
[8775] | 159 | </Reference>
|
---|
[9885] | 160 | <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3">
|
---|
[7915] | 161 | <HintPath>..\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
|
---|
[9979] | 162 | <Private>False</Private>
|
---|
[6844] | 163 | </Reference>
|
---|
[9885] | 164 | <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3">
|
---|
[7915] | 165 | <HintPath>..\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
|
---|
[9979] | 166 | <Private>False</Private>
|
---|
[6844] | 167 | </Reference>
|
---|
[9885] | 168 | <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3">
|
---|
[7915] | 169 | <HintPath>..\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>
|
---|
[9979] | 170 | <Private>False</Private>
|
---|
[6844] | 171 | </Reference>
|
---|
[11907] | 172 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
[7915] | 173 | <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
[9979] | 174 | <Private>False</Private>
|
---|
[6844] | 175 | </Reference>
|
---|
[9885] | 176 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
[7915] | 177 | <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
[9979] | 178 | <Private>False</Private>
|
---|
[6844] | 179 | </Reference>
|
---|
[9885] | 180 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[7915] | 181 | <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[9979] | 182 | <Private>False</Private>
|
---|
[6844] | 183 | </Reference>
|
---|
[9885] | 184 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[7915] | 185 | <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[9979] | 186 | <Private>False</Private>
|
---|
[6844] | 187 | </Reference>
|
---|
[9885] | 188 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
[7915] | 189 | <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
[9979] | 190 | <Private>False</Private>
|
---|
[6844] | 191 | </Reference>
|
---|
[9885] | 192 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
[7915] | 193 | <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
[9979] | 194 | <Private>False</Private>
|
---|
[6844] | 195 | </Reference>
|
---|
[9885] | 196 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
[9979] | 197 | <Private>False</Private>
|
---|
[7915] | 198 | <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 199 | </Reference>
|
---|
[15217] | 200 | <Reference Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
[12747] | 201 | <SpecificVersion>False</SpecificVersion>
|
---|
[15217] | 202 | <HintPath>..\bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.dll</HintPath>
|
---|
[12747] | 203 | </Reference>
|
---|
[9885] | 204 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
[7915] | 205 | <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
[9979] | 206 | <Private>False</Private>
|
---|
[7915] | 207 | </Reference>
|
---|
[9885] | 208 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
[7915] | 209 | <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
[9979] | 210 | <Private>False</Private>
|
---|
[7915] | 211 | </Reference>
|
---|
[8757] | 212 | <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3">
|
---|
| 213 | <HintPath>..\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>
|
---|
[9979] | 214 | <Private>False</Private>
|
---|
[8757] | 215 | </Reference>
|
---|
[9885] | 216 | <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
|
---|
[7915] | 217 | <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
|
---|
[9979] | 218 | <Private>False</Private>
|
---|
[7915] | 219 | </Reference>
|
---|
[15130] | 220 | <Reference Include="HeuristicLab.IGraph-0.8.0-pre, Version=0.8.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 221 | <SpecificVersion>False</SpecificVersion>
|
---|
| 222 | <HintPath>..\bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath>
|
---|
| 223 | <Private>False</Private>
|
---|
| 224 | </Reference>
|
---|
[9885] | 225 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
[7915] | 226 | <HintPath>..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[9979] | 227 | <Private>False</Private>
|
---|
[7915] | 228 | </Reference>
|
---|
[9885] | 229 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
[7915] | 230 | <HintPath>..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[9979] | 231 | <Private>False</Private>
|
---|
[7915] | 232 | </Reference>
|
---|
[9885] | 233 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
[7915] | 234 | <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
[9979] | 235 | <Private>False</Private>
|
---|
[7915] | 236 | </Reference>
|
---|
[9885] | 237 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
[7915] | 238 | <HintPath>..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
[9979] | 239 | <Private>False</Private>
|
---|
[7915] | 240 | </Reference>
|
---|
[9885] | 241 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
[7915] | 242 | <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
[9979] | 243 | <Private>False</Private>
|
---|
[7915] | 244 | </Reference>
|
---|
[11907] | 245 | <Reference Include="HeuristicLab.Optimization.Views-3.3">
|
---|
| 246 | <HintPath>..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 247 | <Private>False</Private>
|
---|
| 248 | </Reference>
|
---|
| 249 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
| 250 | <HintPath>..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
| 251 | <Private>False</Private>
|
---|
| 252 | </Reference>
|
---|
[9885] | 253 | <Reference Include="HeuristicLab.ParallelEngine-3.3">
|
---|
[7915] | 254 | <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
|
---|
[9979] | 255 | <Private>False</Private>
|
---|
[7915] | 256 | </Reference>
|
---|
[9885] | 257 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
[7915] | 258 | <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
[9979] | 259 | <Private>False</Private>
|
---|
[7915] | 260 | </Reference>
|
---|
[9885] | 261 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[7915] | 262 | <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[9979] | 263 | <Private>False</Private>
|
---|
[7915] | 264 | </Reference>
|
---|
[9885] | 265 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[7915] | 266 | <HintPath>..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[9979] | 267 | <Private>False</Private>
|
---|
[7915] | 268 | </Reference>
|
---|
[12005] | 269 | <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 270 | <SpecificVersion>False</SpecificVersion>
|
---|
| 271 | <HintPath>..\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
|
---|
| 272 | <Private>False</Private>
|
---|
| 273 | </Reference>
|
---|
[14170] | 274 | <Reference Include="HeuristicLab.Problems.BinPacking-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 275 | <SpecificVersion>False</SpecificVersion>
|
---|
| 276 | <HintPath>..\bin\HeuristicLab.Problems.BinPacking-3.3.dll</HintPath>
|
---|
| 277 | <Private>False</Private>
|
---|
| 278 | </Reference>
|
---|
[9885] | 279 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
[7915] | 280 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[9979] | 281 | <Private>False</Private>
|
---|
[7915] | 282 | </Reference>
|
---|
[9885] | 283 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
|
---|
[7915] | 284 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
|
---|
[9979] | 285 | <Private>False</Private>
|
---|
[7915] | 286 | </Reference>
|
---|
[9885] | 287 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
|
---|
[7915] | 288 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
|
---|
[9979] | 289 | <Private>False</Private>
|
---|
[7915] | 290 | </Reference>
|
---|
[9885] | 291 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
|
---|
[7915] | 292 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[9979] | 293 | <Private>False</Private>
|
---|
[7915] | 294 | </Reference>
|
---|
[9885] | 295 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
|
---|
[8798] | 296 | <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
|
---|
[9979] | 297 | <Private>False</Private>
|
---|
[8798] | 298 | </Reference>
|
---|
[12005] | 299 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 300 | <SpecificVersion>False</SpecificVersion>
|
---|
| 301 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath>
|
---|
| 302 | <Private>False</Private>
|
---|
| 303 | </Reference>
|
---|
| 304 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 305 | <SpecificVersion>False</SpecificVersion>
|
---|
| 306 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll</HintPath>
|
---|
| 307 | <Private>False</Private>
|
---|
| 308 | </Reference>
|
---|
| 309 | <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 310 | <SpecificVersion>False</SpecificVersion>
|
---|
| 311 | <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.dll</HintPath>
|
---|
| 312 | <Private>False</Private>
|
---|
| 313 | </Reference>
|
---|
[13280] | 314 | <Reference Include="HeuristicLab.Problems.GeneticProgramming-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 315 | <SpecificVersion>False</SpecificVersion>
|
---|
| 316 | <HintPath>..\bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath>
|
---|
| 317 | <Private>False</Private>
|
---|
| 318 | </Reference>
|
---|
[14210] | 319 | <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 320 | <SpecificVersion>False</SpecificVersion>
|
---|
| 321 | <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.4.dll</HintPath>
|
---|
[11907] | 322 | <Private>False</Private>
|
---|
[11103] | 323 | </Reference>
|
---|
[9885] | 324 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
[7915] | 325 | <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[9979] | 326 | <Private>False</Private>
|
---|
[7915] | 327 | </Reference>
|
---|
[9885] | 328 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
[7915] | 329 | <HintPath>..\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
[9979] | 330 | <Private>False</Private>
|
---|
[7915] | 331 | </Reference>
|
---|
[9885] | 332 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
|
---|
[7915] | 333 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
[9979] | 334 | <Private>False</Private>
|
---|
[7915] | 335 | </Reference>
|
---|
[15217] | 336 | <Reference Include="HeuristicLab.Problems.Instances.DIMACS-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 337 | <SpecificVersion>False</SpecificVersion>
|
---|
| 338 | <HintPath>..\bin\HeuristicLab.Problems.Instances.DIMACS-3.3.dll</HintPath>
|
---|
| 339 | <Private>False</Private>
|
---|
| 340 | </Reference>
|
---|
[9885] | 341 | <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3">
|
---|
[7915] | 342 | <HintPath>..\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>
|
---|
[9979] | 343 | <Private>False</Private>
|
---|
[7915] | 344 | </Reference>
|
---|
[9885] | 345 | <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
|
---|
[7915] | 346 | <HintPath>..\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
|
---|
[9979] | 347 | <Private>False</Private>
|
---|
[7915] | 348 | </Reference>
|
---|
[9885] | 349 | <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3">
|
---|
[7915] | 350 | <HintPath>..\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>
|
---|
[9979] | 351 | <Private>False</Private>
|
---|
[7915] | 352 | </Reference>
|
---|
[9885] | 353 | <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4">
|
---|
[7915] | 354 | <HintPath>..\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>
|
---|
[9979] | 355 | <Private>False</Private>
|
---|
[7915] | 356 | </Reference>
|
---|
[9885] | 357 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3">
|
---|
[7915] | 358 | <HintPath>..\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
[9979] | 359 | <Private>False</Private>
|
---|
[7915] | 360 | </Reference>
|
---|
[9885] | 361 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
|
---|
[7915] | 362 | <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
[9979] | 363 | <Private>False</Private>
|
---|
[7915] | 364 | </Reference>
|
---|
[12005] | 365 | <Reference Include="HeuristicLab.Problems.Programmable-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 366 | <SpecificVersion>False</SpecificVersion>
|
---|
| 367 | <HintPath>..\bin\HeuristicLab.Problems.Programmable-3.3.dll</HintPath>
|
---|
| 368 | <Private>False</Private>
|
---|
| 369 | </Reference>
|
---|
| 370 | <Reference Include="HeuristicLab.Problems.Programmable.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 371 | <SpecificVersion>False</SpecificVersion>
|
---|
| 372 | <HintPath>..\bin\HeuristicLab.Problems.Programmable.Views-3.3.dll</HintPath>
|
---|
| 373 | <Private>False</Private>
|
---|
| 374 | </Reference>
|
---|
[12742] | 375 | <Reference Include="HeuristicLab.Problems.Orienteering-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 376 | <HintPath>..\bin\HeuristicLab.Problems.Orienteering-3.3.dll</HintPath>
|
---|
| 377 | <Private>False</Private>
|
---|
| 378 | </Reference>
|
---|
[13486] | 379 | <Reference Include="HeuristicLab.Problems.PTSP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 380 | <SpecificVersion>False</SpecificVersion>
|
---|
| 381 | <HintPath>..\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>
|
---|
| 382 | <Private>False</Private>
|
---|
| 383 | </Reference>
|
---|
[9885] | 384 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
[7915] | 385 | <HintPath>..\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
[9979] | 386 | <Private>False</Private>
|
---|
[7915] | 387 | </Reference>
|
---|
[8757] | 388 | <Reference Include="HeuristicLab.Problems.Scheduling-3.3">
|
---|
| 389 | <HintPath>..\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>
|
---|
[9979] | 390 | <Private>False</Private>
|
---|
[8757] | 391 | </Reference>
|
---|
[9885] | 392 | <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
|
---|
[7915] | 393 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
|
---|
[9979] | 394 | <Private>False</Private>
|
---|
[7915] | 395 | </Reference>
|
---|
[14165] | 396 | <Reference Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 397 | <SpecificVersion>False</SpecificVersion>
|
---|
| 398 | <HintPath>..\bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath>
|
---|
| 399 | <Private>False</Private>
|
---|
| 400 | </Reference>
|
---|
[9885] | 401 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
|
---|
[7915] | 402 | <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
[9979] | 403 | <Private>False</Private>
|
---|
[7915] | 404 | </Reference>
|
---|
[9885] | 405 | <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
|
---|
[7915] | 406 | <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
|
---|
[9979] | 407 | <Private>False</Private>
|
---|
[7915] | 408 | </Reference>
|
---|
[9885] | 409 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
[7915] | 410 | <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
[9979] | 411 | <Private>False</Private>
|
---|
[7915] | 412 | </Reference>
|
---|
[11907] | 413 | <Reference Include="HeuristicLab.Scripting-3.3">
|
---|
| 414 | <HintPath>..\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 415 | <Private>False</Private>
|
---|
| 416 | </Reference>
|
---|
[9885] | 417 | <Reference Include="HeuristicLab.Selection-3.3">
|
---|
[7915] | 418 | <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
[9979] | 419 | <Private>False</Private>
|
---|
[7915] | 420 | </Reference>
|
---|
[9885] | 421 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
[7915] | 422 | <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
[9979] | 423 | <Private>False</Private>
|
---|
[7915] | 424 | </Reference>
|
---|
[11907] | 425 | <Reference Include="LibSVM-3.12">
|
---|
| 426 | <HintPath>..\bin\LibSVM-3.12.dll</HintPath>
|
---|
| 427 | <Private>False</Private>
|
---|
| 428 | </Reference>
|
---|
[11333] | 429 | <Reference Include="Microsoft.CSharp" />
|
---|
[7050] | 430 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
[9885] | 431 | <Private>false</Private>
|
---|
[7050] | 432 | </Reference>
|
---|
[6844] | 433 | <Reference Include="System" />
|
---|
| 434 | <Reference Include="System.Core">
|
---|
| 435 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 436 | </Reference>
|
---|
| 437 | <Reference Include="System.Drawing" />
|
---|
| 438 | <Reference Include="System.Runtime.Serialization" />
|
---|
[11907] | 439 | <Reference Include="System.Windows.Forms" />
|
---|
[6844] | 440 | </ItemGroup>
|
---|
| 441 | <ItemGroup>
|
---|
| 442 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 443 | <Visible>False</Visible>
|
---|
| 444 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 445 | </ItemGroup>
|
---|
| 446 | <ItemGroup>
|
---|
[11907] | 447 | <Compile Include="AssemblyInitializer.cs" />
|
---|
[6844] | 448 | <Compile Include="HeuristicLab-3.3\CloningConstructorTest.cs" />
|
---|
| 449 | <Compile Include="HeuristicLab-3.3\CollectObjectGraphTest.cs" />
|
---|
| 450 | <Compile Include="HeuristicLab-3.3\ContentViewTests.cs" />
|
---|
[6891] | 451 | <Compile Include="HeuristicLab-3.3\DeepCloneableCloningTest.cs" />
|
---|
[6844] | 452 | <Compile Include="HeuristicLab-3.3\GeneticAlgorithmTest.cs" />
|
---|
[7519] | 453 | <Compile Include="HeuristicLab-3.3\InstantiateCreatablesTest.cs" />
|
---|
[9979] | 454 | <Compile Include="HeuristicLab-3.3\NamedItemTest.cs" />
|
---|
| 455 | <Compile Include="HeuristicLab-3.3\ParameterVisibilityTest.cs" />
|
---|
[6844] | 456 | <Compile Include="HeuristicLab-3.3\PluginDependenciesTest.cs" />
|
---|
| 457 | <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
|
---|
[13285] | 458 | <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
|
---|
[14180] | 459 | <Compile Include="HeuristicLab-3.3\Samples\GABppSampleTest.cs" />
|
---|
[13312] | 460 | <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
|
---|
[15257] | 461 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleWithOSTest.cs" />
|
---|
[13296] | 462 | <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
|
---|
[12747] | 463 | <Compile Include="HeuristicLab-3.3\Samples\GAGroupingProblemSampleTest.cs" />
|
---|
[12742] | 464 | <Compile Include="HeuristicLab-3.3\Samples\VnsOpSampleTest.cs" />
|
---|
[11907] | 465 | <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
|
---|
| 466 | <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
|
---|
| 467 | <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
|
---|
| 468 | <Compile Include="HeuristicLab-3.3\Samples\GeSymbolicRegressionSampleTest.cs" />
|
---|
| 469 | <Compile Include="HeuristicLab-3.3\Samples\GPArtificialAntSampleTest.cs" />
|
---|
| 470 | <Compile Include="HeuristicLab-3.3\Samples\GPLawnMowerSampleTest.cs" />
|
---|
| 471 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicClassificationSampleTest.cs" />
|
---|
| 472 | <Compile Include="HeuristicLab-3.3\Samples\GPSymbolicRegressionSampleTest.cs" />
|
---|
[11104] | 473 | <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
|
---|
| 474 | <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
|
---|
[11907] | 475 | <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
|
---|
[15277] | 476 | <Compile Include="HeuristicLab-3.3\Samples\PsoRastriginSampleTest.cs" />
|
---|
[11907] | 477 | <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
|
---|
[11104] | 478 | <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
|
---|
[11907] | 479 | <Compile Include="HeuristicLab-3.3\Samples\GATspSampleTest.cs" />
|
---|
| 480 | <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
|
---|
| 481 | <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
|
---|
| 482 | <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
|
---|
| 483 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
|
---|
| 484 | <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
|
---|
| 485 | <Compile Include="HeuristicLab-3.3\Samples\VnsTspSampleTest.cs" />
|
---|
[13636] | 486 | <Compile Include="HeuristicLab-3.3\StorableTest.cs" />
|
---|
[6844] | 487 | <Compile Include="HeuristicLab-3.3\ThreadSafeLogTest.cs" />
|
---|
[7915] | 488 | <Compile Include="HeuristicLab-3.3\ToStringTest.cs" />
|
---|
[12711] | 489 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GradientBoostingTest.cs" />
|
---|
[9979] | 490 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
|
---|
[8463] | 491 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessModelTest.cs" />
|
---|
[8439] | 492 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessFunctionsTest.cs" />
|
---|
[8463] | 493 | <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GaussianProcessRegressionTest.cs" />
|
---|
[12005] | 494 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\EnumerableBoolEqualityComparerTest.cs" />
|
---|
| 495 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\LinkageTreeTest.cs" />
|
---|
| 496 | <Compile Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3\ParameterlessPopulationPyramidTest.cs" />
|
---|
[11919] | 497 | <Compile Include="HeuristicLab.Analysis-3.3\BonferroniHolmUnitTests.cs" />
|
---|
| 498 | <Compile Include="HeuristicLab.Analysis-3.3\ConfidenceIntervalsTests.cs" />
|
---|
| 499 | <Compile Include="HeuristicLab.Analysis-3.3\EffectSizeUnitTests.cs" />
|
---|
| 500 | <Compile Include="HeuristicLab.Analysis-3.3\KruskalWallisUnitTests.cs" />
|
---|
[6844] | 501 | <Compile Include="HeuristicLab.Analysis-3.3\MultidimensionalScalingTest.cs" />
|
---|
[9000] | 502 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalDictionaryTest.cs" />
|
---|
| 503 | <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" />
|
---|
[8611] | 504 | <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" />
|
---|
[13148] | 505 | <Compile Include="HeuristicLab.Common-3.3\EnumerableStatisticExtensions.cs" />
|
---|
[6844] | 506 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 507 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" />
|
---|
| 508 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SinglePositionBitflipManipulatorTest.cs" />
|
---|
| 509 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\SomePositionsBitflipManipulatorTest.cs" />
|
---|
| 510 | <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\UniformCrossoverTest.cs" />
|
---|
| 511 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 512 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 513 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 514 | <Compile Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
[15217] | 515 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\Auxiliary.cs" />
|
---|
| 516 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\ConversionsTest.cs" />
|
---|
| 517 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\GroupCrossoverTest.cs" />
|
---|
| 518 | <Compile Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4\MoveTests.cs" />
|
---|
[6844] | 519 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Auxiliary.cs" />
|
---|
| 520 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CosaCrossoverTest.cs" />
|
---|
| 521 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossover2Test.cs" />
|
---|
| 522 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\CyclicCrossoverTest.cs" />
|
---|
| 523 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\EdgeRecombinationCrossoverTest.cs" />
|
---|
| 524 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InsertionManipulatorTest.cs" />
|
---|
| 525 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\InversionManipulatorTest.cs" />
|
---|
| 526 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\MaximalPreservativeCrossoverTest.cs" />
|
---|
| 527 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderBasedCrossoverTest.cs" />
|
---|
| 528 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossover2Test.cs" />
|
---|
| 529 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\OrderCrossoverTest.cs" />
|
---|
| 530 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PartiallyMatchedCrossoverTest.cs" />
|
---|
| 531 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationEqualityComparerTest.cs" />
|
---|
| 532 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PositionBasedCrossoverTest.cs" />
|
---|
| 533 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\ScrambleManipulatorTest.cs" />
|
---|
| 534 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap2ManipulatorTest.cs" />
|
---|
| 535 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\Swap3ManipulatorTest.cs" />
|
---|
| 536 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationInversionManipulatorTest.cs" />
|
---|
| 537 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\TranslocationManipulatorTest.cs" />
|
---|
| 538 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\UniformLikeCrossoverTest.cs" />
|
---|
[14967] | 539 | <Compile Include="HeuristicLab.Encodings.PermutationEncoding-3.3\PermutationManipulationTest.cs" />
|
---|
[6844] | 540 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\Auxiliary.cs" />
|
---|
| 541 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaBetaCrossoverTest.cs" />
|
---|
| 542 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\BlendAlphaCrossoverTest.cs" />
|
---|
| 543 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\DiscreteCrossoverTest.cs" />
|
---|
| 544 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\HeuristicCrossoverTest.cs" />
|
---|
| 545 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\LocalCrossoverTest.cs" />
|
---|
| 546 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformAllPositionsManipulatorTest.cs" />
|
---|
| 547 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\MichalewiczNonUniformOnePositionManipulatorTest.cs" />
|
---|
| 548 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialAllPositionManipulatorTest.cs" />
|
---|
| 549 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\PolynomialOnePositionManipulatorTest.cs" />
|
---|
| 550 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\RandomConvexCrossoverTest.cs" />
|
---|
| 551 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SimulatedBinaryCrossoverTest.cs" />
|
---|
| 552 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\SinglePointCrossoverTest.cs" />
|
---|
| 553 | <Compile Include="HeuristicLab.Encodings.RealVectorEncoding-3.3\UniformOnePositionManipulatorTest.cs" />
|
---|
[8757] | 554 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\DirectScheduleGTCrossoverTest.cs" />
|
---|
| 555 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMJOXCrossoverTest.cs" />
|
---|
| 556 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMShiftChangeManipulatorTest.cs" />
|
---|
| 557 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\JSMSXXCrossoverTest.cs" />
|
---|
| 558 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRGOXCrossoverTest.cs" />
|
---|
| 559 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\PWRPPXCrossoverTest.cs" />
|
---|
| 560 | <Compile Include="HeuristicLab.Encodings.ScheduleEncoding-3.3\TestUtils.cs" />
|
---|
[6844] | 561 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\AllArchitectureAlteringOperatorsTest.cs" />
|
---|
| 562 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentCreaterTest.cs" />
|
---|
| 563 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDeleterTest.cs" />
|
---|
| 564 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ArgumentDuplicaterTest.cs" />
|
---|
| 565 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ChangeNodeTypeManipulationTest.cs" />
|
---|
[6888] | 566 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\FullTreeCreatorTest.cs" />
|
---|
[6844] | 567 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Grammars.cs" />
|
---|
[6888] | 568 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrowTreeCreatorTest.cs" />
|
---|
[13246] | 569 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ProbabilisticTreeCreatorTest.cs" />
|
---|
[6844] | 570 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\ReplaceBranchManipulationTest.cs" />
|
---|
| 571 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineCreaterTest.cs" />
|
---|
| 572 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDeleterTest.cs" />
|
---|
| 573 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubroutineDuplicaterTest.cs" />
|
---|
| 574 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\SubtreeCrossoverTest.cs" />
|
---|
[14958] | 575 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\GrammarsTest.cs" />
|
---|
[6844] | 576 | <Compile Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4\Util.cs" />
|
---|
[15133] | 577 | <Compile Include="HeuristicLab.IGraph\IGraphLayoutTest.cs" />
|
---|
| 578 | <Compile Include="HeuristicLab.IGraph\IGraphWrappersGraphTest.cs" />
|
---|
| 579 | <Compile Include="HeuristicLab.IGraph\IGraphWrappersMatrixTest.cs" />
|
---|
| 580 | <Compile Include="HeuristicLab.IGraph\IGraphWrappersVectorTest.cs" />
|
---|
[7917] | 581 | <Compile Include="HeuristicLab.Persistence-3.3\StorableAttributeTests.cs" />
|
---|
| 582 | <Compile Include="HeuristicLab.Persistence-3.3\UseCases.cs" />
|
---|
[9885] | 583 | <Compile Include="HeuristicLab.PluginInfraStructure-3.3\TypeExtensionsTest.cs" />
|
---|
[8638] | 584 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\ThresholdCalculatorsTest.cs" />
|
---|
[6844] | 585 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\OnlineCalculatorPerformanceTest.cs" />
|
---|
| 586 | <Compile Include="HeuristicLab.Problems.DataAnalysis-3.4\StatisticCalculatorsTest.cs" />
|
---|
[14116] | 587 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\InfixExpressionParserTest.cs" />
|
---|
[11947] | 588 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeBottomUpSimilarityCalculatorTest.cs" />
|
---|
| 589 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicExpressionTreeMaxCommonSubtreeSimilarityCalculatorTest.cs" />
|
---|
[8798] | 590 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 591 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4\Util.cs" />
|
---|
[15217] | 592 | <Compile Include="HeuristicLab.Problems.Instances-3.3\DIMACSGcolInstanceProviderTest.cs" />
|
---|
[7870] | 593 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\RegressionInstanceProviderTest.cs" />
|
---|
| 594 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\TableFileParserTest.cs" />
|
---|
[7508] | 595 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionCrossoverTest.cs" />
|
---|
[6844] | 596 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeInterpreterTest.cs" />
|
---|
| 597 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\SymbolicDataAnalysisExpressionTreeSimplifierTest.cs" />
|
---|
| 598 | <Compile Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4\Util.cs" />
|
---|
[7560] | 599 | <Compile Include="HeuristicLab.Problems.Instances-3.3\CordeauGQAPInstanceProviderTest.cs" />
|
---|
| 600 | <Compile Include="HeuristicLab.Problems.Instances-3.3\ElloumiCTAPInstanceProviderTest.cs" />
|
---|
| 601 | <Compile Include="HeuristicLab.Problems.Instances-3.3\QAPLIBInstanceProviderTest.cs" />
|
---|
| 602 | <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
|
---|
[7870] | 603 | <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
|
---|
[13486] | 604 | <Compile Include="HeuristicLab.Problems.PTSP-3.3\PTSPMoveEvaluatorTest.cs" />
|
---|
[6844] | 605 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
|
---|
| 606 | <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
|
---|
| 607 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
|
---|
| 608 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
|
---|
| 609 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
|
---|
| 610 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
|
---|
| 611 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
|
---|
| 612 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
|
---|
| 613 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
|
---|
| 614 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
|
---|
| 615 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
|
---|
| 616 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
|
---|
| 617 | <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
|
---|
[14165] | 618 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\CrowdingTest.cs" />
|
---|
| 619 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\FastHyperVolumeTests.cs" />
|
---|
| 620 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\GenerationalDistanceTest.cs" />
|
---|
| 621 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\HyperVolumeTests.cs" />
|
---|
| 622 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\InvertedGenerationalDistanceTest.cs" />
|
---|
| 623 | <Compile Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3\SpacingTest.cs" />
|
---|
[7743] | 624 | <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
|
---|
[7873] | 625 | <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
|
---|
[10744] | 626 | <Compile Include="HeuristicLab.Problems.VehicleRouting-3.4\VRPInstancesTest.cs" />
|
---|
[10743] | 627 | <Compile Include="HeuristicLab.Random-3.3\RandomEnumerableSampleTest.cs" />
|
---|
[11907] | 628 | <Compile Include="HeuristicLab.Scripting-3.3\GAQAPScriptTest.cs" />
|
---|
| 629 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchRFClassificationScriptTest.cs" />
|
---|
| 630 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchRFRegressionScriptTest.cs" />
|
---|
| 631 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchSVMClassificationScriptTest.cs" />
|
---|
| 632 | <Compile Include="HeuristicLab.Scripting-3.3\GridSearchSVMRegressionScriptTest.cs" />
|
---|
| 633 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\ScriptSources.Designer.cs">
|
---|
| 634 | <AutoGen>True</AutoGen>
|
---|
| 635 | <DesignTime>True</DesignTime>
|
---|
| 636 | <DependentUpon>ScriptSources.resx</DependentUpon>
|
---|
| 637 | </Compile>
|
---|
| 638 | <Compile Include="HeuristicLab.Scripting-3.3\ScriptingUtils.cs" />
|
---|
| 639 | <Compile Include="HeuristicLab.Scripting-3.3\GUIAutomationScriptTest.cs" />
|
---|
| 640 | <Compile Include="HeuristicLab.Scripting-3.3\OSGARastriginScriptTest.cs" />
|
---|
[6844] | 641 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[11907] | 642 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchRFClassificationScriptSource.cs">
|
---|
| 643 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 644 | </Compile>
|
---|
| 645 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchRFRegressionScriptSource.cs">
|
---|
| 646 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 647 | </Compile>
|
---|
| 648 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchSVMClassificationScriptSource.cs">
|
---|
| 649 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 650 | </Compile>
|
---|
| 651 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GridSearchSVMRegressionScriptSource.cs">
|
---|
| 652 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 653 | </Compile>
|
---|
| 654 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GAQAPScriptSource.cs">
|
---|
| 655 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 656 | </Compile>
|
---|
| 657 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\OSGARastriginScriptSource.cs">
|
---|
| 658 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 659 | </Compile>
|
---|
| 660 | <Compile Include="HeuristicLab.Scripting-3.3\Script Sources\GUIAutomationScriptSource.cs">
|
---|
| 661 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 662 | </Compile>
|
---|
[6891] | 663 | <Compile Include="TestRandom.cs" />
|
---|
[6844] | 664 | </ItemGroup>
|
---|
| 665 | <ItemGroup>
|
---|
| 666 | <None Include="app.config" />
|
---|
[7900] | 667 | <None Include="Builder.testsettings">
|
---|
| 668 | <SubType>Designer</SubType>
|
---|
| 669 | </None>
|
---|
[9979] | 670 | <None Include="HeuristicLab.snk" />
|
---|
| 671 | <None Include="Test Resources\GA_SymbReg.hl">
|
---|
| 672 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 673 | </None>
|
---|
[9979] | 674 | <None Include="Test Resources\GA_TSP.hl">
|
---|
| 675 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 676 | </None>
|
---|
[9979] | 677 | <None Include="Test Resources\SamplesExperimentFinished.hl">
|
---|
| 678 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 679 | </None>
|
---|
[6844] | 680 | </ItemGroup>
|
---|
| 681 | <ItemGroup>
|
---|
[9979] | 682 | <Content Include="Test Resources\C101.opt.txt">
|
---|
| 683 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 684 | </Content>
|
---|
[9979] | 685 | <Content Include="Test Resources\C101.txt">
|
---|
| 686 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
[6844] | 687 | </Content>
|
---|
[9979] | 688 | <Content Include="Test Resources\co2.txt">
|
---|
| 689 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 690 | </Content>
|
---|
[6844] | 691 | </ItemGroup>
|
---|
[11907] | 692 | <ItemGroup>
|
---|
| 693 | <EmbeddedResource Include="HeuristicLab.Scripting-3.3\Script Sources\ScriptSources.resx">
|
---|
| 694 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 695 | <LastGenOutput>ScriptSources.Designer.cs</LastGenOutput>
|
---|
| 696 | <CustomToolNamespace>HeuristicLab.Tests</CustomToolNamespace>
|
---|
| 697 | </EmbeddedResource>
|
---|
| 698 | </ItemGroup>
|
---|
[15130] | 699 | <ItemGroup />
|
---|
[6844] | 700 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 701 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 702 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 703 | <Target Name="BeforeBuild">
|
---|
| 704 | </Target>
|
---|
| 705 | <Target Name="AfterBuild">
|
---|
| 706 | </Target>
|
---|
| 707 | -->
|
---|
| 708 | </Project> |
---|