Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/18 17:07:25 (6 years ago)
Author:
dpiringe
Message:

#2522:

  • migrated a lot of projects to .NET Standard 2.0
  • added AppDomain.CurrentDomain.ApplyPolicy to Assembly.ReflectionOnlyLoad in PluginValidator to correctly load the System library
  • deleted Properties folder from .NET Standard projects, because AssemblyInformation is saved in .csproj files now
  • .NET Framework projects target now v4.7, because it is only possible to use .NET Standard libraries in v4.6 or higher
  • removed System.Data.Linq from defaultAssemblies and DiscoverNamespaces in ProgrammableOperator, it is not supported in .NET Standard
  • the Microsoft.Windows.Compatibility package is necessary for usage of PluginInfrastructure, we should probably switch to the System.Drawing.Common package when PluginInfrastructure is migrated to .NET Standard
Location:
branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/3.12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/3.12/HeuristicLab.LibSVM-3.12/HeuristicLab.LibSVM-3.12.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.LibSVM</RootNamespace>
    1212    <AssemblyName>HeuristicLab.LibSVM-3.12</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    14     <TargetFrameworkProfile>
    15     </TargetFrameworkProfile>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
     14    <TargetFrameworkProfile></TargetFrameworkProfile>
    1615    <FileAlignment>512</FileAlignment>
    1716    <SignAssembly>true</SignAssembly>
    1817    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    19     <FileUpgradeFlags>
    20     </FileUpgradeFlags>
     18    <FileUpgradeFlags></FileUpgradeFlags>
    2119    <OldToolsVersion>3.5</OldToolsVersion>
    2220    <UpgradeBackupLocation />
     
    5553    <ErrorReport>prompt</ErrorReport>
    5654    <WarningLevel>4</WarningLevel>
    57     <DocumentationFile>
    58     </DocumentationFile>
     55    <DocumentationFile></DocumentationFile>
    5956    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6057    <Prefer32Bit>false</Prefer32Bit>
     
    7370    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7471    <DefineConstants>TRACE</DefineConstants>
    75     <DocumentationFile>
    76     </DocumentationFile>
     72    <DocumentationFile></DocumentationFile>
    7773    <Optimize>true</Optimize>
    7874    <DebugType>pdbonly</DebugType>
     
    9591    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9692    <DefineConstants>TRACE</DefineConstants>
    97     <DocumentationFile>
    98     </DocumentationFile>
     93    <DocumentationFile></DocumentationFile>
    9994    <Optimize>true</Optimize>
    10095    <DebugType>pdbonly</DebugType>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/3.12/LibSVM-3.12/LibSVM-3.12.csproj

    r11623 r16143  
    1111    <RootNamespace>LibSVM</RootNamespace>
    1212    <AssemblyName>LibSVM-3.12</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    14     <TargetFrameworkProfile>
    15     </TargetFrameworkProfile>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
     14    <TargetFrameworkProfile></TargetFrameworkProfile>
    1615    <FileAlignment>512</FileAlignment>
    1716    <SignAssembly>true</SignAssembly>
    1817    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    19     <FileUpgradeFlags>
    20     </FileUpgradeFlags>
     18    <FileUpgradeFlags></FileUpgradeFlags>
    2119    <OldToolsVersion>3.5</OldToolsVersion>
    2220    <UpgradeBackupLocation />
     
    7573    <PlatformTarget>x64</PlatformTarget>
    7674    <ErrorReport>prompt</ErrorReport>
    77     <DocumentationFile>
    78     </DocumentationFile>
     75    <DocumentationFile></DocumentationFile>
    7976    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8077    <Prefer32Bit>false</Prefer32Bit>
     
    149146  -->
    150147  <PropertyGroup>
    151     <PreBuildEvent>
    152     </PreBuildEvent>
     148    <PreBuildEvent></PreBuildEvent>
    153149  </PropertyGroup>
    154150</Project>
Note: See TracChangeset for help on using the changeset viewer.