Free cookie consent management tool by TermsFeed Policy Generator

source: branches/jMetal/HeuristicLab.Metal/4.5/HeuristicLab.Metal-4.5.csproj @ 10584

Last change on this file since 10584 was 10584, checked in by abeham, 10 years ago

#2168: Added transport plugin for jMetal 4.5

File size: 4.9 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  <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>{6DC5BE59-A51A-404F-BFED-FCDEBDA10D58}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Metal</RootNamespace>
11    <AssemblyName>HeuristicLab.Metal-4.5</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
37      <Private>False</Private>
38    </Reference>
39    <Reference Include="System" />
40    <Reference Include="System.Core" />
41    <Reference Include="System.Xml.Linq" />
42    <Reference Include="System.Data.DataSetExtensions" />
43    <Reference Include="Microsoft.CSharp" />
44    <Reference Include="System.Data" />
45    <Reference Include="System.Xml" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="Plugin.cs" />
49    <Compile Include="Properties\AssemblyInfo.cs" />
50  </ItemGroup>
51  <ItemGroup>
52    <Content Include="IKVM.OpenJDK.Corba.dll">
53      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
54    </Content>
55    <Content Include="IKVM.OpenJDK.Naming.dll">
56      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
57    </Content>
58    <Content Include="IKVM.OpenJDK.Remoting.dll">
59      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
60    </Content>
61    <Content Include="jmetal-4.5.dll">
62      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63    </Content>
64    <Content Include="jmetal4.5.jar">
65      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66    </Content>
67    <Content Include="ikvm-native-win32-x64.dll">
68      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69    </Content>
70    <Content Include="IKVM.OpenJDK.Core.dll">
71      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72    </Content>
73    <Content Include="IKVM.OpenJDK.Management.dll">
74      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75    </Content>
76    <Content Include="IKVM.OpenJDK.Security.dll">
77      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78    </Content>
79    <Content Include="IKVM.OpenJDK.Text.dll">
80      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81    </Content>
82    <Content Include="IKVM.OpenJDK.Util.dll">
83      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84    </Content>
85    <Content Include="IKVM.OpenJDK.XML.API.dll">
86      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87    </Content>
88    <Content Include="IKVM.Runtime.dll">
89      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
90    </Content>
91    <Content Include="IKVM.Runtime.JNI.dll">
92      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
93    </Content>
94    <Content Include="JVM.DLL">
95      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
96    </Content>
97    <Content Include="jmetal-4.5-license.txt">
98      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99    </Content>
100  </ItemGroup>
101  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103       Other similar extension points exist, see Microsoft.Common.targets.
104  <Target Name="BeforeBuild">
105  </Target>
106  <Target Name="AfterBuild">
107  </Target>
108  -->
109</Project>
Note: See TracBrowser for help on using the repository browser.