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 @ 14124

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

#1087: Fix PreBuildEvent for Linux in project file

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