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.EPPlus/4.0.3/EPPlus-4.0.3/EPPlus-4.0.3.csproj

    r12180 r16143  
    1313    <SignAssembly>true</SignAssembly>
    1414    <AssemblyOriginatorKeyFile>OpenOfficeXml.snk</AssemblyOriginatorKeyFile>
    15     <SccProjectName>
    16     </SccProjectName>
    17     <SccLocalPath>
    18     </SccLocalPath>
    19     <SccAuxPath>
    20     </SccAuxPath>
    21     <SccProvider>
    22     </SccProvider>
    23     <FileUpgradeFlags>
    24     </FileUpgradeFlags>
    25     <UpgradeBackupLocation>
    26     </UpgradeBackupLocation>
     15    <SccProjectName></SccProjectName>
     16    <SccLocalPath></SccLocalPath>
     17    <SccAuxPath></SccAuxPath>
     18    <SccProvider></SccProvider>
     19    <FileUpgradeFlags></FileUpgradeFlags>
     20    <UpgradeBackupLocation></UpgradeBackupLocation>
    2721    <OldToolsVersion>3.5</OldToolsVersion>
    28     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     22    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    2923    <PublishUrl>publish\</PublishUrl>
    3024    <Install>true</Install>
     
    4236    <UseApplicationTrust>false</UseApplicationTrust>
    4337    <BootstrapperEnabled>true</BootstrapperEnabled>
    44     <TargetFrameworkProfile>
    45     </TargetFrameworkProfile>
     38    <TargetFrameworkProfile></TargetFrameworkProfile>
    4639  </PropertyGroup>
    4740  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5346    <ErrorReport>prompt</ErrorReport>
    5447    <WarningLevel>4</WarningLevel>
    55     <DocumentationFile>
    56     </DocumentationFile>
     48    <DocumentationFile></DocumentationFile>
    5749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5850    <PlatformTarget>AnyCPU</PlatformTarget>
    59     <NoWarn>
    60     </NoWarn>
     51    <NoWarn></NoWarn>
    6152    <Prefer32Bit>false</Prefer32Bit>
    6253  </PropertyGroup>
     
    6859    <ErrorReport>prompt</ErrorReport>
    6960    <WarningLevel>4</WarningLevel>
    70     <DocumentationFile>
    71     </DocumentationFile>
     61    <DocumentationFile></DocumentationFile>
    7262    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7363    <PlatformTarget>AnyCPU</PlatformTarget>
     
    857847  -->
    858848  <PropertyGroup>
    859     <PostBuildEvent>
    860     </PostBuildEvent>
    861     <PreBuildEvent>
    862     </PreBuildEvent>
     849    <PostBuildEvent></PostBuildEvent>
     850    <PreBuildEvent></PreBuildEvent>
    863851  </PropertyGroup>
    864852</Project>
Note: See TracChangeset for help on using the changeset viewer.