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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj

    r11623 r16143  
    1111    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
    1212    <AssemblyName>Google.ProtocolBuffers-2.4.1.473</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    2323    <Optimize>false</Optimize>
    2424    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    25     <DocumentationFile>
    26     </DocumentationFile>
     25    <DocumentationFile></DocumentationFile>
    2726    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
    2827    <DefineConstants>DEBUG;TRACE</DefineConstants>
     
    3635    <Optimize>true</Optimize>
    3736    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    38     <DocumentationFile>
    39     </DocumentationFile>
     37    <DocumentationFile></DocumentationFile>
    4038    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
    4139    <DefineConstants>TRACE</DefineConstants>
     
    222220  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    223221  <PropertyGroup>
    224     <PostBuildEvent>
    225     </PostBuildEvent>
     222    <PostBuildEvent></PostBuildEvent>
    226223  </PropertyGroup>
    227224  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.