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 57759a3 commit 33e83b9Copy full SHA for 33e83b9
BinaryObjectScanner/BinaryObjectScanner.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
<ItemGroup>
38
<InternalsVisibleTo Include="BinaryObjectScanner.Test" />
39
</ItemGroup>
0 commit comments