Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/01/17 18:05:36 (6 years ago)
Author:
gkronber
Message:

#2789 added interface to CUBGCV using DllImport of Fortran library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj

    r15364 r15443  
    3333    <WarningLevel>4</WarningLevel>
    3434  </PropertyGroup>
     35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     36    <DebugSymbols>true</DebugSymbols>
     37    <OutputPath>bin\x86\Debug\</OutputPath>
     38    <DefineConstants>DEBUG;TRACE</DefineConstants>
     39    <DebugType>full</DebugType>
     40    <PlatformTarget>x86</PlatformTarget>
     41    <ErrorReport>prompt</ErrorReport>
     42    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     43  </PropertyGroup>
     44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     45    <OutputPath>bin\x86\Release\</OutputPath>
     46    <DefineConstants>TRACE</DefineConstants>
     47    <Optimize>true</Optimize>
     48    <DebugType>pdbonly</DebugType>
     49    <PlatformTarget>x86</PlatformTarget>
     50    <ErrorReport>prompt</ErrorReport>
     51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     52  </PropertyGroup>
    3553  <ItemGroup>
    3654    <Reference Include="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     
    133151  </ItemGroup>
    134152  <ItemGroup>
     153    <Compile Include="CubicSplineGCV.cs" />
    135154    <Compile Include="ForwardSelection.cs" />
    136155    <Compile Include="GAM.cs" />
     
    150169  </ItemGroup>
    151170  <ItemGroup>
     171    <Content Include="642_x86.dll">
     172      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     173    </Content>
    152174    <Content Include="alglibnet2.dll">
    153175      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Note: See TracChangeset for help on using the changeset viewer.