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
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/ALGLIB-3.7.0.csproj

    r11623 r16143  
    1111    <RootNamespace>ALGLIB</RootNamespace>
    1212    <AssemblyName>ALGLIB-3.7.0</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 />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/HeuristicLab.ALGLIB-3.7.0.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.ALGLIB</RootNamespace>
    1212    <AssemblyName>HeuristicLab.ALGLIB-3.7.0</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 />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/AutoDiff-1.0/AutoDiff-1.0.csproj

    r11623 r16143  
    1111    <RootNamespace>AutoDiff</RootNamespace>
    1212    <AssemblyName>AutoDiff-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
    16     <SccProjectName>
    17     </SccProjectName>
    18     <SccLocalPath>
    19     </SccLocalPath>
    20     <SccAuxPath>
    21     </SccAuxPath>
    22     <SccProvider>
    23     </SccProvider>
     16    <SccProjectName></SccProjectName>
     17    <SccLocalPath></SccLocalPath>
     18    <SccAuxPath></SccAuxPath>
     19    <SccProvider></SccProvider>
    2420    <TargetFrameworkProfile />
    2521  </PropertyGroup>
     
    6359    <ErrorReport>prompt</ErrorReport>
    6460    <WarningLevel>4</WarningLevel>
    65     <DocumentationFile>
    66     </DocumentationFile>
     61    <DocumentationFile></DocumentationFile>
    6762    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
    6863    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/HeuristicLab.AutoDiff-1.0/HeuristicLab.AutoDiff-1.0.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.AutoDiff</RootNamespace>
    1212    <AssemblyName>HeuristicLab.AutoDiff-1.0</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 />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/AvalonEdit-5.0.1/ICSharpCode.AvalonEdit-5.0.1.csproj

    r11707 r16143  
    6666    <SignAssembly>true</SignAssembly>
    6767    <ProjectGuid>{255C7DEB-3C98-4BC2-92D4-B683F82A7E52}</ProjectGuid>
    68     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     68    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    6969    <TargetFrameworkProfile />
    7070  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/HeuristicLab.AvalonEdit-5.0.1/HeuristicLab.AvalonEdit-5.0.1.csproj

    r11831 r16143  
    1010    <RootNamespace>HeuristicLab.AvalonEdit</RootNamespace>
    1111    <AssemblyName>HeuristicLab.AvalonEdit-5.0.1</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Cecil/0.9.5/HeuristicLab.Cecil-0.9.5/HeuristicLab.Cecil-0.9.5.csproj

    r11831 r16143  
    1010    <RootNamespace>HeuristicLab.Cecil</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Cecil-0.9.5</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Cecil/0.9.5/Mono.Cecil-0.9.5/Mono.Cecil-0.9.5.csproj

    r11707 r16143  
    1010    <RootNamespace>Mono.Cecil</RootNamespace>
    1111    <AssemblyName>Mono.Cecil-0.9.5</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.DayView</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DayView-1.0</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 />
     
    175173  </PropertyGroup>
    176174  <PropertyGroup>
    177     <PostBuildEvent>
    178     </PostBuildEvent>
     175    <PostBuildEvent></PostBuildEvent>
    179176  </PropertyGroup>
    180177</Project>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj

    r11623 r16143  
    1111    <RootNamespace>DotNetScilab</RootNamespace>
    1212    <AssemblyName>DotNetScilab-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <FileUpgradeFlags>
    16     </FileUpgradeFlags>
    17     <UpgradeBackupLocation>
    18     </UpgradeBackupLocation>
     15    <FileUpgradeFlags></FileUpgradeFlags>
     16    <UpgradeBackupLocation></UpgradeBackupLocation>
    1917    <OldToolsVersion>3.5</OldToolsVersion>
    2018    <TargetFrameworkProfile />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0Example/cs_example.csproj

    r10602 r16143  
    1111    <RootNamespace>cs_example</RootNamespace>
    1212    <AssemblyName>cs_example</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <FileUpgradeFlags>
    16     </FileUpgradeFlags>
    17     <UpgradeBackupLocation>
    18     </UpgradeBackupLocation>
     15    <FileUpgradeFlags></FileUpgradeFlags>
     16    <UpgradeBackupLocation></UpgradeBackupLocation>
    1917    <OldToolsVersion>3.5</OldToolsVersion>
    2018    <TargetFrameworkProfile />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/HeuristicLab.DotNetScilab-1.0/HeuristicLab.DotNetScilab-1.0.csproj

    r11623 r16143  
    1010    <RootNamespace>HeuristicLab.DotNetScilab</RootNamespace>
    1111    <AssemblyName>HeuristicLab.DotNetScilab-1.0</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
  • 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>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/HeuristicLab.EPPlus-4.0.3/HeuristicLab.EPPlus-4.0.3.csproj

    r12728 r16143  
    1010    <RootNamespace>HeuristicLab.EPPlus</RootNamespace>
    1111    <AssemblyName>HeuristicLab.EPPlus-4.0.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.GeoIP/1.12/HeuristicLab.GeoIP.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.GeoIP</RootNamespace>
    1212    <AssemblyName>HeuristicLab.GeoIP</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <TargetFrameworkProfile />
     
    3333    <ErrorReport>prompt</ErrorReport>
    3434    <WarningLevel>4</WarningLevel>
    35     <DocumentationFile>
    36     </DocumentationFile>
     35    <DocumentationFile></DocumentationFile>
    3736    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3837    <Prefer32Bit>false</Prefer32Bit>
     
    5150    <OutputPath>bin\Release\</OutputPath>
    5251    <DefineConstants>TRACE</DefineConstants>
    53     <DocumentationFile>
    54     </DocumentationFile>
     52    <DocumentationFile></DocumentationFile>
    5553    <Optimize>true</Optimize>
    5654    <DebugType>pdbonly</DebugType>
     
    7371    <OutputPath>bin\Release\</OutputPath>
    7472    <DefineConstants>TRACE</DefineConstants>
    75     <DocumentationFile>
    76     </DocumentationFile>
     73    <DocumentationFile></DocumentationFile>
    7774    <Optimize>true</Optimize>
    7875    <DebugType>pdbonly</DebugType>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.IGraph-0.8.0-pre.csproj

    r15129 r16143  
    1010    <RootNamespace>HeuristicLab.IGraph</RootNamespace>
    1111    <AssemblyName>HeuristicLab.IGraph-0.8.0-pre</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • 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>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.MathJax/2.6.1/HeuristicLab.MathJax-2.6.1/HeuristicLab.MathJax-2.6.1.csproj

    r13932 r16143  
    1111    <RootNamespace>HeuristicLab.MathJax</RootNamespace>
    1212    <AssemblyName>HeuristicLab.MathJax-2.6.1</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.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/HeuristicLab.MatlabConnector-1.0.csproj

    r11623 r16143  
    1010    <RootNamespace>HeuristicLab.MatlabConnector</RootNamespace>
    1111    <AssemblyName>HeuristicLab.MatlabConnector-1.0</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/HeuristicLab.NRefactory-5.5.0/HeuristicLab.NRefactory-5.5.0.csproj

    r11831 r16143  
    1010    <RootNamespace>HeuristicLab.NRefactory</RootNamespace>
    1111    <AssemblyName>HeuristicLab.NRefactory-5.5.0</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory-5.5.0/ICSharpCode.NRefactory-5.5.0.csproj

    r11700 r16143  
    6565  <PropertyGroup>
    6666    <SignAssembly>true</SignAssembly>
    67     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     67    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    6868    <TargetFrameworkProfile />
    6969    <ProjectGuid>{1022483B-7CF4-4162-827F-984B64EAF8B3}</ProjectGuid>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.CSharp-5.5.0/ICSharpCode.NRefactory.CSharp-5.5.0.csproj

    r11707 r16143  
    1010    <RootNamespace>ICSharpCode.NRefactory.CSharp</RootNamespace>
    1111    <AssemblyName>ICSharpCode.NRefactory.CSharp</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.Cecil-5.5.0/ICSharpCode.NRefactory.Cecil-5.5.0.csproj

    r11700 r16143  
    1010    <RootNamespace>ICSharpCode.NRefactory.Cecil</RootNamespace>
    1111    <AssemblyName>ICSharpCode.NRefactory.Cecil</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.Xml-5.5.0/ICSharpCode.NRefactory.Xml-5.5.0.csproj

    r11810 r16143  
    1010    <RootNamespace>ICSharpCode.NRefactory.Xml</RootNamespace>
    1111    <AssemblyName>ICSharpCode.NRefactory.Xml</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414  </PropertyGroup>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.Netron</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Netron-3.0.2672.12446</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 />
     
    176174  -->
    177175  <PropertyGroup>
    178     <PreBuildEvent>
    179     </PreBuildEvent>
     176    <PreBuildEvent></PreBuildEvent>
    180177  </PropertyGroup>
    181178</Project>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj

    r15973 r16143  
    99    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    1010    <ApplicationIcon>Resources\Schema.ico</ApplicationIcon>
    11     <AssemblyKeyContainerName>
    12     </AssemblyKeyContainerName>
     11    <AssemblyKeyContainerName></AssemblyKeyContainerName>
    1312    <AssemblyName>Netron.Diagramming.Core-3.0.2672.12446</AssemblyName>
    1413    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    2019    <RootNamespace>Netron.Diagramming.Core</RootNamespace>
    2120    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    22     <StartupObject>
    23     </StartupObject>
    24     <FileUpgradeFlags>
    25     </FileUpgradeFlags>
    26     <UpgradeBackupLocation>
    27     </UpgradeBackupLocation>
     21    <StartupObject></StartupObject>
     22    <FileUpgradeFlags></FileUpgradeFlags>
     23    <UpgradeBackupLocation></UpgradeBackupLocation>
    2824    <SignAssembly>true</SignAssembly>
    2925    <OldToolsVersion>3.5</OldToolsVersion>
    30     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    31     <TargetFrameworkProfile>
    32     </TargetFrameworkProfile>
     26    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
     27    <TargetFrameworkProfile></TargetFrameworkProfile>
    3328    <PublishUrl>publish\</PublishUrl>
    3429    <Install>true</Install>
     
    5247    <BaseAddress>285212672</BaseAddress>
    5348    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    54     <ConfigurationOverrideFile>
    55     </ConfigurationOverrideFile>
     49    <ConfigurationOverrideFile></ConfigurationOverrideFile>
    5650    <DefineConstants>DEBUG;TRACE</DefineConstants>
    57     <DocumentationFile>
    58     </DocumentationFile>
     51    <DocumentationFile></DocumentationFile>
    5952    <DebugSymbols>true</DebugSymbols>
    6053    <FileAlignment>4096</FileAlignment>
    6154    <NoStdLib>false</NoStdLib>
    62     <NoWarn>
    63     </NoWarn>
     55    <NoWarn></NoWarn>
    6456    <Optimize>false</Optimize>
    6557    <RegisterForComInterop>false</RegisterForComInterop>
     
    7163    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    7264    <RunCodeAnalysis>false</RunCodeAnalysis>
    73     <CodeAnalysisRules>
    74     </CodeAnalysisRules>
     65    <CodeAnalysisRules></CodeAnalysisRules>
    7566    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet>
    7667    <Prefer32Bit>false</Prefer32Bit>
     
    8172    <BaseAddress>285212672</BaseAddress>
    8273    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    83     <ConfigurationOverrideFile>
    84     </ConfigurationOverrideFile>
     74    <ConfigurationOverrideFile></ConfigurationOverrideFile>
    8575    <DefineConstants>TRACE</DefineConstants>
    86     <DocumentationFile>
    87     </DocumentationFile>
     76    <DocumentationFile></DocumentationFile>
    8877    <DebugSymbols>false</DebugSymbols>
    8978    <FileAlignment>4096</FileAlignment>
    9079    <NoStdLib>false</NoStdLib>
    91     <NoWarn>
    92     </NoWarn>
     80    <NoWarn></NoWarn>
    9381    <Optimize>true</Optimize>
    9482    <RegisterForComInterop>false</RegisterForComInterop>
     
    9886    <DebugType>none</DebugType>
    9987    <ErrorReport>prompt</ErrorReport>
    100     <CodeAnalysisRules>
    101     </CodeAnalysisRules>
     88    <CodeAnalysisRules></CodeAnalysisRules>
    10289    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
    10390    <Prefer32Bit>false</Prefer32Bit>
     
    10996    <BaseAddress>285212672</BaseAddress>
    11097    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    111     <DocumentationFile>
    112     </DocumentationFile>
     98    <DocumentationFile></DocumentationFile>
    11399    <FileAlignment>4096</FileAlignment>
    114100    <DebugType>full</DebugType>
    115101    <PlatformTarget>x86</PlatformTarget>
    116     <CodeAnalysisRules>
    117     </CodeAnalysisRules>
     102    <CodeAnalysisRules></CodeAnalysisRules>
    118103    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    119104    <ErrorReport>prompt</ErrorReport>
     
    128113    <FileAlignment>4096</FileAlignment>
    129114    <PlatformTarget>x86</PlatformTarget>
    130     <CodeAnalysisRules>
    131     </CodeAnalysisRules>
     115    <CodeAnalysisRules></CodeAnalysisRules>
    132116    <ErrorReport>prompt</ErrorReport>
    133117    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
     
    143127    <DebugType>full</DebugType>
    144128    <PlatformTarget>x64</PlatformTarget>
    145     <CodeAnalysisRules>
    146     </CodeAnalysisRules>
     129    <CodeAnalysisRules></CodeAnalysisRules>
    147130    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    148131    <ErrorReport>prompt</ErrorReport>
     
    157140    <FileAlignment>4096</FileAlignment>
    158141    <PlatformTarget>x64</PlatformTarget>
    159     <CodeAnalysisRules>
    160     </CodeAnalysisRules>
     142    <CodeAnalysisRules></CodeAnalysisRules>
    161143    <ErrorReport>prompt</ErrorReport>
    162144    <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet>
     
    228210    <Compile Include="Layout\Tree.cs" />
    229211    <Compile Include="Layout\TreeLayoutBase.cs" />
    230     <Compile Include="Printing\DiagramPrinter.cs">
    231     </Compile>
     212    <Compile Include="Printing\DiagramPrinter.cs"></Compile>
    232213    <Compile Include="Ruler\HorizontalRuler.cs" />
    233214    <Compile Include="Ruler\Ruler.cs" />
     
    563544    <None Include="Docs\EntityTree.cd" />
    564545    <None Include="Docs\Model.cd">
    565       <SubType>
    566       </SubType>
     546      <SubType></SubType>
    567547    </None>
    568548    <None Include="Docs\MVC main.cd" />
     
    599579  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    600580  <PropertyGroup>
    601     <PreBuildEvent>
    602     </PreBuildEvent>
    603     <PostBuildEvent>
    604     </PostBuildEvent>
     581    <PreBuildEvent></PreBuildEvent>
     582    <PostBuildEvent></PostBuildEvent>
    605583  </PropertyGroup>
    606584</Project>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.ProtobufCS</RootNamespace>
    1212    <AssemblyName>HeuristicLab.ProtobufCS-2.4.1.473</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 />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj

    r13008 r16143  
    1111    <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
    1212    <AssemblyName>ProtoGen</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
    17     <FileUpgradeFlags>
    18     </FileUpgradeFlags>
    19     <UpgradeBackupLocation>
    20     </UpgradeBackupLocation>
     17    <FileUpgradeFlags></FileUpgradeFlags>
     18    <UpgradeBackupLocation></UpgradeBackupLocation>
    2119    <OldToolsVersion>3.5</OldToolsVersion>
    2220    <PublishUrl>publish\</PublishUrl>
  • 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.
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffersLite.csproj

    r8295 r16143  
    1111    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
    1212    <AssemblyName>Google.ProtocolBuffersLite</AssemblyName>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
  • 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>
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/HeuristicLab.WinFormsUI-2.7.0/HeuristicLab.WinFormsUI-2.7.0.csproj

    r11623 r16143  
    1111    <RootNamespace>HeuristicLab.WinFormsUI</RootNamespace>
    1212    <AssemblyName>HeuristicLab.WinFormsUI-2.7.0</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 />
  • branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj

    r13008 r16143  
    1313    <SignAssembly>true</SignAssembly>
    1414    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    15     <FileUpgradeFlags>
    16     </FileUpgradeFlags>
    17     <UpgradeBackupLocation>
    18     </UpgradeBackupLocation>
     15    <FileUpgradeFlags></FileUpgradeFlags>
     16    <UpgradeBackupLocation></UpgradeBackupLocation>
    1917    <OldToolsVersion>3.5</OldToolsVersion>
    20     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    21     <TargetFrameworkProfile>
    22     </TargetFrameworkProfile>
     18    <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
     19    <TargetFrameworkProfile></TargetFrameworkProfile>
    2320    <PublishUrl>publish\</PublishUrl>
    2421    <Install>true</Install>
Note: See TracChangeset for help on using the changeset viewer.