File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >net35;net40;netstandard1.3;netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net35;net40;net45; netstandard1.3;netstandard2.0</TargetFrameworks >
55
66 <GeneratePackageOnBuild >$(Generate_QuikGraph_Graphviz)</GeneratePackageOnBuild >
77
4949 <AssemblyTitle >QuikGraph.Graphviz .NET 4.0</AssemblyTitle >
5050 <DefineConstants >$(DefineConstants);NET40;SUPPORTS_SERIALIZATION;SUPPORTS_DESCRIPTION;SUPPORTS_SVG_CONVERSION;SUPPORTS_STREAM_FULL_FEATURES;SUPPORTS_BASIC_EXTENSIONS;$(AdditionalConstants)</DefineConstants >
5151 </PropertyGroup >
52+ <PropertyGroup Condition =" '$(TargetFramework)'=='net45'" >
53+ <AssemblyTitle >QuikGraph.Graphviz .NET 4.5</AssemblyTitle >
54+ <DefineConstants >$(DefineConstants);NET45;SUPPORTS_SERIALIZATION;SUPPORTS_DESCRIPTION;SUPPORTS_AGGRESSIVE_INLINING;SUPPORTS_SVG_CONVERSION;SUPPORTS_STREAM_FULL_FEATURES;SUPPORTS_BASIC_EXTENSIONS;$(AdditionalConstants)</DefineConstants >
55+ </PropertyGroup >
5256 <PropertyGroup Condition =" '$(TargetFramework)'=='netstandard1.3'" >
5357 <AssemblyTitle >QuikGraph.Graphviz .NET Standard 1.3</AssemblyTitle >
54- <DefineConstants >$(DefineConstants);NETSTANDARD1_3;$(AdditionalConstants)</DefineConstants >
58+ <DefineConstants >$(DefineConstants);NETSTANDARD1_3;SUPPORTS_AGGRESSIVE_INLINING; $(AdditionalConstants)</DefineConstants >
5559 </PropertyGroup >
5660 <PropertyGroup Condition =" '$(TargetFramework)'=='netstandard2.0'" >
5761 <AssemblyTitle >QuikGraph.Graphviz .NET Standard 2.0</AssemblyTitle >
58- <DefineConstants >$(DefineConstants);NETSTANDARD2_0;SUPPORTS_SERIALIZATION;SUPPORTS_DESCRIPTION;SUPPORTS_SVG_CONVERSION;SUPPORTS_STREAM_FULL_FEATURES;$(AdditionalConstants)</DefineConstants >
62+ <DefineConstants >$(DefineConstants);NETSTANDARD2_0;SUPPORTS_SERIALIZATION;SUPPORTS_DESCRIPTION;SUPPORTS_AGGRESSIVE_INLINING; SUPPORTS_SVG_CONVERSION;SUPPORTS_STREAM_FULL_FEATURES;$(AdditionalConstants)</DefineConstants >
5963 </PropertyGroup >
6064
6165 <!-- Dependencies -->
You can’t perform that action at this time.
0 commit comments