Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/21 21:15:16 (3 years ago)
Author:
gkronber
Message:

#3087: updated native dlls for NativeInterpreter to a version that runs on Hive infrastructure. Some smaller changes because of deviations in the independently developed implementations (in particular enum types).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3087_Ceres_Integration/HeuristicLab.ExtLibs/HeuristicLab.NativeInterpreter/0.1/HeuristicLab.NativeInterpreter-0.1/HeuristicLab.NativeInterpreter-0.1.csproj

    r16565 r17989  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <Compile Include="CeresTypes.cs" />
    5152    <Compile Include="Plugin.cs" />
    5253    <Compile Include="Properties\AssemblyInfo.cs" />
     
    5758  </ItemGroup>
    5859  <ItemGroup>
    59     <Content Include="hl-native-interpreter-msvc-x64.dll">
    60       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    61     </Content>
    62     <Content Include="hl-native-interpreter-msvc-x86.dll">
    63       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    64     </Content>
    65   </ItemGroup>
    66   <ItemGroup>
    6760    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    6861      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     
    7164    </ProjectReference>
    7265  </ItemGroup>
     66  <ItemGroup>
     67    <Content Include="hl-native-interpreter-x64.dll">
     68      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     69    </Content>
     70    <Content Include="libceres.dll">
     71      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     72    </Content>
     73    <Content Include="libgcc_s_seh-1.dll">
     74      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     75    </Content>
     76    <Content Include="libopenlibm.dll">
     77      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     78    </Content>
     79    <Content Include="libstdc++-6.dll">
     80      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     81    </Content>
     82    <Content Include="libwinpthread-1.dll">
     83      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     84    </Content>
     85  </ItemGroup>
    7386  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7487</Project>
Note: See TracChangeset for help on using the changeset viewer.