Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14126 was 14126, checked in by bburlacu, 8 years ago

#1087: Removed duplicate PreBuildEvent in the project file

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