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.SimSharp/3.0.11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11/HeuristicLab.SimSharp-3.0.11/HeuristicLab.SimSharp-3.0.11.csproj

    r15972 r16143  
    1010    <RootNamespace>HeuristicLab.SimSharp</RootNamespace>
    1111    <AssemblyName>HeuristicLab.SimSharp-3.0.11</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <SignAssembly>true</SignAssembly>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.11/SimSharp-3.0.11/SimSharp-3.0.11.csproj

    r15972 r16143  
    1010    <RootNamespace>SimSharp</RootNamespace>
    1111    <AssemblyName>SimSharp-3.0.11</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    3434    <ErrorReport>prompt</ErrorReport>
    3535    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    36     <DocumentationFile>
    37     </DocumentationFile>
     36    <DocumentationFile></DocumentationFile>
    3837  </PropertyGroup>
    3938  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    4948    <OutputPath>..\..\..\..\bin\</OutputPath>
    5049    <DefineConstants>TRACE</DefineConstants>
    51     <DocumentationFile>
    52     </DocumentationFile>
     50    <DocumentationFile></DocumentationFile>
    5351    <Optimize>true</Optimize>
    5452    <DebugType>pdbonly</DebugType>
     
    6967    <OutputPath>..\..\..\..\bin\</OutputPath>
    7068    <DefineConstants>TRACE</DefineConstants>
    71     <DocumentationFile>
    72     </DocumentationFile>
     69    <DocumentationFile></DocumentationFile>
    7370    <Optimize>true</Optimize>
    7471    <DebugType>pdbonly</DebugType>
Note: See TracChangeset for help on using the changeset viewer.