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