Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj @ 15758

Last change on this file since 15758 was 15758, checked in by abeham, 6 years ago

#1614: Added LocalSolver model based on lists

File size: 8.6 KB
RevLine 
[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>
[15688]20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[15553]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>
[15688]28    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[15553]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>
[15688]44    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
45      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[15553]46      <Private>False</Private>
47    </Reference>
[15688]48    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
49      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[15553]50      <Private>False</Private>
51    </Reference>
[15688]52    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
53      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[15553]54      <Private>False</Private>
55    </Reference>
[15688]56    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
57      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[15553]58      <Private>False</Private>
59    </Reference>
[15688]60    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
61      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[15553]62      <Private>False</Private>
63    </Reference>
[15688]64    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
65      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[15553]66      <Private>False</Private>
67    </Reference>
[15688]68    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0">
69      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[15553]70      <Private>False</Private>
71    </Reference>
[15688]72    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
73      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[15553]74      <Private>False</Private>
75    </Reference>
[15688]76    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
77      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[15553]78      <Private>False</Private>
79    </Reference>
[15688]80    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
81      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[15553]82      <Private>False</Private>
83    </Reference>
[15688]84    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
85      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[15553]86      <Private>False</Private>
87    </Reference>
[15688]88    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
89      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
[15553]90      <Private>False</Private>
91    </Reference>
[15574]92    <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
93      <SpecificVersion>False</SpecificVersion>
[15688]94      <HintPath>..\..\..\..\trunk\bin\localsolvernet.dll</HintPath>
[15574]95      <Private>False</Private>
96    </Reference>
97    <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
98      <SpecificVersion>False</SpecificVersion>
[15688]99      <HintPath>..\..\..\..\trunk\bin\oplall.dll</HintPath>
[15574]100      <Private>False</Private>
101    </Reference>
[15553]102    <Reference Include="System" />
103    <Reference Include="System.Core" />
104    <Reference Include="System.Data" />
105    <Reference Include="System.Drawing" />
106  </ItemGroup>
107  <ItemGroup>
[15574]108    <Compile Include="CPLEX\CplexSolver.cs" />
109    <Compile Include="CPLEX\GQAP-FY.cs" />
110    <Compile Include="CPLEX\GQAP-KB.cs" />
111    <Compile Include="CPLEX\GQAPDataSource.cs" />
112    <Compile Include="CPLEX\CplexContext.cs" />
[15562]113    <Compile Include="Evolutionary\ESContext.cs" />
114    <Compile Include="Evolutionary\ESGQAPSolution.cs" />
115    <Compile Include="Evolutionary\EvolutionStrategy.cs" />
[15564]116    <Compile Include="Evolutionary\OSGAContext.cs" />
117    <Compile Include="Evolutionary\OSGA.cs" />
[15562]118    <Compile Include="Infrastructure\Algorithms\StochasticAlgorithm.cs" />
119    <Compile Include="Infrastructure\Contexts\StochasticContext.cs" />
120    <Compile Include="Infrastructure\Contexts\BasicContext.cs" />
121    <Compile Include="Infrastructure\Algorithms\ContextAlgorithm.cs" />
122    <Compile Include="GRASP\GRASPContext.cs" />
123    <Compile Include="GRASP\GRASP.cs" />
[15563]124    <Compile Include="LAHC\pLAHCContext.cs" />
125    <Compile Include="LAHC\pLAHC.cs" />
126    <Compile Include="LAHC\LAHC.cs" />
127    <Compile Include="LAHC\LAHCContext.cs" />
[15562]128    <Compile Include="LocalSearch\LocalSearchContext.cs" />
129    <Compile Include="Infrastructure\Interfaces.cs" />
130    <Compile Include="LocalSearch\IteratedLS.cs" />
131    <Compile Include="LocalSearch\MultistartLS.cs" />
[15758]132    <Compile Include="LocalSolverNet\GQAPListSolver.cs" />
[15575]133    <Compile Include="LocalSolverNet\GQAPIntegerSolver.cs" />
134    <Compile Include="LocalSolverNet\LocalSolverContext.cs" />
135    <Compile Include="LocalSolverNet\GQAPBinarySolver.cs" />
[15553]136    <Compile Include="Plugin.cs" />
[15562]137    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
138    <Compile Include="Infrastructure\Contexts\PopulationContext.cs" />
[15553]139    <Compile Include="Properties\AssemblyInfo.cs" />
[15562]140    <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
[15698]141    <Compile Include="RandomSearch\RandomSearchContext.cs" />
142    <Compile Include="RandomSearch\RandomSearch.cs" />
[15553]143  </ItemGroup>
144  <ItemGroup>
[15719]145    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
146      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
147      <Name>HeuristicLab.Analysis-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
[15553]150    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
151      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
152      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
156      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
157      <Name>HeuristicLab.Optimization-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
161      <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
162      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
163      <Private>False</Private>
164    </ProjectReference>
165  </ItemGroup>
[15563]166  <ItemGroup />
[15553]167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168  <PropertyGroup>
169    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
170set ProjectDir=$(ProjectDir)
171set SolutionDir=$(SolutionDir)
172set Outdir=$(Outdir)
173
174call PreBuildEvent.cmd</PreBuildEvent>
175  </PropertyGroup>
176</Project>
Note: See TracBrowser for help on using the repository browser.