We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f823e4 commit 9e4d76eCopy full SHA for 9e4d76e
1 file changed
WheelWizard/WheelWizard.csproj
@@ -19,15 +19,15 @@
19
</PropertyGroup>
20
21
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-x64'">
22
- <DefineConstants>WINDOWS</DefineConstants>
+ <DefineConstants>$(DefineConstants);WINDOWS</DefineConstants>
23
24
25
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64'">
26
- <DefineConstants>LINUX</DefineConstants>
+ <DefineConstants>$(DefineConstants);LINUX</DefineConstants>
27
28
29
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-arm64' or '$(RuntimeIdentifier)' == 'osx-x64'">
30
- <DefineConstants>MACOS</DefineConstants>
+ <DefineConstants>$(DefineConstants);MACOS</DefineConstants>
31
32
33
<ItemGroup>
0 commit comments