Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj @ 17175

Last change on this file since 17175 was 17175, checked in by abeham, 5 years ago

#2457: branched integer encoding, some changes

File size: 8.4 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.6.1</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\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\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>false</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <DelaySign>false</DelaySign>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>
41    </AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <ItemGroup>
44    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
50      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
54      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
58      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
62      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
66      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
70      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0">
74      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
78      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
82      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
86      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
90      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
94      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
98      <SpecificVersion>False</SpecificVersion>
99      <HintPath>..\..\..\..\trunk\bin\localsolvernet.dll</HintPath>
100      <Private>False</Private>
101    </Reference>
102    <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\..\..\..\trunk\bin\oplall.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="System" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Data" />
110    <Reference Include="System.Drawing" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="Evolutionary\ESContext.cs" />
114    <Compile Include="Evolutionary\ESGQAPSolution.cs" />
115    <Compile Include="Evolutionary\EvolutionStrategy.cs" />
116    <Compile Include="Evolutionary\OSGAContext.cs" />
117    <Compile Include="Evolutionary\OSGA.cs" />
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" />
124    <Compile Include="LAHC\pLAHCContext.cs" />
125    <Compile Include="LAHC\pLAHC.cs" />
126    <Compile Include="LAHC\LAHC.cs" />
127    <Compile Include="LAHC\LAHCContext.cs" />
128    <Compile Include="LocalSearch\LocalSearchContext.cs" />
129    <Compile Include="Infrastructure\Interfaces.cs" />
130    <Compile Include="LocalSearch\IteratedLS.cs" />
131    <Compile Include="LocalSearch\MultistartLS.cs" />
132    <Compile Include="Plugin.cs" />
133    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
134    <Compile Include="Infrastructure\Contexts\PopulationContext.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136    <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
137    <Compile Include="RandomSearch\RandomSearchContext.cs" />
138    <Compile Include="RandomSearch\RandomSearch.cs" />
139  </ItemGroup>
140  <ItemGroup>
141    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
142      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
143      <Name>HeuristicLab.Analysis-3.3</Name>
144      <Private>False</Private>
145    </ProjectReference>
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>
162  <ItemGroup />
163  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164  <PropertyGroup>
165    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd</PreBuildEvent>
171  </PropertyGroup>
172</Project>
Note: See TracBrowser for help on using the repository browser.