Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/20 14:45:26 (4 years ago)
Author:
pfleck
Message:

#3040 Added DiffSharp as alternative for AutoDiff and TensorFlowNet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.TensorFlowNet/HeuristicLab.TensorFlowNet.csproj

    r17469 r17759  
    3333  <PropertyGroup>
    3434    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
     35  </PropertyGroup>
     36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     37    <DebugSymbols>true</DebugSymbols>
     38    <OutputPath>..\bin\</OutputPath>
     39    <DefineConstants>DEBUG;TRACE</DefineConstants>
     40    <DebugType>full</DebugType>
     41    <PlatformTarget>x64</PlatformTarget>
     42    <ErrorReport>prompt</ErrorReport>
     43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     44  </PropertyGroup>
     45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     46    <OutputPath>..\bin\</OutputPath>
     47    <DefineConstants>TRACE</DefineConstants>
     48    <Optimize>true</Optimize>
     49    <DebugType>pdbonly</DebugType>
     50    <PlatformTarget>x64</PlatformTarget>
     51    <ErrorReport>prompt</ErrorReport>
     52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3553  </PropertyGroup>
    3654  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.