[2] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.21022</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{9A781B2F-A58D-4270-A28A-3B14BBC11F4A}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.TestFunctions</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.TestFunctions</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <DocumentationFile>bin\Release\HeuristicLab.TestFunctions.XML</DocumentationFile>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Data" />
|
---|
[106] | 39 | <Reference Include="System.Drawing" />
|
---|
| 40 | <Reference Include="System.Windows.Forms" />
|
---|
[2] | 41 | <Reference Include="System.Xml" />
|
---|
| 42 | </ItemGroup>
|
---|
| 43 | <ItemGroup>
|
---|
| 44 | <Compile Include="AckleyEvaluator.cs" />
|
---|
[292] | 45 | <Compile Include="BealeEvaluator.cs" />
|
---|
| 46 | <Compile Include="BoothEvaluator.cs" />
|
---|
[2] | 47 | <Compile Include="GriewangkEvaluator.cs" />
|
---|
[292] | 48 | <Compile Include="LevyEvaluator.cs" />
|
---|
| 49 | <Compile Include="MatyasEvaluator.cs" />
|
---|
[2] | 50 | <Compile Include="SchwefelEvaluator.cs" />
|
---|
| 51 | <Compile Include="RosenbrockEvaluator.cs" />
|
---|
| 52 | <Compile Include="RastriginEvaluator.cs" />
|
---|
| 53 | <Compile Include="SphereEvaluator.cs" />
|
---|
| 54 | <Compile Include="HeuristicLabTestFunctionsPlugin.cs" />
|
---|
| 55 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[292] | 56 | <Compile Include="SumSquaresEvaluator.cs" />
|
---|
[2] | 57 | <Compile Include="TestFunctionEvaluatorBase.cs" />
|
---|
[106] | 58 | <Compile Include="TestFunctionInjector.cs" />
|
---|
| 59 | <Compile Include="TestFunctionInjectorView.cs">
|
---|
| 60 | <SubType>UserControl</SubType>
|
---|
| 61 | </Compile>
|
---|
| 62 | <Compile Include="TestFunctionInjectorView.Designer.cs">
|
---|
| 63 | <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
|
---|
| 64 | </Compile>
|
---|
[292] | 65 | <Compile Include="ZakharovEvaluator.cs" />
|
---|
[2] | 66 | </ItemGroup>
|
---|
| 67 | <ItemGroup>
|
---|
| 68 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 69 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 73 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 74 | <Name>HeuristicLab.Core</Name>
|
---|
| 75 | </ProjectReference>
|
---|
| 76 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 77 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 78 | <Name>HeuristicLab.Data</Name>
|
---|
| 79 | </ProjectReference>
|
---|
| 80 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
| 81 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
| 82 | <Name>HeuristicLab.Operators</Name>
|
---|
| 83 | </ProjectReference>
|
---|
| 84 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 85 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 86 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 87 | </ProjectReference>
|
---|
| 88 | </ItemGroup>
|
---|
[106] | 89 | <ItemGroup>
|
---|
| 90 | <EmbeddedResource Include="TestFunctionInjectorView.resx">
|
---|
| 91 | <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
|
---|
[210] | 92 | <SubType>Designer</SubType>
|
---|
[106] | 93 | </EmbeddedResource>
|
---|
| 94 | </ItemGroup>
|
---|
[2] | 95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 97 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 98 | <Target Name="BeforeBuild">
|
---|
| 99 | </Target>
|
---|
| 100 | <Target Name="AfterBuild">
|
---|
| 101 | </Target>
|
---|
| 102 | -->
|
---|
[30] | 103 | <PropertyGroup>
|
---|
| 104 | <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 105 | </PropertyGroup>
|
---|
[2] | 106 | </Project> |
---|