Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/11 12:10:59 (13 years ago)
Author:
svonolfe
Message:

Added solution for MPIsupport (#1542)

Location:
branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj

    r6388 r6393  
    103103  </PropertyGroup>
    104104  <ItemGroup>
     105    <Reference Include="HeuristicLab.Collections-3.3">
     106      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     107    </Reference>
     108    <Reference Include="HeuristicLab.Common-3.3">
     109      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     110    </Reference>
     111    <Reference Include="HeuristicLab.Core-3.3">
     112      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     113    </Reference>
     114    <Reference Include="HeuristicLab.Optimization-3.3">
     115      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     116    </Reference>
     117    <Reference Include="HeuristicLab.Persistence-3.3">
     118      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     119    </Reference>
     120    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     121      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     122    </Reference>
    105123    <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    106124      <HintPath>Microsoft.Hpc.Scheduler.dll</HintPath>
     
    126144  </ItemGroup>
    127145  <ItemGroup>
    128     <ProjectReference Include="..\..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    129       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    130       <Name>HeuristicLab.Collections-3.3</Name>
    131     </ProjectReference>
    132     <ProjectReference Include="..\..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    133       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    134       <Name>HeuristicLab.Common-3.3</Name>
    135     </ProjectReference>
    136     <ProjectReference Include="..\..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    137       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    138       <Name>HeuristicLab.Core-3.3</Name>
    139     </ProjectReference>
    140     <ProjectReference Include="..\..\..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj">
     146    <ProjectReference Include="..\..\HeuristicLab.Operators.MPISupport\3.3\HeuristicLab.Operators.MPISupport-3.3.csproj">
    141147      <Project>{6BD69CDA-4875-4045-8B35-6FD4602854F5}</Project>
    142148      <Name>HeuristicLab.Operators.MPISupport-3.3</Name>
    143149    </ProjectReference>
    144     <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    145       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    146       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    147     </ProjectReference>
    148     <ProjectReference Include="..\..\1.0.0\HeuristicLab.MPInet-1.0.0.csproj">
     150    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\HeuristicLab.MPInet-1.0.0.csproj">
    149151      <Project>{C47EEE60-DF91-46DB-9B78-F2C2301D6FE7}</Project>
    150152      <Name>HeuristicLab.MPInet-1.0.0</Name>
    151     </ProjectReference>
    152     <ProjectReference Include="..\..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    153       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    154       <Name>HeuristicLab.Optimization-3.3</Name>
    155     </ProjectReference>
    156     <ProjectReference Include="..\..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    157       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    158       <Name>HeuristicLab.Persistence-3.3</Name>
    159153    </ProjectReference>
    160154  </ItemGroup>
     
    163157    <None Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs.frame" />
    164158    <None Include="Properties\AssemblyInfo.frame" />
    165     <None Include="MPI_ISLAND_GA.hl">
    166       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    167     </None>
    168   </ItemGroup>
    169   <ItemGroup>
    170     <Content Include="Howto.txt" />
    171159  </ItemGroup>
    172160  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.