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.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj

    r17725 r17759  
    3535    <Prefer32Bit>false</Prefer32Bit>
    3636  </PropertyGroup>
     37  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     38    <DebugSymbols>true</DebugSymbols>
     39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     40    <DefineConstants>DEBUG;TRACE</DefineConstants>
     41    <DebugType>full</DebugType>
     42    <PlatformTarget>x64</PlatformTarget>
     43    <ErrorReport>prompt</ErrorReport>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     45  </PropertyGroup>
     46  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     48    <DefineConstants>TRACE</DefineConstants>
     49    <Optimize>true</Optimize>
     50    <DebugType>pdbonly</DebugType>
     51    <PlatformTarget>x64</PlatformTarget>
     52    <ErrorReport>prompt</ErrorReport>
     53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     54  </PropertyGroup>
    3755  <ItemGroup>
     56    <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     57      <SpecificVersion>False</SpecificVersion>
     58      <HintPath>..\..\..\bin\HEAL.Attic.dll</HintPath>
     59    </Reference>
    3860    <Reference Include="System" />
    3961    <Reference Include="System.Core" />
     
    6082  </ItemGroup>
    6183  <ItemGroup>
    62     <PackageReference Include="HEAL.Attic">
    63       <Version>1.5.0</Version>
    64     </PackageReference>
    65   </ItemGroup>
    66   <ItemGroup>
    6784    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    6885      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     
    7390      <Project>{44b10478-d290-43d3-9757-c08f5292fea5}</Project>
    7491      <Name>HeuristicLab.Protobuf</Name>
     92      <Private>False</Private>
    7593    </ProjectReference>
    7694  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.