Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 16:34:47 (6 years ago)
Author:
dpiringe
Message:

#2924: changed projects to reference System.Drawing.Common package instead of Microsoft.Windows.Compatibility package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2924_DotNetCoreMigration/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj

    r16147 r16854  
    1212  </PropertyGroup>
    1313  <ItemGroup>
    14     <PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.1" />
    15     <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
     14    <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
    1615  </ItemGroup>
    1716  <ItemGroup>
    1817    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj" />
    1918  </ItemGroup>
    20   <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
     19  <Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition="'$(OS)'=='Windows_NT'">
    2120    <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" />
    2221  </Target>
Note: See TracChangeset for help on using the changeset viewer.