Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/16 12:00:45 (8 years ago)
Author:
thasling
Message:

new hive project

Location:
branches/thasling/DistributedGA/DistributedGA.Hive
Files:
3 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj

    r13545 r13556  
    66    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    77    <ProjectGuid>{F191E644-1AFC-4825-8897-E79A6ED91B20}</ProjectGuid>
    8     <OutputType>Exe</OutputType>
     8    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>DistributedGA.Hive</RootNamespace>
     
    3232    <WarningLevel>4</WarningLevel>
    3333  </PropertyGroup>
     34  <PropertyGroup>
     35    <StartupObject />
     36  </PropertyGroup>
     37  <PropertyGroup>
     38    <SignAssembly>true</SignAssembly>
     39  </PropertyGroup>
     40  <PropertyGroup>
     41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     42  </PropertyGroup>
    3443  <ItemGroup>
    3544    <Reference Include="HeuristicLab.Clients.Hive-3.3">
    3645      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
    3746    </Reference>
    38     <Reference Include="HeuristicLab.Clients.Hive.JobManager-3.3">
    39       <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive.JobManager-3.3.dll</HintPath>
     47    <Reference Include="HeuristicLab.Collections-3.3">
     48      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Collections-3.3.dll</HintPath>
     49    </Reference>
     50    <Reference Include="HeuristicLab.Common-3.3">
     51      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Common-3.3.dll</HintPath>
     52    </Reference>
     53    <Reference Include="HeuristicLab.Core-3.3">
     54      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Core-3.3.dll</HintPath>
     55    </Reference>
     56    <Reference Include="HeuristicLab.Data-3.3">
     57      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Data-3.3.dll</HintPath>
     58    </Reference>
     59    <Reference Include="HeuristicLab.Hive-3.3">
     60      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Hive-3.3.dll</HintPath>
     61    </Reference>
     62    <Reference Include="HeuristicLab.Optimization-3.3">
     63      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Optimization-3.3.dll</HintPath>
     64    </Reference>
     65    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     66      <SpecificVersion>False</SpecificVersion>
     67      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Parameters-3.3.dll</HintPath>
     68    </Reference>
     69    <Reference Include="HeuristicLab.Persistence-3.3">
     70      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Persistence-3.3.dll</HintPath>
     71    </Reference>
     72    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     73      <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    4074    </Reference>
    4175    <Reference Include="System" />
    4276    <Reference Include="System.Core" />
     77    <Reference Include="System.Drawing" />
    4378    <Reference Include="System.ServiceModel" />
    4479    <Reference Include="System.Xml.Linq" />
     
    4984  </ItemGroup>
    5085  <ItemGroup>
    51     <Compile Include="Program.cs" />
     86    <Compile Include="P2PTask.cs" />
     87    <Compile Include="Plugin.cs" />
    5288    <Compile Include="Properties\AssemblyInfo.cs" />
    5389  </ItemGroup>
    5490  <ItemGroup>
    5591    <None Include="App.config" />
     92    <None Include="HeuristicLab.snk" />
     93  </ItemGroup>
     94  <ItemGroup>
     95    <ProjectReference Include="..\DistributedGA.Core\DistributedGA.Core.csproj">
     96      <Project>{02e73f42-bdc9-4a7a-b74f-5879def27320}</Project>
     97      <Name>DistributedGA.Core</Name>
     98    </ProjectReference>
    5699  </ItemGroup>
    57100  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.