Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj @ 15564

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

#1614:

  • Fixed some bugs
  • Added OSGA
  • Updated ES (added recombination)
  • Reusing operators among algorihtms (RelocateEquipmentManipluator)
  • Rewrote DiscreteLocationCrossover
File size: 7.6 KB
Line 
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>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <DelaySign>false</DelaySign>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <ItemGroup>
43    <Reference Include="HeuristicLab.Analysis-3.3">
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
45      <Private>False</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Collections-3.3">
48      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Common-3.3">
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Common.Resources-3.3">
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Core-3.3">
60      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Operators-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Parameters-3.3">
76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Persistence-3.3">
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Problems.Instances-3.3">
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Random-3.3">
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="System" />
96    <Reference Include="System.Core" />
97    <Reference Include="System.Data" />
98    <Reference Include="System.Drawing" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="Evolutionary\ESContext.cs" />
102    <Compile Include="Evolutionary\ESGQAPSolution.cs" />
103    <Compile Include="Evolutionary\EvolutionStrategy.cs" />
104    <Compile Include="Evolutionary\OSGAContext.cs" />
105    <Compile Include="Evolutionary\OSGA.cs" />
106    <Compile Include="Infrastructure\Algorithms\StochasticAlgorithm.cs" />
107    <Compile Include="Infrastructure\Contexts\SingleObjectiveSingleSolutionContext.cs" />
108    <Compile Include="Infrastructure\Contexts\SingleObjectivePopulationContext.cs" />
109    <Compile Include="Infrastructure\Contexts\StochasticContext.cs" />
110    <Compile Include="Infrastructure\Contexts\BasicContext.cs" />
111    <Compile Include="Infrastructure\Algorithms\ContextAlgorithm.cs" />
112    <Compile Include="GRASP\GRASPContext.cs" />
113    <Compile Include="GRASP\GRASP.cs" />
114    <Compile Include="LAHC\pLAHCContext.cs" />
115    <Compile Include="LAHC\pLAHC.cs" />
116    <Compile Include="LAHC\LAHC.cs" />
117    <Compile Include="LAHC\LAHCContext.cs" />
118    <Compile Include="LocalSearch\LocalSearchContext.cs" />
119    <Compile Include="Infrastructure\Interfaces.cs" />
120    <Compile Include="LocalSearch\IteratedLS.cs" />
121    <Compile Include="LocalSearch\MultistartLS.cs" />
122    <Compile Include="Plugin.cs" />
123    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
124    <Compile Include="Infrastructure\Contexts\PopulationContext.cs" />
125    <Compile Include="Properties\AssemblyInfo.cs" />
126    <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
130      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
131      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
135      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
136      <Name>HeuristicLab.Optimization-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
140      <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
141      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
142      <Private>False</Private>
143    </ProjectReference>
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="HeuristicLab.snk" />
147  </ItemGroup>
148  <ItemGroup />
149  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150  <PropertyGroup>
151    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
152set ProjectDir=$(ProjectDir)
153set SolutionDir=$(SolutionDir)
154set Outdir=$(Outdir)
155
156call PreBuildEvent.cmd</PreBuildEvent>
157  </PropertyGroup>
158</Project>
Note: See TracBrowser for help on using the repository browser.