Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/18 18:46:16 (6 years ago)
Author:
jkarder
Message:

#2924: reapplied changes from r16143

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2924_DotNetCoreMigration/HeuristicLab.Problems.Instances.DIMACS/3.3/HeuristicLab.Problems.Instances.DIMACS-3.3.csproj

    r16144 r16147  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
     2<Project Sdk="Microsoft.NET.Sdk">
    43  <PropertyGroup>
    5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    7     <ProjectGuid>{9943FF23-8619-459C-B84A-E7FBDCBA04E6}</ProjectGuid>
    8     <OutputType>Library</OutputType>
    9     <AppDesignerFolder>Properties</AppDesignerFolder>
     4    <TargetFramework>netstandard2.0</TargetFramework>
     5    <Copyright>(c) 2002-2018 HEAL</Copyright>
     6    <Product>HeuristicLab</Product>
     7    <SignAssembly>true</SignAssembly>
     8    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     9    <AssemblyVersion>3.3.0.0</AssemblyVersion>
     10    <AssemblyFileVersion>3.3.15.0</AssemblyFileVersion>
    1011    <RootNamespace>HeuristicLab.Problems.Instances.DIMACS</RootNamespace>
    11     <AssemblyName>HeuristicLab.Problems.Instances.DIMACS-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    13     <FileAlignment>512</FileAlignment>
    14     <TargetFrameworkProfile />
    15   </PropertyGroup>
    16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17     <DebugSymbols>true</DebugSymbols>
    18     <DebugType>full</DebugType>
    19     <Optimize>false</Optimize>
    20     <OutputPath>..\..\bin\</OutputPath>
    21     <DefineConstants>DEBUG;TRACE</DefineConstants>
    22     <ErrorReport>prompt</ErrorReport>
    23     <WarningLevel>4</WarningLevel>
    24   </PropertyGroup>
    25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    26     <DebugType>pdbonly</DebugType>
    27     <Optimize>true</Optimize>
    28     <OutputPath>..\..\bin\</OutputPath>
    29     <DefineConstants>TRACE</DefineConstants>
    30     <ErrorReport>prompt</ErrorReport>
    31     <WarningLevel>4</WarningLevel>
    32   </PropertyGroup>
    33   <PropertyGroup>
    34     <SignAssembly>true</SignAssembly>
    35   </PropertyGroup>
    36   <PropertyGroup>
    37     <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    38   </PropertyGroup>
    39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    40     <DebugSymbols>true</DebugSymbols>
    41     <OutputPath>..\..\bin\</OutputPath>
    42     <DefineConstants>DEBUG;TRACE</DefineConstants>
    43     <DebugType>full</DebugType>
    44     <PlatformTarget>x64</PlatformTarget>
    45     <ErrorReport>prompt</ErrorReport>
    46     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    47   </PropertyGroup>
    48   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    49     <OutputPath>..\..\bin\</OutputPath>
    50     <DefineConstants>TRACE</DefineConstants>
    51     <Optimize>true</Optimize>
    52     <DebugType>pdbonly</DebugType>
    53     <PlatformTarget>x64</PlatformTarget>
    54     <ErrorReport>prompt</ErrorReport>
    55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    56   </PropertyGroup>
    57   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    58     <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>..\..\bin\</OutputPath>
    60     <DefineConstants>DEBUG;TRACE</DefineConstants>
    61     <DebugType>full</DebugType>
    62     <PlatformTarget>x86</PlatformTarget>
    63     <ErrorReport>prompt</ErrorReport>
    64     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    65   </PropertyGroup>
    66   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    67     <OutputPath>..\..\bin\</OutputPath>
    68     <DefineConstants>TRACE</DefineConstants>
    69     <Optimize>true</Optimize>
    70     <DebugType>pdbonly</DebugType>
    71     <PlatformTarget>x86</PlatformTarget>
    72     <ErrorReport>prompt</ErrorReport>
    73     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    7412  </PropertyGroup>
    7513  <ItemGroup>
    76     <Reference Include="System" />
    77     <Reference Include="System.Core" />
    78     <Reference Include="System.IO.Compression" />
    79     <Reference Include="System.Xml.Linq" />
    80     <Reference Include="System.Data.DataSetExtensions" />
    81     <Reference Include="Microsoft.CSharp" />
    82     <Reference Include="System.Data" />
    83     <Reference Include="System.Net.Http" />
    84     <Reference Include="System.Xml" />
     14    <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
     15    <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
    8516  </ItemGroup>
    8617  <ItemGroup>
    87     <Compile Include="GcolDataDescriptor.cs" />
    88     <Compile Include="GcolInstanceProvider.cs" />
    89     <Compile Include="GcolParser.cs" />
    90     <EmbeddedResource Include="Data\col.zip" />
    91     <None Include="Plugin.cs.frame" />
    92     <Compile Include="Plugin.cs" />
    93     <None Include="Properties\AssemblyInfo.cs.frame" />
    94     <Compile Include="Properties\AssemblyInfo.cs" />
     18    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj" />
     19    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
     20    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj" />
    9521  </ItemGroup>
    9622  <ItemGroup>
    97     <None Include="HeuristicLab.snk" />
     23    <Reference Include="Microsoft.CSharp" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
    9824  </ItemGroup>
    99   <ItemGroup>
    100     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    101       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    102       <Name>HeuristicLab.Common-3.3</Name>
    103       <Private>False</Private>
    104     </ProjectReference>
    105     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    106       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    107       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    108       <Private>False</Private>
    109     </ProjectReference>
    110     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    111       <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
    112       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    113       <Private>False</Private>
    114     </ProjectReference>
    115   </ItemGroup>
    116   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    117   <PropertyGroup>
    118     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    119 set ProjectDir=$(ProjectDir)
    120 set SolutionDir=$(SolutionDir)
    121 set Outdir=$(Outdir)
    122 
    123 call PreBuildEvent.cmd
    124   </PreBuildEvent>
    125     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    126 export ProjectDir=$(ProjectDir)
    127 export SolutionDir=$(SolutionDir)
    128 
    129 $SolutionDir/PreBuildEvent.sh
    130   </PreBuildEvent>
     25  <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
     26    <Exec Command="set Path=%Path%;$(ProjectDir);$(SolutionDir)&#xD;&#xA;set ProjectDir=$(ProjectDir)&#xD;&#xA;set SolutionDir=$(SolutionDir)&#xD;&#xA;set Outdir=$(Outdir)&#xD;&#xA;call PreBuildEvent.cmd" />
     27  </Target>
     28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     29    <OutputPath>..\..\bin\</OutputPath>
     30    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
    13131  </PropertyGroup>
    132   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    133        Other similar extension points exist, see Microsoft.Common.targets.
    134   <Target Name="BeforeBuild">
    135   </Target>
    136   <Target Name="AfterBuild">
    137   </Target>
    138   -->
    13932</Project>
Note: See TracChangeset for help on using the changeset viewer.