Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Algorithms.MemPR/3.3/HeuristicLab.Algorithms.MemPR-3.3.csproj @ 14776

Last change on this file since 14776 was 14776, checked in by abeham, 7 years ago

#2457: working on MemPR integration

File size: 12.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{9D274421-6332-4FBC-AAE4-467ACE27C368}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.MemPR</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.MemPR-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    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="ALGLIB-3.7.0">
77      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
81      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.Collections-3.3">
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Common-3.3">
89      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="HeuristicLab.Common.Resources-3.3">
93      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Core-3.3">
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Data-3.3">
101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
102      <Private>False</Private>
103    </Reference>
104    <Reference Include="HeuristicLab.Operators-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Parameters-3.3">
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Persistence-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
134      <SpecificVersion>False</SpecificVersion>
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
136      <Private>False</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.Random-3.3">
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="System" />
143    <Reference Include="System.Core" />
144    <Reference Include="System.Drawing" />
145    <Reference Include="System.Xml.Linq" />
146    <Reference Include="System.Data.DataSetExtensions" />
147    <Reference Include="Microsoft.CSharp" />
148    <Reference Include="System.Data" />
149    <Reference Include="System.Net.Http" />
150    <Reference Include="System.Xml" />
151  </ItemGroup>
152  <ItemGroup>
153    <Compile Include="Binary\BinaryMemPR.cs" />
154    <Compile Include="Binary\BinaryMemPRContext.cs" />
155    <Compile Include="Binary\BinarySolutionSubspace.cs" />
156    <Compile Include="Binary\LocalSearch\ExhaustiveBitflipSubspace.cs" />
157    <Compile Include="Binary\LocalSearch\ExhaustiveBitflip.cs" />
158    <Compile Include="Binary\LocalSearch\StaticAPI\ExhaustiveBitflip.cs" />
159    <Compile Include="Binary\SolutionModel\Univariate\BiasedModelTrainer.cs" />
160    <Compile Include="Binary\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
161    <Compile Include="Interfaces\Interfaces.cs" />
162    <Compile Include="LinearLinkage\LinearLinkageMemPR.cs" />
163    <Compile Include="LinearLinkage\LinearLinkageSolutionSubspace.cs" />
164    <Compile Include="LinearLinkage\LinearLinkageMemPRContext.cs" />
165    <Compile Include="LinearLinkage\LocalSearch\ExhaustiveSubspace.cs" />
166    <Compile Include="LinearLinkage\LocalSearch\StaticAPI\ExhaustiveLocalSearch.cs" />
167    <Compile Include="LinearLinkage\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
168    <Compile Include="LinearLinkage\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
169    <Compile Include="LinearLinkage\SolutionModel\Univariate\UnivariateSolutionModel.cs" />
170    <Compile Include="MemPRAlgorithm.cs" />
171    <Compile Include="Permutation\InversionPathRelinker.cs" />
172    <Compile Include="Permutation\LocalSearch\ExhaustiveInversionImprover.cs" />
173    <Compile Include="Permutation\PermutationMemPR.cs" />
174    <Compile Include="Permutation\PermutationMemPRContext.cs" />
175    <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimbSubspace.cs" />
176    <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimb.cs" />
177    <Compile Include="Permutation\PermutationSolutionSubspace.cs" />
178    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive.cs" />
179    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive1Shift.cs" />
180    <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive2Opt.cs" />
181    <Compile Include="Permutation\LocalSearch\StaticAPI\ExhaustiveSwap2.cs" />
182    <Compile Include="Permutation\SolutionModel\Univariate\BiasedModelTrainer.cs" />
183    <Compile Include="Permutation\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
184    <Compile Include="Permutation\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
185    <Compile Include="Permutation\SolutionModel\Univariate\UnivariateRelativeModel.cs" />
186    <Compile Include="Permutation\SolutionModel\Univariate\UnivariateAbsoluteModel.cs" />
187    <Compile Include="SingleObjectiveSolutionScope.cs" />
188    <Compile Include="MemPRContext.cs" />
189    <Compile Include="Plugin.cs" />
190    <Compile Include="Properties\AssemblyInfo.cs" />
191    <Compile Include="Util\Auxiliary.cs" />
192    <Compile Include="Util\CkMeans1D.cs" />
193    <Compile Include="Util\FitnessComparer.cs" />
194  </ItemGroup>
195  <ItemGroup>
196    <ProjectReference Include="..\..\HeuristicLab.Analysis.FitnessLandscape\3.3\HeuristicLab.Analysis.FitnessLandscape-3.3.csproj">
197      <Project>{5fbdcd4a-3c2a-4ec6-83ce-34b29f43621a}</Project>
198      <Name>HeuristicLab.Analysis.FitnessLandscape-3.3</Name>
199      <Private>False</Private>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
202      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
203      <Name>HeuristicLab.Analysis-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
207      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
208      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
212      <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
213      <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
214      <Private>False</Private>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
217      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
218      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
219      <Private>False</Private>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
222      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
223      <Name>HeuristicLab.Optimization-3.3</Name>
224      <Private>False</Private>
225    </ProjectReference>
226  </ItemGroup>
227  <ItemGroup>
228    <None Include="HeuristicLab.snk" />
229  </ItemGroup>
230  <ItemGroup />
231  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
232  <PropertyGroup>
233    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
234set ProjectDir=$(ProjectDir)
235set SolutionDir=$(SolutionDir)
236set Outdir=$(Outdir)
237
238call PreBuildEvent.cmd</PreBuildEvent>
239  </PropertyGroup>
240  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241       Other similar extension points exist, see Microsoft.Common.targets.
242  <Target Name="BeforeBuild">
243  </Target>
244  <Target Name="AfterBuild">
245  </Target>
246  -->
247</Project>
Note: See TracBrowser for help on using the repository browser.