File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments