We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67e1c9 commit a8e41c1Copy full SHA for a8e41c1
SabreTools.Serialization/SabreTools.Serialization.csproj
@@ -26,6 +26,14 @@
26
<PackageLicenseExpression>MIT</PackageLicenseExpression>
27
</PropertyGroup>
28
29
+ <!-- Set a build flag for Windows specifically -->
30
+ <PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x86'">
31
+ <DefineConstants>$(DefineConstants);WINX86</DefineConstants>
32
+ </PropertyGroup>
33
+ <PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x64'">
34
+ <DefineConstants>$(DefineConstants);WINX64</DefineConstants>
35
36
+
37
<!-- Exclude certain parts of external modules for by default -->
38
<PropertyGroup>
39
<DefaultItemExcludes>
0 commit comments