[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>{2D4E4565-3ED9-4BEB-AE75-39D871843D24}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.RealVector</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.RealVector</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.RealVector.XML</DocumentationFile>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Data" />
|
---|
| 39 | <Reference Include="System.Xml" />
|
---|
| 40 | </ItemGroup>
|
---|
| 41 | <ItemGroup>
|
---|
[104] | 42 | <Compile Include="BlendAlphaBetaCrossover.cs" />
|
---|
| 43 | <Compile Include="BlendAlphaCrossover.cs" />
|
---|
| 44 | <Compile Include="BreederGeneticAlgorithmManipulator.cs" />
|
---|
[74] | 45 | <Compile Include="ContinuousCrossover.cs" />
|
---|
| 46 | <Compile Include="CompleteContinuousCrossover.cs" />
|
---|
[75] | 47 | <Compile Include="BoundsChecker.cs" />
|
---|
[70] | 48 | <Compile Include="DiscreteCrossover.cs" />
|
---|
| 49 | <Compile Include="HeuristicCrossover.cs" />
|
---|
[86] | 50 | <Compile Include="IntermediateRecombination.cs" />
|
---|
[104] | 51 | <Compile Include="MichalewiczNonUniformAllPositionsManipulator.cs" />
|
---|
| 52 | <Compile Include="MichalewiczNonUniformOnePositionManipulator.cs" />
|
---|
[70] | 53 | <Compile Include="RandomConvexCrossover.cs" />
|
---|
[74] | 54 | <Compile Include="LocalCrossover.cs" />
|
---|
[86] | 55 | <Compile Include="DiscreteRecombination.cs" />
|
---|
[99] | 56 | <Compile Include="SelfAdaptiveDiscreteRecombination.cs" />
|
---|
[105] | 57 | <Compile Include="SelfAdaptiveIntermediateRecombination.cs" />
|
---|
[99] | 58 | <Compile Include="SelfAdaptiveNormalAllPositionsManipulator.cs" />
|
---|
[70] | 59 | <Compile Include="UniformAllPositionsManipulator.cs" />
|
---|
[2] | 60 | <Compile Include="UniformRandomRealVectorGenerator.cs" />
|
---|
| 61 | <Compile Include="UniformOnePositionManipulator.cs" />
|
---|
| 62 | <Compile Include="RealVectorCrossoverBase.cs" />
|
---|
| 63 | <Compile Include="RealVectorManipulatorBase.cs" />
|
---|
| 64 | <Compile Include="HeuristicLabRealVectorPlugin.cs" />
|
---|
| 65 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 66 | <Compile Include="SinglePointCrossover.cs" />
|
---|
[85] | 67 | <Compile Include="VariableStrengthNormalAllPositionsManipulator.cs" />
|
---|
[2] | 68 | </ItemGroup>
|
---|
| 69 | <ItemGroup>
|
---|
| 70 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 71 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 72 | </ItemGroup>
|
---|
| 73 | <ItemGroup>
|
---|
| 74 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 75 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 76 | <Name>HeuristicLab.Core</Name>
|
---|
| 77 | </ProjectReference>
|
---|
| 78 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 79 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 80 | <Name>HeuristicLab.Data</Name>
|
---|
| 81 | </ProjectReference>
|
---|
| 82 | <ProjectReference Include="..\HeuristicLab.Evolutionary\HeuristicLab.Evolutionary.csproj">
|
---|
| 83 | <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
|
---|
| 84 | <Name>HeuristicLab.Evolutionary</Name>
|
---|
| 85 | </ProjectReference>
|
---|
| 86 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 87 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 88 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 89 | </ProjectReference>
|
---|
[85] | 90 | <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
|
---|
| 91 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
| 92 | <Name>HeuristicLab.Random</Name>
|
---|
| 93 | </ProjectReference>
|
---|
[2] | 94 | </ItemGroup>
|
---|
| 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> |
---|