[15553] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{577239EC-7D7F-4505-A0A4-572E34010DBA}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
[15575] | 34 | <SignAssembly>false</SignAssembly>
|
---|
[15553] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <DelaySign>false</DelaySign>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
[15575] | 40 | <AssemblyOriginatorKeyFile>
|
---|
| 41 | </AssemblyOriginatorKeyFile>
|
---|
[15553] | 42 | </PropertyGroup>
|
---|
| 43 | <ItemGroup>
|
---|
| 44 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 45 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 46 | <Private>False</Private>
|
---|
| 47 | </Reference>
|
---|
| 48 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 49 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 50 | <Private>False</Private>
|
---|
| 51 | </Reference>
|
---|
| 52 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 53 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 54 | <Private>False</Private>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 57 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 58 | <Private>False</Private>
|
---|
| 59 | </Reference>
|
---|
| 60 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 61 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 62 | <Private>False</Private>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 65 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 66 | <Private>False</Private>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 69 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 70 | <Private>False</Private>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
| 73 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 74 | <Private>False</Private>
|
---|
| 75 | </Reference>
|
---|
| 76 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 78 | <Private>False</Private>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 81 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 82 | <Private>False</Private>
|
---|
| 83 | </Reference>
|
---|
| 84 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 85 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 86 | <Private>False</Private>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 89 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 90 | <Private>False</Private>
|
---|
| 91 | </Reference>
|
---|
| 92 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 93 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
[15574] | 96 | <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
|
---|
| 97 | <SpecificVersion>False</SpecificVersion>
|
---|
| 98 | <HintPath>..\..\..\..\trunk\sources\bin\localsolvernet.dll</HintPath>
|
---|
| 99 | <Private>False</Private>
|
---|
| 100 | </Reference>
|
---|
| 101 | <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
|
---|
| 102 | <SpecificVersion>False</SpecificVersion>
|
---|
| 103 | <HintPath>..\..\..\..\trunk\sources\bin\oplall.dll</HintPath>
|
---|
| 104 | <Private>False</Private>
|
---|
| 105 | </Reference>
|
---|
[15553] | 106 | <Reference Include="System" />
|
---|
| 107 | <Reference Include="System.Core" />
|
---|
| 108 | <Reference Include="System.Data" />
|
---|
| 109 | <Reference Include="System.Drawing" />
|
---|
| 110 | </ItemGroup>
|
---|
| 111 | <ItemGroup>
|
---|
[15574] | 112 | <Compile Include="CPLEX\CplexSolver.cs" />
|
---|
| 113 | <Compile Include="CPLEX\GQAP-FY.cs" />
|
---|
| 114 | <Compile Include="CPLEX\GQAP-KB.cs" />
|
---|
| 115 | <Compile Include="CPLEX\GQAPDataSource.cs" />
|
---|
| 116 | <Compile Include="CPLEX\CplexContext.cs" />
|
---|
[15562] | 117 | <Compile Include="Evolutionary\ESContext.cs" />
|
---|
| 118 | <Compile Include="Evolutionary\ESGQAPSolution.cs" />
|
---|
| 119 | <Compile Include="Evolutionary\EvolutionStrategy.cs" />
|
---|
[15564] | 120 | <Compile Include="Evolutionary\OSGAContext.cs" />
|
---|
| 121 | <Compile Include="Evolutionary\OSGA.cs" />
|
---|
[15562] | 122 | <Compile Include="Infrastructure\Algorithms\StochasticAlgorithm.cs" />
|
---|
| 123 | <Compile Include="Infrastructure\Contexts\StochasticContext.cs" />
|
---|
| 124 | <Compile Include="Infrastructure\Contexts\BasicContext.cs" />
|
---|
| 125 | <Compile Include="Infrastructure\Algorithms\ContextAlgorithm.cs" />
|
---|
| 126 | <Compile Include="GRASP\GRASPContext.cs" />
|
---|
| 127 | <Compile Include="GRASP\GRASP.cs" />
|
---|
[15563] | 128 | <Compile Include="LAHC\pLAHCContext.cs" />
|
---|
| 129 | <Compile Include="LAHC\pLAHC.cs" />
|
---|
| 130 | <Compile Include="LAHC\LAHC.cs" />
|
---|
| 131 | <Compile Include="LAHC\LAHCContext.cs" />
|
---|
[15562] | 132 | <Compile Include="LocalSearch\LocalSearchContext.cs" />
|
---|
| 133 | <Compile Include="Infrastructure\Interfaces.cs" />
|
---|
| 134 | <Compile Include="LocalSearch\IteratedLS.cs" />
|
---|
| 135 | <Compile Include="LocalSearch\MultistartLS.cs" />
|
---|
[15575] | 136 | <Compile Include="LocalSolverNet\GQAPIntegerSolver.cs" />
|
---|
| 137 | <Compile Include="LocalSolverNet\LocalSolverContext.cs" />
|
---|
| 138 | <Compile Include="LocalSolverNet\GQAPBinarySolver.cs" />
|
---|
[15553] | 139 | <Compile Include="Plugin.cs" />
|
---|
[15562] | 140 | <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
|
---|
| 141 | <Compile Include="Infrastructure\Contexts\PopulationContext.cs" />
|
---|
[15553] | 142 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[15562] | 143 | <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
|
---|
[15553] | 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 147 | <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
|
---|
| 148 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 149 | <Private>False</Private>
|
---|
| 150 | </ProjectReference>
|
---|
| 151 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 152 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 153 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 154 | <Private>False</Private>
|
---|
| 155 | </ProjectReference>
|
---|
| 156 | <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
|
---|
| 157 | <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
|
---|
| 158 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
|
---|
| 159 | <Private>False</Private>
|
---|
| 160 | </ProjectReference>
|
---|
| 161 | </ItemGroup>
|
---|
[15563] | 162 | <ItemGroup />
|
---|
[15553] | 163 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 164 | <PropertyGroup>
|
---|
| 165 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 166 | set ProjectDir=$(ProjectDir)
|
---|
| 167 | set SolutionDir=$(SolutionDir)
|
---|
| 168 | set Outdir=$(Outdir)
|
---|
| 169 |
|
---|
| 170 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 171 | </PropertyGroup>
|
---|
| 172 | </Project> |
---|