Skip to content

Commit 5e11048

Browse files
committed
Remove compiler flags that weren't working
1 parent 19e696b commit 5e11048

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

BinaryObjectScanner/BinaryObjectScanner.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@
4040
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
4141
</PropertyGroup>
4242

43-
<!-- Set a build flag for Windows specifically -->
44-
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x86'">
45-
<DefineConstants>$(DefineConstants);WINX86</DefineConstants>
46-
</PropertyGroup>
47-
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x64'">
48-
<DefineConstants>$(DefineConstants);WINX64</DefineConstants>
49-
</PropertyGroup>
50-
5143
<ItemGroup>
5244
<InternalsVisibleTo Include="BinaryObjectScanner.Test" />
5345
</ItemGroup>

ProtectionScan/ProtectionScan.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@
2727
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
2828
</PropertyGroup>
2929

30-
<!-- Set a build flag for Windows specifically -->
31-
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x86'">
32-
<DefineConstants>$(DefineConstants);WINX86</DefineConstants>
33-
</PropertyGroup>
34-
<PropertyGroup Condition="'$(RuntimeIdentifier)'=='win-x64'">
35-
<DefineConstants>$(DefineConstants);WINX64</DefineConstants>
36-
</PropertyGroup>
37-
3830
<ItemGroup>
3931
<ProjectReference Include="..\BinaryObjectScanner\BinaryObjectScanner.csproj" />
4032
</ItemGroup>

0 commit comments

Comments
 (0)