Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj @ 7141

Last change on this file since 7141 was 7141, checked in by epitzer, 12 years ago

#1696 correct output paths and add VRP analysis project

File size: 15.1 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis.FitnessLandscape</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis.FitnessLandscape-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
80    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
81    <DefineConstants>TRACE</DefineConstants>
82    <Optimize>true</Optimize>
83    <DebugType>pdbonly</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86  </PropertyGroup>
87  <ItemGroup>
88    <Reference Include="ALGLIB-3.1.0">
89      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.1.0.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.Analysis-3.3">
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Collections-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Common-3.3">
98      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Common.Resources-3.3">
101      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Core-3.3">
104      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Data-3.3">
107      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
113      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
116      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
119      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Operators-3.3">
122      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Optimization-3.3">
125      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
126    </Reference>
127    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
128      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Parameters-3.3">
131      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Persistence-3.3">
134      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
137      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
138    </Reference>
139    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
140      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.Random-3.3">
143      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.Selection-3.3">
146      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
147    </Reference>
148    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
151    </Reference>
152    <Reference Include="System" />
153    <Reference Include="System.Core">
154      <RequiredTargetFramework>3.5</RequiredTargetFramework>
155    </Reference>
156    <Reference Include="System.Drawing" />
157    <Reference Include="System.Windows.Forms" />
158    <Reference Include="System.Windows.Forms.DataVisualization" />
159    <Reference Include="System.Xml.Linq">
160      <RequiredTargetFramework>3.5</RequiredTargetFramework>
161    </Reference>
162    <Reference Include="System.Data.DataSetExtensions">
163      <RequiredTargetFramework>3.5</RequiredTargetFramework>
164    </Reference>
165    <Reference Include="System.Data" />
166    <Reference Include="System.Xml" />
167  </ItemGroup>
168  <ItemGroup>
169    <Compile Include="Algorithms\EvolvabilityAnalyzer.cs" />
170    <Compile Include="Algorithms\RepeatedInformationAnalyzer.cs" />
171    <Compile Include="Algorithms\RepeatMultiAnalyzer.cs" />
172    <Compile Include="Algorithms\RepeatedRuggednessAnalyzer.cs" />
173    <Compile Include="Algorithms\ScopeDuplicator.cs" />
174    <Compile Include="Analysis\Aggregators\BoundingBoxAggregator.cs" />
175    <Compile Include="Analysis\Aggregators\Aggregator.cs" />
176    <Compile Include="Analysis\Aggregators\AutoCorrelationAggregator.cs" />
177    <Compile Include="Analysis\Aggregators\EvolvabilityAggregator.cs" />
178    <Compile Include="Analysis\Aggregators\InformationAnalysisPeakAggregator.cs" />
179    <Compile Include="Analysis\Aggregators\InformationAnalysisValueAggregator.cs" />
180    <Compile Include="Analysis\Aggregators\DistributionAnalyzer.cs" />
181    <Compile Include="Analysis\Aggregators\RuggednessAggregator.cs" />
182    <Compile Include="Analysis\Aggregators\QualityTrailSummaryAggregator.cs" />
183    <Compile Include="Analysis\Aggregators\InformationStabilityAggregator.cs" />
184    <Compile Include="Analysis\Aggregators\InformationAnalysisAggregator.cs" />
185    <Compile Include="Analysis\Aggregators\IAggregator.cs" />
186    <Compile Include="Algorithms\RepeatedLocalAnalysis.cs" />
187    <Compile Include="Analysis\UpDownWalkAnalyzer.cs" />
188    <Compile Include="Analysis\NeutralityAnalyzer.cs" />
189    <Compile Include="Analysis\QualityTrailSummarizer.cs" />
190    <Compile Include="Analysis\EnumerableExtensions.cs" />
191    <Compile Include="Analysis\FitnessCloudAnalyzer.cs" />
192    <Compile Include="Analysis\InformationAnalysis.cs" />
193    <Compile Include="Analysis\InformationAnalysisCalculator.cs" />
194    <Compile Include="Analysis\QualityTrailMultiAnalyzer.cs" />
195    <Compile Include="Analysis\RealVectorBoundingBoxUpdater.cs" />
196    <Compile Include="Analysis\RepeatAggregator.cs" />
197    <Compile Include="Analysis\RuggednessAnalyzer.cs" />
198    <Compile Include="Analysis\IQualityTrailAnalyzer.cs" />
199    <Compile Include="Algorithms\LocalAnalysis.cs" />
200    <Compile Include="Algorithms\LocalAnalysisMainLoop.cs" />
201    <Compile Include="Analysis\InformationAnalyzer.cs" />
202    <Compile Include="Analysis\RuggednessCalculator.cs" />
203    <Compile Include="Analysis\UniqueThresholdCalculator.cs" />
204    <Compile Include="BestWorstSelector.cs" />
205    <Compile Include="BoxChart\BoxChartCreator.cs" />
206    <Compile Include="BoxChart\ColorValue.cs" />
207    <Compile Include="BoxChart\StringValueBoxChartElementGenerator.cs" />
208    <Compile Include="BoxChart\IBoxChartElementGenerator.cs" />
209    <Compile Include="BoxChart\EmptyBoxChartElementGenerator.cs" />
210    <Compile Include="BoxChart\StringConstantBoxChartElementGenerator.cs" />
211    <Compile Include="BoxChart\DiscreteValueBoxChartElementGenerator.cs" />
212    <Compile Include="BoxChart\BitmapItem.cs" />
213    <Compile Include="ColorGradient.cs" />
214    <Compile Include="DistanceCalculators\BinaryVectorDistanceCalculator.cs" />
215    <Compile Include="DistanceCalculators\PermutationDistanceCalculator.cs" />
216    <Compile Include="DistanceCalculators\IItemDistanceCalculator.cs" />
217    <Compile Include="IListExtensions.cs" />
218    <Compile Include="NeutralSelector.cs" />
219    <Compile Include="DataTables\AutoCorrelationTable.cs" />
220    <Compile Include="EngineAlgorithm\EngineAlgorithmOperator.cs" />
221    <Compile Include="DataTables\QualityTrailSummaryTable.cs" />
222    <Compile Include="DataTables\InformationStabilityTable.cs" />
223    <Compile Include="DataTables\InformationAnalysisTable.cs" />
224    <Compile Include="Evolvability\EvolvabilityAnalyzer.cs" />
225    <Compile Include="FDC\QAPPermutationFitnessDistanceCorrelationAnalyzer.cs" />
226    <Compile Include="ScopePathLookupParameter.cs" />
227    <Compile Include="FDC\BinaryVectorFitnessDistanceCorrelationAnalyzer.cs" />
228    <Compile Include="FDC\HeatMap.cs" />
229    <Compile Include="HeuristicLabAnalysisFitnessLandscapePlugin.cs" />
230    <Compile Include="MultiTrajectory\GridRealVectorsCreator.cs" />
231    <Compile Include="MultiTrajectory\PreassignedPermutationCreator.cs" />
232    <Compile Include="MultiTrajectory\MultiTrajectoryAnalysis.cs" />
233    <Compile Include="MultiTrajectory\PreassignedRealVectorCreator.cs" />
234    <Compile Include="MultiTrajectory\PreassignedBinaryVectorCreator.cs" />
235    <Compile Include="MultiTrajectory\PreassignedSolutionCreator.cs" />
236    <Compile Include="PopDist\PopulationDistributionAnalyzer.cs" />
237    <Compile Include="Exhaustive\PermutationEnumerationManipulator.cs" />
238    <Compile Include="FDC\PermutationFitnessDistanceCorrelationAnalyzer.cs" />
239    <Compile Include="TestFunctions\CustomAdditiveMoveEvaluator.cs" />
240    <Compile Include="TestFunctions\CustomEvaluator.cs" />
241    <None Include="Properties\AssemblyInfo.cs.frame" />
242    <Compile Include="Properties\AssemblyInfo.cs" />
243    <Compile Include="FDC\RealVectorFitnessDistanceCorrelationAnalyzer.cs" />
244    <Compile Include="FDC\FitnessDistanceCorrelationAnalyzer.cs" />
245    <None Include="HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame" />
246    <Compile Include="FDC\ScatterPlot.cs" />
247  </ItemGroup>
248  <ItemGroup>
249    <None Include="HeuristicLab.snk" />
250  </ItemGroup>
251  <ItemGroup>
252    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
253      <Visible>False</Visible>
254      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
255      <Install>false</Install>
256    </BootstrapperPackage>
257    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
258      <Visible>False</Visible>
259      <ProductName>.NET Framework 3.5 SP1</ProductName>
260      <Install>true</Install>
261    </BootstrapperPackage>
262    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
263      <Visible>False</Visible>
264      <ProductName>Windows Installer 3.1</ProductName>
265      <Install>true</Install>
266    </BootstrapperPackage>
267  </ItemGroup>
268  <ItemGroup />
269  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
270  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
271       Other similar extension points exist, see Microsoft.Common.targets.
272  <Target Name="BeforeBuild">
273  </Target>
274  <Target Name="AfterBuild">
275  </Target>
276  -->
277  <PropertyGroup>
278    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
279set ProjectDir=$(ProjectDir)
280set SolutionDir=$(SolutionDir)
281set Outdir=$(Outdir)
282set Platform=$(PlatformName)
283set Configuration=$(ConfigurationName)</PostBuildEvent>
284  </PropertyGroup>
285  <PropertyGroup>
286    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
287set ProjectDir=$(ProjectDir)
288set SolutionDir=$(SolutionDir)
289set Outdir=$(Outdir)
290
291SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
292SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAnalysisFitnessLandscapePlugin.cs"</PreBuildEvent>
293  </PropertyGroup>
294</Project>
Note: See TracBrowser for help on using the repository browser.