Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj @ 16009

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

#1614:

  • reverted r15603 by reverse merging
  • added expert system plugins from #2457
File size: 13.5 KB
RevLine 
[2891]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2891]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>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Analysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Analysis-3.3</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[5933]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2891]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
[2891]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[15719]43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2891]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[2891]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[15719]53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2891]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[6866]57    <DocumentationFile>
58    </DocumentationFile>
[4065]59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]60    <Prefer32Bit>false</Prefer32Bit>
[2891]61  </PropertyGroup>
[2900]62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
[15719]64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]70    <Prefer32Bit>false</Prefer32Bit>
[2900]71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15719]73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]74    <DefineConstants>TRACE</DefineConstants>
[6866]75    <DocumentationFile>
76    </DocumentationFile>
[2900]77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]82    <Prefer32Bit>false</Prefer32Bit>
[2900]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
85    <DebugSymbols>true</DebugSymbols>
[15719]86    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x64</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]92    <Prefer32Bit>false</Prefer32Bit>
[2900]93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15719]95    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
[2900]96    <DefineConstants>TRACE</DefineConstants>
[6866]97    <DocumentationFile>
98    </DocumentationFile>
[2900]99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x64</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
[4065]103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]104    <Prefer32Bit>false</Prefer32Bit>
[2900]105  </PropertyGroup>
[2891]106  <ItemGroup>
[12817]107    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[15719]108      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
[7021]109      <Private>False</Private>
[6866]110    </Reference>
[15719]111    <Reference Include="HeuristicLab.Collections-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Common.Resources-3.3">
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common-3.3">
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Core-3.3">
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Data-3.3">
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Operators-3.3">
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.Parameters-3.3">
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Persistence-3.3">
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
[15721]151    <Reference Include="HeuristicLab.Random-3.3">
152      <SpecificVersion>False</SpecificVersion>
153      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
154      <Private>False</Private>
155    </Reference>
[2891]156    <Reference Include="System" />
157    <Reference Include="System.Core">
158      <RequiredTargetFramework>3.5</RequiredTargetFramework>
159    </Reference>
[3306]160    <Reference Include="System.Drawing" />
[2891]161    <Reference Include="System.Xml.Linq">
162      <RequiredTargetFramework>3.5</RequiredTargetFramework>
163    </Reference>
164    <Reference Include="System.Data.DataSetExtensions">
165      <RequiredTargetFramework>3.5</RequiredTargetFramework>
166    </Reference>
167    <Reference Include="System.Data" />
168    <Reference Include="System.Xml" />
169  </ItemGroup>
170  <ItemGroup>
[6866]171    <None Include="Plugin.cs.frame" />
[4887]172    <Compile Include="AlleleFrequencyAnalysis\Allele.cs" />
173    <Compile Include="AlleleFrequencyAnalysis\AlleleFrequency.cs" />
174    <Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyAnalyzer.cs" />
175    <Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyCollection.cs" />
176    <Compile Include="AlleleFrequencyAnalysis\AlleleFrequencyCollectionHistory.cs" />
[15720]177    <Compile Include="BestNScopesSolutionAnalyzer.cs" />
[3872]178    <Compile Include="BestScopeSolutionAnalyzer.cs" />
[14734]179    <Compile Include="DataVisualization\GanttData.cs" />
[15720]180    <Compile Include="Clustering\CkMeans1D.cs">
181      <SubType>Code</SubType>
182    </Compile>
183    <Compile Include="Clustering\ClusterHelper.cs" />
[14102]184    <Compile Include="DataVisualization\IndexedDataRow.cs" />
185    <Compile Include="DataVisualization\IndexedDataTable.cs" />
[8280]186    <Compile Include="DataVisualization\ScatterPlotDataRowVisualProperties.cs" />
187    <Compile Include="DataVisualization\ScatterPlotDataRow.cs" />
188    <Compile Include="DataVisualization\ScatterPlotVisualProperties.cs" />
189    <Compile Include="DataVisualization\ScatterPlotHistory.cs" />
[4887]190    <Compile Include="DataVisualization\DataRow.cs" />
191    <Compile Include="DataVisualization\DataRowVisualProperties.cs" />
192    <Compile Include="DataVisualization\DataTable.cs" />
193    <Compile Include="DataVisualization\DataTableHistory.cs" />
194    <Compile Include="DataVisualization\DataTableValuesCollector.cs" />
195    <Compile Include="DataVisualization\DataTableVisualProperties.cs" />
196    <Compile Include="DataVisualization\HeatMap.cs" />
197    <Compile Include="DataVisualization\HeatMapHistory.cs" />
[7829]198    <Compile Include="DataVisualization\ScatterPlot.cs" />
[5933]199    <Compile Include="MultidimensionalScaling\MultidimensionalScaling.cs" />
[5143]200    <Compile Include="MultiObjective\RankBasedParetoFrontAnalyzer.cs" />
201    <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" />
[15720]202    <Compile Include="Optimizers\IteratedAlgorithm.cs" />
[6866]203    <Compile Include="Plugin.cs" />
[12069]204    <Compile Include="PopulationSimilarityAnalysis\PopulationDiversityAnalyzer.cs" />
205    <Compile Include="PopulationSimilarityAnalysis\PopulationSimilarityAnalyzer.cs" />
206    <Compile Include="PopulationSimilarityAnalysis\SingleObjectivePopulationDiversityAnalyzer.cs" />
[4887]207    <Compile Include="QualityAnalysis\BestAverageWorstQualityAnalyzer.cs" />
208    <Compile Include="QualityAnalysis\BestAverageWorstQualityCalculator.cs" />
209    <Compile Include="QualityAnalysis\BestQualityMemorizer.cs" />
[14102]210    <Compile Include="QualityAnalysis\ExpectedRuntimeHelper.cs" />
[4887]211    <Compile Include="QualityAnalysis\QualityAnalyzer.cs" />
212    <Compile Include="QualityAnalysis\QualityDifferenceCalculator.cs" />
[3616]213    <Compile Include="MultiAnalyzer.cs" />
[2891]214    <Compile Include="Properties\AssemblyInfo.cs" />
[6342]215    <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" />
[14102]216    <Compile Include="QualityAnalysis\QualityPerClockAnalyzer.cs" />
217    <Compile Include="QualityAnalysis\QualityPerEvaluationsAnalyzer.cs" />
[6628]218    <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" />
[15720]219    <Compile Include="SelfOrganizingMaps\RelationalSOM.cs" />
220    <Compile Include="SelfOrganizingMaps\SOM.cs" />
[11703]221    <Compile Include="Statistics\BonferroniHolm.cs" />
222    <Compile Include="Statistics\EnumerableStatisticsExtension.cs" />
[11914]223    <Compile Include="Statistics\Fitting\ExpFitting.cs" />
224    <Compile Include="Statistics\Fitting\IFitting.cs" />
[11703]225    <Compile Include="Statistics\KruskalWallisTest.cs" />
[11914]226    <Compile Include="Statistics\Fitting\LinearLeastSquaresFitting.cs" />
227    <Compile Include="Statistics\Fitting\LogFitting.cs" />
[12139]228    <Compile Include="Statistics\KernelDensityEstimator.cs" />
[11703]229    <Compile Include="Statistics\PairwiseTest.cs" />
230    <Compile Include="Statistics\SampleSizeDetermination.cs" />
[8016]231    <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" />
[4887]232    <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" />
233    <Compile Include="ValueAnalysis\MinAverageMaxValueCalculator.cs" />
234    <Compile Include="ValueAnalysis\ValueAnalyzer.cs" />
[2891]235  </ItemGroup>
236  <ItemGroup>
237    <None Include="HeuristicLab.snk" />
[6866]238    <None Include="Properties\AssemblyInfo.cs.frame" />
[2891]239  </ItemGroup>
240  <ItemGroup>
[4065]241    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
242      <Visible>False</Visible>
243      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
244      <Install>false</Install>
245    </BootstrapperPackage>
246    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
247      <Visible>False</Visible>
248      <ProductName>.NET Framework 3.5 SP1</ProductName>
249      <Install>true</Install>
250    </BootstrapperPackage>
251    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
252      <Visible>False</Visible>
253      <ProductName>Windows Installer 3.1</ProductName>
254      <Install>true</Install>
255    </BootstrapperPackage>
256  </ItemGroup>
[15719]257  <ItemGroup>
258    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
259      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
260      <Name>HeuristicLab.Optimization-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
263  </ItemGroup>
[2891]264  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
265  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
266       Other similar extension points exist, see Microsoft.Common.targets.
267  <Target Name="BeforeBuild">
268  </Target>
269  <Target Name="AfterBuild">
270  </Target>
271  -->
272  <PropertyGroup>
[11610]273    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2891]274set ProjectDir=$(ProjectDir)
275set SolutionDir=$(SolutionDir)
276set Outdir=$(Outdir)
277
278call PreBuildEvent.cmd
[6866]279</PreBuildEvent>
[11610]280    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]281export ProjectDir=$(ProjectDir)
282export SolutionDir=$(SolutionDir)
283
284$SolutionDir/PreBuildEvent.sh
285</PreBuildEvent>
[2891]286  </PropertyGroup>
287</Project>
Note: See TracBrowser for help on using the repository browser.