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

Location:
branches/MathNetNumerics-Exploration-2789/Test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/MathNetNumerics-Exploration-2789/Test/Test.csproj

    r15442 r15443  
    3434    <ErrorReport>prompt</ErrorReport>
    3535    <WarningLevel>4</WarningLevel>
     36  </PropertyGroup>
     37  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     38    <DebugSymbols>true</DebugSymbols>
     39    <OutputPath>bin\x86\Debug\</OutputPath>
     40    <DefineConstants>DEBUG;TRACE</DefineConstants>
     41    <DebugType>full</DebugType>
     42    <PlatformTarget>x86</PlatformTarget>
     43    <ErrorReport>prompt</ErrorReport>
     44    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     45  </PropertyGroup>
     46  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     47    <OutputPath>bin\x86\Release\</OutputPath>
     48    <DefineConstants>TRACE</DefineConstants>
     49    <Optimize>true</Optimize>
     50    <DebugType>pdbonly</DebugType>
     51    <PlatformTarget>x86</PlatformTarget>
     52    <ErrorReport>prompt</ErrorReport>
     53    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3654  </PropertyGroup>
    3755  <ItemGroup>
  • branches/MathNetNumerics-Exploration-2789/Test/UnitTest1.cs

    r15442 r15443  
    112112
    113113    }
     114     
    114115  }
    115116}
Note: See TracChangeset for help on using the changeset viewer.