Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj @ 17799

Last change on this file since 17799 was 17799, checked in by gkronber, 3 years ago

#3017 removed code analysis on build for project TestFunctions.MultiObjective because it leads to build errors

File size: 13.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{D53E8E48-CFAA-4F57-AC35-63BEF4476159}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.TestFunctions.MultiObjective</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.TestFunctions.MultiObjective-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <RunCodeAnalysis>false</RunCodeAnalysis>
24    <CodeAnalysisRuleSet>MinimumRecommendedRules.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  <PropertyGroup>
41    <StartupObject />
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>..\..\bin\</OutputPath>
46    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x64</PlatformTarget>
49    <RunCodeAnalysis>true</RunCodeAnalysis>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>..\..\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\bin\</OutputPath>
65    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <RunCodeAnalysis>true</RunCodeAnalysis>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
73    <OutputPath>..\..\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80  </PropertyGroup>
81  <ItemGroup>
82    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="System" />
88    <Reference Include="System.Core" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Windows.Forms" />
91    <Reference Include="System.Windows.Forms.DataVisualization" />
92    <Reference Include="System.Xml.Linq" />
93    <Reference Include="System.Data.DataSetExtensions" />
94    <Reference Include="Microsoft.CSharp" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Xml" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Analyzers\ScatterPlotAnalyzer.cs" />
100    <Compile Include="Analyzers\CrowdingAnalyzer.cs" />
101    <Compile Include="Analyzers\InvertedGenerationalDistanceAnalyzer.cs" />
102    <Compile Include="Analyzers\HypervolumeAnalyzer.cs" />
103    <Compile Include="Analyzers\MOTFAnalyzer.cs" />
104    <Compile Include="Analyzers\GenerationalDistanceAnalyzer.cs" />
105    <Compile Include="Analyzers\SpacingAnalyzer.cs" />
106    <Compile Include="Instances\IHRInstanceProvider.cs" />
107    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
108    <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
109    <Compile Include="Calculators\Crowding.cs" />
110    <Compile Include="Calculators\Spacing.cs" />
111    <Compile Include="Calculators\HyperVolume.cs" />
112    <Compile Include="Calculators\InvertedGenerationalDistance.cs" />
113    <Compile Include="Calculators\GenerationalDistance.cs" />
114    <Compile Include="ParetoFrontScatterPlot.cs" />
115    <Compile Include="Utilities.cs" />
116    <Compile Include="Instances\MISCInstanceProvider.cs" />
117    <Compile Include="Instances\ZDTInstanceProvider.cs" />
118    <Compile Include="Instances\MOTFData.cs" />
119    <Compile Include="Instances\MOTFDataDescriptor.cs" />
120    <Compile Include="Instances\DTLZInstanceProvider.cs" />
121    <Compile Include="TestFunctions\Misc\CIGTAB.cs" />
122    <Compile Include="TestFunctions\IHR\IHR.cs" />
123    <Compile Include="TestFunctions\IHR\IHR1.cs" />
124    <Compile Include="TestFunctions\IHR\IHR6.cs" />
125    <Compile Include="TestFunctions\IHR\IHR4.cs" />
126    <Compile Include="TestFunctions\IHR\IHR3.cs" />
127    <Compile Include="TestFunctions\IHR\IHR2.cs" />
128    <Compile Include="TestFunctions\Misc\ELLI1.cs" />
129    <Compile Include="NonDominatedSelect.cs" />
130    <Compile Include="Interfaces\IMultiObjectiveTestFunction.cs" />
131    <Compile Include="MultiObjectiveTestFunctionProblem.cs" />
132    <Compile Include="TestFunctions\ParetoFrontStore.cs" />
133    <Compile Include="Plugin.cs" />
134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <Compile Include="TestFunctions\DTLZ\DTLZ.cs" />
136    <Compile Include="TestFunctions\DTLZ\DTLZ5.cs" />
137    <Compile Include="TestFunctions\DTLZ\DTLZ8.cs" />
138    <Compile Include="TestFunctions\DTLZ\DTLZ7.cs" />
139    <Compile Include="TestFunctions\DTLZ\DTLZ6.cs" />
140    <Compile Include="TestFunctions\DTLZ\DTLZ4.cs" />
141    <Compile Include="TestFunctions\DTLZ\DTLZ3.cs" />
142    <Compile Include="TestFunctions\DTLZ\DTLZ2.cs" />
143    <Compile Include="TestFunctions\Misc\Kursawe.cs" />
144    <Compile Include="TestFunctions\DTLZ\DTLZ1.cs" />
145    <Compile Include="TestFunctions\ZDT\ZDT.cs" />
146    <Compile Include="TestFunctions\ZDT\ZDT6.cs" />
147    <Compile Include="TestFunctions\ZDT\ZDT4.cs" />
148    <Compile Include="TestFunctions\ZDT\ZDT3.cs" />
149    <Compile Include="TestFunctions\ZDT\ZDT2.cs" />
150    <Compile Include="TestFunctions\ZDT\ZDT1.cs" />
151    <Compile Include="TestFunctions\Misc\SchafferN2.cs" />
152    <Compile Include="TestFunctions\Misc\SchafferN1.cs" />
153    <Compile Include="TestFunctions\Misc\Fonseca.cs" />
154    <Compile Include="TestFunctions\MultiObjectiveTestFunction.cs" />
155  </ItemGroup>
156  <ItemGroup>
157    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT1.pf" />
158    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ1.2D.pf" />
159    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ2.2D.pf" />
160    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ3.2D.pf" />
161    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ4.2D.pf" />
162    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ5.2D.pf" />
163    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ6.2D.pf" />
164    <EmbeddedResource Include="TestFunctions\DTLZ\ParetoFronts\DTLZ7.2D.pf" />
165    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Fonseca.pf" />
166    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\Kursawe.pf" />
167    <EmbeddedResource Include="TestFunctions\Misc\ParetoFronts\SchafferN1.pf" />
168    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT2.pf" />
169    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT3.pf" />
170    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT4.pf" />
171    <EmbeddedResource Include="TestFunctions\ZDT\ParetoFronts\ZDT6.pf" />
172    <None Include="HeuristicLab.snk" />
173    <None Include="Plugin.cs.frame" />
174    <None Include="Properties\AssemblyInfo.cs.frame" />
175  </ItemGroup>
176  <ItemGroup>
177    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
178      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
179      <Name>HeuristicLab.Collections-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
188      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
189      <Name>HeuristicLab.Common-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
193      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
194      <Name>HeuristicLab.Core-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
198      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
199      <Name>HeuristicLab.Data-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
203      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
204      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
208      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
209      <Name>HeuristicLab.Operators-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
213      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
214      <Name>HeuristicLab.Optimization-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
218      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
219      <Name>HeuristicLab.Parameters-3.3</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
223      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
224      <Name>HeuristicLab.Persistence-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
228      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
229      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
233      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
234      <Name>HeuristicLab.Problems.Instances-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237  </ItemGroup>
238  <ItemGroup>
239    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
240      <SpecificVersion>False</SpecificVersion>
241      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
242      <Private>False</Private>
243    </Reference>
244  </ItemGroup>
245  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
246  <PropertyGroup>
247    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
248set ProjectDir=$(ProjectDir)
249set SolutionDir=$(SolutionDir)
250set Outdir=$(Outdir)
251
252call PreBuildEvent.cmd
253</PreBuildEvent>
254    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
255  export ProjectDir=$(ProjectDir)
256export SolutionDir=$(SolutionDir)
257
258$SolutionDir/PreBuildEvent.sh
259</PreBuildEvent>
260  </PropertyGroup>
261  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
262       Other similar extension points exist, see Microsoft.Common.targets.
263  <Target Name="BeforeBuild">
264  </Target>
265  <Target Name="AfterBuild">
266  </Target>
267  -->
268</Project>
Note: See TracBrowser for help on using the repository browser.