Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj @ 7994

Last change on this file since 7994 was 7789, checked in by jkarder, 12 years ago

#1331:

  • added Scatter Search algorithm
  • added problem specific operators for improvement, path relinking and similarity calculation
  • adjusted event handling
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5FEE5DB4-7FD9-4CBD-BEC2-3FEE17B31A94}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.ScatterSearch</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.ScatterSearch-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3">
45      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Common-3.3">
49      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3">
53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3">
57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Operators-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Optimization-3.3">
74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Parameters-3.3">
78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Persistence-3.3">
82      <HintPath>..\..\..\..\trunk\sources\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, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Random-3.3">
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="System.Xml.Linq" />
107    <Reference Include="System.Data.DataSetExtensions" />
108    <Reference Include="Microsoft.CSharp" />
109    <Reference Include="System.Data" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="IScatterSearchOperator.cs" />
114    <Compile Include="SolutionPool2TierUpdateMethod.cs" />
115    <Compile Include="OffspringProcessor.cs" />
116    <None Include="HeuristicLab.snk" />
117    <None Include="Plugin.cs.frame" />
118    <Compile Include="Plugin.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <None Include="Properties\AssemblyInfo.cs.frame" />
121    <Compile Include="ReferenceSetUpdateMethod.cs" />
122    <Compile Include="PopulationRebuildMethod.cs" />
123    <Compile Include="ScatterSearch.cs" />
124    <Compile Include="ScatterSearchMainLoop.cs" />
125    <Compile Include="SolutionPoolUpdateMethod.cs" />
126  </ItemGroup>
127  <ItemGroup />
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
130      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
131      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <PropertyGroup>
137    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
138set ProjectDir=$(ProjectDir)
139set SolutionDir=$(SolutionDir)
140set Outdir=$(Outdir)
141
142call PreBuildEvent.cmd
143</PreBuildEvent>
144  </PropertyGroup>
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152</Project>
Note: See TracBrowser for help on using the repository browser.