mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
fix constants
This commit is contained in:
parent
f4aacf70ee
commit
79e9226da4
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@
|
|||
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
||||
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
|
||||
<DefineConstants>$(DefineConstants);WINDOWS</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'net452'">
|
||||
<DefineConstants>$(DefineConstants);NETFX</DefineConstants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue