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\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>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\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\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\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\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\bin\ALGLIB-3.7.0.dll</HintPath>
|
---|
78 | <Private>False</Private>
|
---|
79 | </Reference>
|
---|
80 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
|
---|
81 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
82 | <Private>False</Private>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
85 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
86 | <Private>False</Private>
|
---|
87 | </Reference>
|
---|
88 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
89 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
90 | <Private>False</Private>
|
---|
91 | </Reference>
|
---|
92 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
93 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
94 | <Private>False</Private>
|
---|
95 | </Reference>
|
---|
96 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
97 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
98 | <Private>False</Private>
|
---|
99 | </Reference>
|
---|
100 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
101 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
102 | <Private>False</Private>
|
---|
103 | </Reference>
|
---|
104 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
105 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
106 | <Private>False</Private>
|
---|
107 | </Reference>
|
---|
108 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
109 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
110 | <Private>False</Private>
|
---|
111 | </Reference>
|
---|
112 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
113 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
117 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
121 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
122 | <Private>False</Private>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
|
---|
125 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
126 | <Private>False</Private>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
129 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
130 | <Private>False</Private>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
|
---|
133 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
137 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
138 | <Private>False</Private>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="System" />
|
---|
141 | <Reference Include="System.Core" />
|
---|
142 | <Reference Include="System.Drawing" />
|
---|
143 | <Reference Include="System.Xml.Linq" />
|
---|
144 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
145 | <Reference Include="Microsoft.CSharp" />
|
---|
146 | <Reference Include="System.Data" />
|
---|
147 | <Reference Include="System.Net.Http" />
|
---|
148 | <Reference Include="System.Xml" />
|
---|
149 | </ItemGroup>
|
---|
150 | <ItemGroup>
|
---|
151 | <Compile Include="Binary\BinaryMemPR.cs" />
|
---|
152 | <Compile Include="Binary\BinaryMemPRContext.cs" />
|
---|
153 | <Compile Include="Binary\BinarySolutionSubspace.cs" />
|
---|
154 | <Compile Include="Binary\LocalSearch\ExhaustiveBitflipSubspace.cs" />
|
---|
155 | <Compile Include="Binary\LocalSearch\ExhaustiveBitflip.cs" />
|
---|
156 | <Compile Include="Binary\LocalSearch\StaticAPI\ExhaustiveBitflip.cs" />
|
---|
157 | <Compile Include="Binary\SolutionModel\Univariate\BiasedModelTrainer.cs" />
|
---|
158 | <Compile Include="Binary\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
|
---|
159 | <Compile Include="Interfaces\Interfaces.cs" />
|
---|
160 | <Compile Include="LinearLinkage\LinearLinkageMemPR.cs" />
|
---|
161 | <Compile Include="LinearLinkage\LinearLinkageSolutionSubspace.cs" />
|
---|
162 | <Compile Include="LinearLinkage\LinearLinkageMemPRContext.cs" />
|
---|
163 | <Compile Include="LinearLinkage\LocalSearch\ExhaustiveSubspace.cs" />
|
---|
164 | <Compile Include="LinearLinkage\LocalSearch\StaticAPI\ExhaustiveLocalSearch.cs" />
|
---|
165 | <Compile Include="LinearLinkage\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
|
---|
166 | <Compile Include="LinearLinkage\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
|
---|
167 | <Compile Include="LinearLinkage\SolutionModel\Univariate\UnivariateSolutionModel.cs" />
|
---|
168 | <Compile Include="MemPRAlgorithm.cs" />
|
---|
169 | <Compile Include="Permutation\InversionPathRelinker.cs" />
|
---|
170 | <Compile Include="Permutation\LocalSearch\ExhaustiveInversionImprover.cs" />
|
---|
171 | <Compile Include="Permutation\PermutationMemPR.cs" />
|
---|
172 | <Compile Include="Permutation\PermutationMemPRContext.cs" />
|
---|
173 | <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimbSubspace.cs" />
|
---|
174 | <Compile Include="Permutation\LocalSearch\ExhaustiveHillClimb.cs" />
|
---|
175 | <Compile Include="Permutation\PermutationSolutionSubspace.cs" />
|
---|
176 | <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive.cs" />
|
---|
177 | <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive1Shift.cs" />
|
---|
178 | <Compile Include="Permutation\LocalSearch\StaticAPI\Exhaustive2Opt.cs" />
|
---|
179 | <Compile Include="Permutation\LocalSearch\StaticAPI\ExhaustiveSwap2.cs" />
|
---|
180 | <Compile Include="Permutation\SolutionModel\Univariate\BiasedModelTrainer.cs" />
|
---|
181 | <Compile Include="Permutation\SolutionModel\Univariate\StaticAPI\Trainer.cs" />
|
---|
182 | <Compile Include="Permutation\SolutionModel\Univariate\UnbiasedModelTrainer.cs" />
|
---|
183 | <Compile Include="Permutation\SolutionModel\Univariate\UnivariateRelativeModel.cs" />
|
---|
184 | <Compile Include="Permutation\SolutionModel\Univariate\UnivariateAbsoluteModel.cs" />
|
---|
185 | <Compile Include="SingleObjectiveSolutionScope.cs" />
|
---|
186 | <Compile Include="MemPRContext.cs" />
|
---|
187 | <Compile Include="Plugin.cs" />
|
---|
188 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
189 | <Compile Include="Util\Auxiliary.cs" />
|
---|
190 | <Compile Include="Util\CkMeans1D.cs" />
|
---|
191 | <Compile Include="Util\FitnessComparer.cs" />
|
---|
192 | </ItemGroup>
|
---|
193 | <ItemGroup>
|
---|
194 | <ProjectReference Include="..\..\HeuristicLab.Analysis.FitnessLandscape\3.3\HeuristicLab.Analysis.FitnessLandscape-3.3.csproj">
|
---|
195 | <Project>{5fbdcd4a-3c2a-4ec6-83ce-34b29f43621a}</Project>
|
---|
196 | <Name>HeuristicLab.Analysis.FitnessLandscape-3.3</Name>
|
---|
197 | <Private>False</Private>
|
---|
198 | </ProjectReference>
|
---|
199 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
200 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
201 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
202 | <Private>False</Private>
|
---|
203 | </ProjectReference>
|
---|
204 | <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
|
---|
205 | <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
|
---|
206 | <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
|
---|
207 | <Private>False</Private>
|
---|
208 | </ProjectReference>
|
---|
209 | <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
|
---|
210 | <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
|
---|
211 | <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
|
---|
212 | <Private>False</Private>
|
---|
213 | </ProjectReference>
|
---|
214 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
215 | <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
|
---|
216 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
217 | <Private>False</Private>
|
---|
218 | </ProjectReference>
|
---|
219 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
220 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
221 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
222 | <Private>False</Private>
|
---|
223 | </ProjectReference>
|
---|
224 | </ItemGroup>
|
---|
225 | <ItemGroup>
|
---|
226 | <None Include="HeuristicLab.snk" />
|
---|
227 | </ItemGroup>
|
---|
228 | <ItemGroup />
|
---|
229 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
230 | <PropertyGroup>
|
---|
231 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
232 | set ProjectDir=$(ProjectDir)
|
---|
233 | set SolutionDir=$(SolutionDir)
|
---|
234 | set Outdir=$(Outdir)
|
---|
235 |
|
---|
236 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
237 | </PropertyGroup>
|
---|
238 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
239 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
240 | <Target Name="BeforeBuild">
|
---|
241 | </Target>
|
---|
242 | <Target Name="AfterBuild">
|
---|
243 | </Target>
|
---|
244 | -->
|
---|
245 | </Project> |
---|