Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16859


Ignore:
Timestamp:
04/19/19 17:15:59 (5 years ago)
Author:
dpiringe
Message:

#2924:

  • migrated PluginInfrastructure to .NET Standard
  • created a new .NET Core project HeuristicLab.PluginInfrastructure.Runner, which contains the logic to load and isolate assemblies, based on the new interfaces from HeuristicLab.PluginInfrastructure
  • recycled old plugin validation code
Location:
branches/2924_DotNetCoreMigration
Files:
17 added
7 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • branches/2924_DotNetCoreMigration/HeuristicLab 3.3.sln

    r16857 r16859  
    11
    22Microsoft Visual Studio Solution File, Format Version 12.00
    3 # Visual Studio 15
    4 VisualStudioVersion = 15.0.26730.16
     3# Visual Studio Version 16
     4VisualStudioVersion = 16.0.28803.202
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
     
    164164  EndProjectSection
    165165EndProject
    166 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure-3.3", "HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj", "{94186A6A-5176-4402-AE83-886557B53CCA}"
     166Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeuristicLab.PluginInfrastructure-3.3", "HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj", "{94186A6A-5176-4402-AE83-886557B53CCA}"
    167167EndProject
    168168Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeuristicLab.Persistence-3.3", "HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj", "{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}"
     
    302302Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive-3.3", "HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj", "{F98A1740-9AC9-4D36-A582-6A2D0D06978D}"
    303303EndProject
    304 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive-3.3", "HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj", "{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}"
     304Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeuristicLab.Clients.Hive-3.3", "HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj", "{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}"
    305305EndProject
    306306Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Views-3.3", "HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj", "{E1D6C801-892A-406A-B606-F158E36DD3C3}"
     
    465465Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginInfrastructure.UI-4.0", "HeuristicLab.PluginInfrastructure.UI\HeuristicLab.PluginInfrastructure.UI-4.0.csproj", "{7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}"
    466466EndProject
    467 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PasswordDialog", "HeuristicLab.PasswordDialog\3.4\HeuristicLab.PasswordDialog-3.4.csproj", "{632E2C03-FA6F-4540-8AF0-6B4D60F99F26}"
     467Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeuristicLab.PluginInfrastructure.Runner-3.4", "HeuristicLab.PluginInfrastructure.Runner\3.4\HeuristicLab.PluginInfrastructure.Runner-3.4.csproj", "{CA1A1E78-929C-4017-B4B3-BFB73A457461}"
     468EndProject
     469Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PasswordDialog-3.4", "HeuristicLab.PasswordDialog\3.4\HeuristicLab.PasswordDialog-3.4.csproj", "{632E2C03-FA6F-4540-8AF0-6B4D60F99F26}"
    468470EndProject
    469471Global
     
    491493    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    492494    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
    493     {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x64.ActiveCfg = Debug|x64
    494     {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x64.Build.0 = Debug|x64
    495     {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x86.ActiveCfg = Debug|x86
    496     {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x86.Build.0 = Debug|x86
     495    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x64.ActiveCfg = Debug|Any CPU
     496    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x64.Build.0 = Debug|Any CPU
     497    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x86.ActiveCfg = Debug|Any CPU
     498    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|x86.Build.0 = Debug|Any CPU
    497499    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
    498500    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|Any CPU.Build.0 = Release|Any CPU
    499     {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x64.ActiveCfg = Release|x64
    500     {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x64.Build.0 = Release|x64
    501     {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x86.ActiveCfg = Release|x86
    502     {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x86.Build.0 = Release|x86
     501    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x64.ActiveCfg = Release|Any CPU
     502    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x64.Build.0 = Release|Any CPU
     503    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x86.ActiveCfg = Release|Any CPU
     504    {94186A6A-5176-4402-AE83-886557B53CCA}.Release|x86.Build.0 = Release|Any CPU
    503505    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    504506    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    10311033    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    10321034    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
    1033     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x64.ActiveCfg = Debug|x64
    1034     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x64.Build.0 = Debug|x64
    1035     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x86.ActiveCfg = Debug|x86
    1036     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x86.Build.0 = Debug|x86
     1035    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x64.ActiveCfg = Debug|Any CPU
     1036    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x64.Build.0 = Debug|Any CPU
     1037    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x86.ActiveCfg = Debug|Any CPU
     1038    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Debug|x86.Build.0 = Debug|Any CPU
    10371039    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
    10381040    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|Any CPU.Build.0 = Release|Any CPU
    1039     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x64.ActiveCfg = Release|x64
    1040     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x64.Build.0 = Release|x64
    1041     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x86.ActiveCfg = Release|x86
    1042     {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x86.Build.0 = Release|x86
     1041    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x64.ActiveCfg = Release|Any CPU
     1042    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x64.Build.0 = Release|Any CPU
     1043    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x86.ActiveCfg = Release|Any CPU
     1044    {730A9104-D4D1-4360-966B-E49B7571DDA3}.Release|x86.Build.0 = Release|Any CPU
    10431045    {315BDA09-3F4F-49B3-9790-B37CFC1C5750}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    10441046    {315BDA09-3F4F-49B3-9790-B37CFC1C5750}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    13191321    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    13201322    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
    1321     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x64.ActiveCfg = Debug|x64
    1322     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x64.Build.0 = Debug|x64
    1323     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x86.ActiveCfg = Debug|x86
    1324     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x86.Build.0 = Debug|x86
     1323    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x64.ActiveCfg = Debug|Any CPU
     1324    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x64.Build.0 = Debug|Any CPU
     1325    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x86.ActiveCfg = Debug|Any CPU
     1326    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Debug|x86.Build.0 = Debug|Any CPU
    13251327    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
    13261328    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|Any CPU.Build.0 = Release|Any CPU
    1327     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x64.ActiveCfg = Release|x64
    1328     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x64.Build.0 = Release|x64
    1329     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x86.ActiveCfg = Release|x86
    1330     {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x86.Build.0 = Release|x86
     1329    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x64.ActiveCfg = Release|Any CPU
     1330    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x64.Build.0 = Release|Any CPU
     1331    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x86.ActiveCfg = Release|Any CPU
     1332    {B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}.Release|x86.Build.0 = Release|Any CPU
    13311333    {E1D6C801-892A-406A-B606-F158E36DD3C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    13321334    {E1D6C801-892A-406A-B606-F158E36DD3C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    22612263    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|x64.ActiveCfg = Release|Any CPU
    22622264    {7AF3C7B6-8BA5-44F3-8D5B-2BF7A23CF12D}.Release|x86.ActiveCfg = Release|Any CPU
     2265    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2266    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2267    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|x64.ActiveCfg = Debug|Any CPU
     2268    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|x64.Build.0 = Debug|Any CPU
     2269    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|x86.ActiveCfg = Debug|Any CPU
     2270    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Debug|x86.Build.0 = Debug|Any CPU
     2271    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2272    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|Any CPU.Build.0 = Release|Any CPU
     2273    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|x64.ActiveCfg = Release|Any CPU
     2274    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|x64.Build.0 = Release|Any CPU
     2275    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|x86.ActiveCfg = Release|Any CPU
     2276    {CA1A1E78-929C-4017-B4B3-BFB73A457461}.Release|x86.Build.0 = Release|Any CPU
     2277    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2278    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2279    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|x64.ActiveCfg = Debug|Any CPU
     2280    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|x64.Build.0 = Debug|Any CPU
     2281    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|x86.ActiveCfg = Debug|Any CPU
     2282    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Debug|x86.Build.0 = Debug|Any CPU
     2283    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2284    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|Any CPU.Build.0 = Release|Any CPU
     2285    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|x64.ActiveCfg = Release|Any CPU
     2286    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|x64.Build.0 = Release|Any CPU
     2287    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|x86.ActiveCfg = Release|Any CPU
     2288    {632E2C03-FA6F-4540-8AF0-6B4D60F99F26}.Release|x86.Build.0 = Release|Any CPU
    22632289  EndGlobalSection
    22642290  GlobalSection(SolutionProperties) = preSolution
  • branches/2924_DotNetCoreMigration/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r16857 r16859  
    331331    <ProjectReference Include="..\..\HeuristicLab.PasswordDialog\3.4\HeuristicLab.PasswordDialog-3.4.csproj">
    332332      <Project>{632e2c03-fa6f-4540-8af0-6b4d60f99f26}</Project>
    333       <Name>HeuristicLab.PasswordDialog</Name>
     333      <Name>HeuristicLab.PasswordDialog-3.4</Name>
    334334    </ProjectReference>
    335335    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
  • branches/2924_DotNetCoreMigration/HeuristicLab.PasswordDialog/3.4/PasswordDialog.Designer.cs

    r16857 r16859  
    2020#endregion
    2121
    22 namespace HeuristicLab.Clients.Common {
     22namespace HeuristicLab.PasswordDialog {
    2323  partial class PasswordDialog {
    2424    /// <summary>
  • branches/2924_DotNetCoreMigration/HeuristicLab.PasswordDialog/3.4/PasswordDialog.cs

    r16857 r16859  
    2222using System;
    2323using System.Windows.Forms;
     24using HeuristicLab.Clients.Common;
    2425using HeuristicLab.Clients.Common.Properties;
    2526
    26 namespace HeuristicLab.Clients.Common {
     27namespace HeuristicLab.PasswordDialog {
    2728  public partial class PasswordDialog : Form {
    2829    public PasswordDialog() {
  • branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj

    r16147 r16859  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
     2<Project Sdk="Microsoft.NET.Sdk">
    33  <PropertyGroup>
    4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
    7     <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{94186A6A-5176-4402-AE83-886557B53CCA}</ProjectGuid>
    9     <OutputType>Library</OutputType>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
    12     <AssemblyName>HeuristicLab.PluginInfrastructure-3.3</AssemblyName>
    13     <StartupObject>
    14     </StartupObject>
     4    <TargetFramework>netstandard2.0</TargetFramework>
     5    <Copyright>(c) 2002-2018 HEAL</Copyright>
     6    <Product>HeuristicLab</Product>
    157    <SignAssembly>true</SignAssembly>
    168    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    17     <FileUpgradeFlags>
    18     </FileUpgradeFlags>
    19     <OldToolsVersion>3.5</OldToolsVersion>
    20     <UpgradeBackupLocation>
    21     </UpgradeBackupLocation>
    22     <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    23     <TargetFrameworkProfile>
    24     </TargetFrameworkProfile>
    25     <PublishUrl>publish\</PublishUrl>
    26     <Install>true</Install>
    27     <InstallFrom>Disk</InstallFrom>
    28     <UpdateEnabled>false</UpdateEnabled>
    29     <UpdateMode>Foreground</UpdateMode>
    30     <UpdateInterval>7</UpdateInterval>
    31     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    32     <UpdatePeriodically>false</UpdatePeriodically>
    33     <UpdateRequired>false</UpdateRequired>
    34     <MapFileExtensions>true</MapFileExtensions>
    35     <ApplicationRevision>0</ApplicationRevision>
    36     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    37     <IsWebBootstrapper>false</IsWebBootstrapper>
    38     <UseApplicationTrust>false</UseApplicationTrust>
    39     <BootstrapperEnabled>true</BootstrapperEnabled>
     9    <AssemblyVersion>3.3.0.0</AssemblyVersion>
     10    <AssemblyFileVersion>3.3.15.16192</AssemblyFileVersion>
     11    <RootNamespace>HeuristicLab.PluginInfrastructure</RootNamespace>
    4012  </PropertyGroup>
    41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    42     <DebugSymbols>true</DebugSymbols>
    43     <DebugType>full</DebugType>
    44     <Optimize>false</Optimize>
    45     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    46     <DefineConstants>DEBUG;TRACE</DefineConstants>
    47     <ErrorReport>prompt</ErrorReport>
    48     <WarningLevel>4</WarningLevel>
    49     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    50     <Prefer32Bit>false</Prefer32Bit>
    51   </PropertyGroup>
    52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    53     <DebugType>pdbonly</DebugType>
    54     <Optimize>true</Optimize>
    55     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    56     <DefineConstants>TRACE</DefineConstants>
    57     <ErrorReport>prompt</ErrorReport>
    58     <WarningLevel>4</WarningLevel>
    59     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    60     <DocumentationFile>
    61     </DocumentationFile>
    62     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    63     <Prefer32Bit>false</Prefer32Bit>
    64   </PropertyGroup>
    65   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    66     <DebugSymbols>true</DebugSymbols>
    67     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    68     <DefineConstants>DEBUG;TRACE</DefineConstants>
    69     <DebugType>full</DebugType>
    70     <PlatformTarget>x86</PlatformTarget>
    71     <ErrorReport>prompt</ErrorReport>
    72     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    73     <Prefer32Bit>false</Prefer32Bit>
    74   </PropertyGroup>
    75   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    76     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    77     <DefineConstants>TRACE</DefineConstants>
    78     <DocumentationFile>
    79     </DocumentationFile>
    80     <Optimize>true</Optimize>
    81     <DebugType>pdbonly</DebugType>
    82     <PlatformTarget>x86</PlatformTarget>
    83     <ErrorReport>prompt</ErrorReport>
    84     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    85     <Prefer32Bit>false</Prefer32Bit>
    86   </PropertyGroup>
    87   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    88     <DebugSymbols>true</DebugSymbols>
    89     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    90     <DefineConstants>DEBUG;TRACE</DefineConstants>
    91     <DebugType>full</DebugType>
    92     <PlatformTarget>x64</PlatformTarget>
    93     <ErrorReport>prompt</ErrorReport>
    94     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    95     <Prefer32Bit>false</Prefer32Bit>
    96   </PropertyGroup>
    97   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    98     <OutputPath>$(SolutionDir)\bin\</OutputPath>
    99     <DefineConstants>TRACE</DefineConstants>
    100     <DocumentationFile>
    101     </DocumentationFile>
    102     <Optimize>true</Optimize>
    103     <DebugType>pdbonly</DebugType>
    104     <PlatformTarget>x64</PlatformTarget>
    105     <ErrorReport>prompt</ErrorReport>
    106     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    107     <Prefer32Bit>false</Prefer32Bit>
     13 
     14  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     15    <OutputPath>..\..\bin\</OutputPath>
     16    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
    10817  </PropertyGroup>
    10918  <ItemGroup>
    110     <Reference Include="Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    111       <HintPath>..\..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
    112     </Reference>
    113     <Reference Include="Microsoft.Win32.Registry.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    114       <HintPath>..\..\packages\Microsoft.Win32.Registry.AccessControl.4.5.0\lib\net461\Microsoft.Win32.Registry.AccessControl.dll</HintPath>
    115     </Reference>
    116     <Reference Include="Microsoft.Win32.SystemEvents, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    117       <HintPath>..\..\packages\Microsoft.Win32.SystemEvents.4.5.0\lib\net461\Microsoft.Win32.SystemEvents.dll</HintPath>
    118     </Reference>
    119     <Reference Include="System" />
    120     <Reference Include="System.CodeDom, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    121       <HintPath>..\..\packages\System.CodeDom.4.5.0\lib\net461\System.CodeDom.dll</HintPath>
    122     </Reference>
    123     <Reference Include="System.ComponentModel.Composition" />
    124     <Reference Include="System.Configuration" />
    125     <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    126       <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
    127     </Reference>
    128     <Reference Include="System.Core" />
    129     <Reference Include="System.Data" />
    130     <Reference Include="System.Data.DataSetExtensions" />
    131     <Reference Include="System.Data.Odbc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    132       <HintPath>..\..\packages\System.Data.Odbc.4.5.0\lib\net461\System.Data.Odbc.dll</HintPath>
    133     </Reference>
    134     <Reference Include="System.Data.OracleClient" />
    135     <Reference Include="System.Data.SqlClient, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    136       <HintPath>..\..\packages\System.Data.SqlClient.4.5.0\lib\net461\System.Data.SqlClient.dll</HintPath>
    137     </Reference>
    138     <Reference Include="System.Diagnostics.EventLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    139       <HintPath>..\..\packages\System.Diagnostics.EventLog.4.5.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath>
    140     </Reference>
    141     <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    142       <HintPath>..\..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
    143     </Reference>
    144     <Reference Include="System.DirectoryServices" />
    145     <Reference Include="System.DirectoryServices.AccountManagement" />
    146     <Reference Include="System.DirectoryServices.Protocols" />
    147     <Reference Include="System.Drawing" />
    148     <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    149       <HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
    150     </Reference>
    151     <Reference Include="System.IdentityModel" />
    152     <Reference Include="System.IO.FileSystem.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    153       <HintPath>..\..\packages\System.IO.FileSystem.AccessControl.4.5.0\lib\net461\System.IO.FileSystem.AccessControl.dll</HintPath>
    154     </Reference>
    155     <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    156       <HintPath>..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
    157     </Reference>
    158     <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    159       <HintPath>..\..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath>
    160     </Reference>
    161     <Reference Include="System.IO.Pipes.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    162       <HintPath>..\..\packages\System.IO.Pipes.AccessControl.4.5.0\lib\net461\System.IO.Pipes.AccessControl.dll</HintPath>
    163     </Reference>
    164     <Reference Include="System.IO.Ports, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    165       <HintPath>..\..\packages\System.IO.Ports.4.5.0\lib\net461\System.IO.Ports.dll</HintPath>
    166     </Reference>
    167     <Reference Include="System.Management" />
    168     <Reference Include="System.Net" />
    169     <Reference Include="System.Runtime.Caching" />
    170     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    171       <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
    172     </Reference>
    173     <Reference Include="System.Runtime.Serialization" />
    174     <Reference Include="System.Security" />
    175     <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    176       <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
    177     </Reference>
    178     <Reference Include="System.Security.Cryptography.Cng, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    179       <HintPath>..\..\packages\System.Security.Cryptography.Cng.4.5.0\lib\net47\System.Security.Cryptography.Cng.dll</HintPath>
    180     </Reference>
    181     <Reference Include="System.Security.Cryptography.Pkcs, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    182       <HintPath>..\..\packages\System.Security.Cryptography.Pkcs.4.5.0\lib\net461\System.Security.Cryptography.Pkcs.dll</HintPath>
    183     </Reference>
    184     <Reference Include="System.Security.Cryptography.ProtectedData, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    185       <HintPath>..\..\packages\System.Security.Cryptography.ProtectedData.4.5.0\lib\net461\System.Security.Cryptography.ProtectedData.dll</HintPath>
    186     </Reference>
    187     <Reference Include="System.Security.Cryptography.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    188       <HintPath>..\..\packages\System.Security.Cryptography.Xml.4.5.0\lib\net461\System.Security.Cryptography.Xml.dll</HintPath>
    189     </Reference>
    190     <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    191       <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
    192     </Reference>
    193     <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    194       <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
    195     </Reference>
    196     <Reference Include="System.ServiceModel" />
    197     <Reference Include="System.ServiceModel.Duplex, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    198       <HintPath>..\..\packages\System.ServiceModel.Duplex.4.4.1\lib\net461\System.ServiceModel.Duplex.dll</HintPath>
    199     </Reference>
    200     <Reference Include="System.ServiceModel.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    201       <HintPath>..\..\packages\System.ServiceModel.Http.4.4.1\lib\net461\System.ServiceModel.Http.dll</HintPath>
    202     </Reference>
    203     <Reference Include="System.ServiceModel.NetTcp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    204       <HintPath>..\..\packages\System.ServiceModel.NetTcp.4.4.1\lib\net461\System.ServiceModel.NetTcp.dll</HintPath>
    205     </Reference>
    206     <Reference Include="System.ServiceModel.Primitives, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    207       <HintPath>..\..\packages\System.ServiceModel.Primitives.4.4.1\lib\net461\System.ServiceModel.Primitives.dll</HintPath>
    208     </Reference>
    209     <Reference Include="System.ServiceModel.Syndication, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
    210       <HintPath>..\..\packages\System.ServiceModel.Syndication.4.5.0\lib\net461\System.ServiceModel.Syndication.dll</HintPath>
    211     </Reference>
    212     <Reference Include="System.ServiceProcess" />
    213     <Reference Include="System.ServiceProcess.ServiceController, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    214       <HintPath>..\..\packages\System.ServiceProcess.ServiceController.4.5.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath>
    215     </Reference>
    216     <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    217       <HintPath>..\..\packages\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
    218     </Reference>
    219     <Reference Include="System.Threading.AccessControl, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    220       <HintPath>..\..\packages\System.Threading.AccessControl.4.5.0\lib\net461\System.Threading.AccessControl.dll</HintPath>
    221     </Reference>
    222     <Reference Include="System.Transactions" />
    223     <Reference Include="System.Xml" />
    224     <Reference Include="WindowsBase" />
     19    <PackageReference Include="System.CodeDom" Version="4.5.0" />
     20    <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
     21    <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.5.0" />
     22    <PackageReference Include="System.ServiceModel.Primitives" Version="4.5.3" />
     23    <PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
     24    <PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
    22525  </ItemGroup>
    226   <ItemGroup>
    227     <Compile Include="ApplicationBase.cs" />
    228     <Compile Include="ApplicationDescription.cs" />
    229     <Compile Include="AssemblyExtensions.cs" />
    230     <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" />
    231     <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" />
    232     <Compile Include="CommandLineArgumentHandling\Arguments\StartArgument.cs" />
    233     <Compile Include="CommandLineArgumentHandling\CommandLineArgument.cs" />
    234     <Compile Include="CommandLineArgumentHandling\CommandLineArgumentHandling.cs" />
    235     <Compile Include="CommandLineArgumentHandling\ICommandLineArgument.cs" />
    236     <Compile Include="Attributes\ApplicationAttribute.cs" />
    237     <Compile Include="Attributes\ContactInformationAttribute.cs" />
    238     <Compile Include="Attributes\NonDiscoverableTypeAttribute.cs" />
    239     <Compile Include="Attributes\PluginAttribute.cs" />
    240     <Compile Include="Attributes\PluginDependencyAttribute.cs" />
    241     <Compile Include="Attributes\PluginFileAttribute.cs" />
    242     <Compile Include="PluginBase.cs" />
    243     <Compile Include="PluginDescription.cs" />
    244     <Compile Include="PluginFile.cs" />
    245     <Compile Include="PluginInfrastructureEventArgs.cs" />
    246     <Compile Include="PluginManager.cs" />
    247     <Compile Include="PluginValidator.cs" />
    248     <Compile Include="SandboxApplicationManager.cs" />
    249     <Compile Include="DefaultApplicationManager.cs" />
    250     <Compile Include="LightweightApplicationManager.cs" />
    251     <Compile Include="Interfaces\IPluginFile.cs" />
    252     <Compile Include="Interfaces\IApplicationManager.cs" />
    253     <Compile Include="Interfaces\IApplicationDescription.cs" />
    254     <Compile Include="Interfaces\IApplication.cs" />
    255     <Compile Include="Interfaces\IPlugin.cs" />
    256     <Compile Include="Interfaces\IPluginDescription.cs" />
    257     <Compile Include="InvalidPluginException.cs" />
    258     <Compile Include="PluginDescriptionIterator.cs" />
    259     <Compile Include="ApplicationManager.cs" />
    260     <Compile Include="PluginState.cs" />
    261     <Compile Include="Properties\AssemblyInfo.cs" />
    262     <Compile Include="SandboxManager.cs" />
    263     <Compile Include="TypeExtensions.cs" />
    264     <None Include="app.config">
    265       <SubType>Designer</SubType>
    266     </None>
    267     <None Include="HeuristicLab.snk" />
    268     <None Include="packages.config" />
    269     <None Include="Properties\AssemblyInfo.cs.frame" />
    270   </ItemGroup>
    271   <ItemGroup>
    272     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    273       <Visible>False</Visible>
    274       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    275       <Install>false</Install>
    276     </BootstrapperPackage>
    277     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    278       <Visible>False</Visible>
    279       <ProductName>.NET Framework 3.5 SP1</ProductName>
    280       <Install>true</Install>
    281     </BootstrapperPackage>
    282     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
    283       <Visible>False</Visible>
    284       <ProductName>Windows Installer 3.1</ProductName>
    285       <Install>true</Install>
    286     </BootstrapperPackage>
    287   </ItemGroup>
    288   <ItemGroup />
    289   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    290   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    291        Other similar extension points exist, see Microsoft.Common.targets.
    292   <Target Name="BeforeBuild">
    293   </Target>
    294   <Target Name="AfterBuild">
    295   </Target>
    296   -->
    297   <PropertyGroup>
    298     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    299 set ProjectDir=$(ProjectDir)
    300 set SolutionDir=$(SolutionDir)
    301 set Outdir=$(Outdir)
    302 
    303 call PreBuildEvent.cmd</PreBuildEvent>
    304     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    305 export ProjectDir=$(ProjectDir)
    306 export SolutionDir=$(SolutionDir)
    307 
    308 $SolutionDir/PreBuildEvent.sh
    309 </PreBuildEvent>
    310   </PropertyGroup>
    31126</Project>
  • branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/PluginDescription.cs

    r13389 r16859  
    2323using System.Collections.Generic;
    2424using System.Linq;
    25 
     25using System.Runtime.CompilerServices;
     26
     27[assembly: InternalsVisibleTo("HeuristicLab.PluginInfrastructure.Runner-3.4, PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")]
    2628namespace HeuristicLab.PluginInfrastructure {
    2729  /// <summary>
  • branches/2924_DotNetCoreMigration/HeuristicLab/3.3/Program.cs

    r15973 r16859  
    3737    /// <param name="args">Command line arguments</param>
    3838    static void Main(string[] args) {
    39       if ((!FrameworkVersionErrorDialog.NET4_5Installed && !FrameworkVersionErrorDialog.MonoInstalled)
     39      /*if ((!FrameworkVersionErrorDialog.NET4_5Installed && !FrameworkVersionErrorDialog.MonoInstalled)
    4040        || (FrameworkVersionErrorDialog.MonoInstalled && !FrameworkVersionErrorDialog.MonoCorrectVersionInstalled)) {
    4141        Application.EnableVisualStyles();
     
    6464          MessageBox.Show(ex.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error);
    6565        }
    66       }
     66      }*/
    6767    }
    68 
     68    /*
    6969    private static void DiscoverPluginsAndRunOptimizerAsync(PluginManager pluginManager, string[] args) {
    7070      // STAThread is necessary for a UI component we are using in the application
     
    8282      t.SetApartmentState(ApartmentState.STA);
    8383      t.Start();
    84     }
     84    }*/
    8585  }
    8686}
Note: See TracChangeset for help on using the changeset viewer.