Free cookie consent management tool by TermsFeed Policy Generator

source: branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj @ 13903

Last change on this file since 13903 was 13903, checked in by gkronber, 8 years ago

#2615: added missing project file

File size: 5.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>{F191E644-1AFC-4825-8897-E79A6ED91B20}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>DistributedGA.Hive</RootNamespace>
11    <AssemblyName>DistributedGA.Hive</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <PlatformTarget>AnyCPU</PlatformTarget>
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\stable\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    <PlatformTarget>AnyCPU</PlatformTarget>
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <StartupObject />
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <ItemGroup>
44    <Reference Include="HeuristicLab.Clients.Hive-3.3">
45      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3">
49      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Collections-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Common-3.3">
53      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Common-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Core-3.3">
57      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Core-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3">
61      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Data-3.3.dll</HintPath>
62      <Private>False</Private>
63    </Reference>
64    <Reference Include="HeuristicLab.Hive-3.3">
65      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Hive-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Optimization-3.3">
69      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Optimization-3.3.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Parameters-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Persistence-3.3">
78      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Persistence-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.ServiceModel" />
89    <Reference Include="System.Xml.Linq" />
90    <Reference Include="System.Data.DataSetExtensions" />
91    <Reference Include="Microsoft.CSharp" />
92    <Reference Include="System.Data" />
93    <Reference Include="System.Xml" />
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="P2PTask.cs" />
97    <Compile Include="Plugin.cs" />
98    <Compile Include="Properties\AssemblyInfo.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <None Include="App.config" />
102    <None Include="HeuristicLab.snk" />
103  </ItemGroup>
104  <ItemGroup>
105    <ProjectReference Include="..\DistributedGA.Core\DistributedGA.Core.csproj">
106      <Project>{02e73f42-bdc9-4a7a-b74f-5879def27320}</Project>
107      <Name>DistributedGA.Core</Name>
108    </ProjectReference>
109  </ItemGroup>
110  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112       Other similar extension points exist, see Microsoft.Common.targets.
113  <Target Name="BeforeBuild">
114  </Target>
115  <Target Name="AfterBuild">
116  </Target>
117  -->
118</Project>
Note: See TracBrowser for help on using the repository browser.