Skip to content

Commit bf7be94

Browse files
committed
Removed unused define.
1 parent 06b2d4c commit bf7be94

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tests/Magick.NET.SystemDrawing.Tests/Magick.NET.SystemDrawing.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
</PropertyGroup>
88

99
<PropertyGroup Condition="$(Configuration.EndsWith('Q8'))">
10-
<DefineConstants>Q8;PLATFORM_$(Platform)</DefineConstants>
10+
<DefineConstants>Q8</DefineConstants>
1111
<QuantumType>Q8</QuantumType>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="$(Configuration.EndsWith('Q8-OpenMP'))">
15-
<DefineConstants>Q8;OPENMP;PLATFORM_$(Platform)</DefineConstants>
15+
<DefineConstants>Q8;OPENMP</DefineConstants>
1616
<QuantumType>Q8</QuantumType>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="$(Configuration.EndsWith('Q16'))">
20-
<DefineConstants>Q16;PLATFORM_$(Platform)</DefineConstants>
20+
<DefineConstants>Q16</DefineConstants>
2121
<QuantumType>Q16</QuantumType>
2222
</PropertyGroup>
2323

2424
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-OpenMP'))">
25-
<DefineConstants>Q16;OPENMP;PLATFORM_$(Platform)</DefineConstants>
25+
<DefineConstants>Q16;OPENMP</DefineConstants>
2626
<QuantumType>Q16</QuantumType>
2727
</PropertyGroup>
2828

2929
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-HDRI'))">
30-
<DefineConstants>Q16HDRI;PLATFORM_$(Platform)</DefineConstants>
30+
<DefineConstants>Q16HDRI</DefineConstants>
3131
<QuantumType>Q16-HDRI</QuantumType>
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-HDRI-OpenMP'))">
35-
<DefineConstants>Q16HDRI;OPENMP;PLATFORM_$(Platform)</DefineConstants>
35+
<DefineConstants>Q16HDRI;OPENMP</DefineConstants>
3636
<QuantumType>Q16-HDRI</QuantumType>
3737
</PropertyGroup>
3838

tests/Magick.NET.SystemWindowsMedia.Tests/Magick.NET.SystemWindowsMedia.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
</PropertyGroup>
88

99
<PropertyGroup Condition="$(Configuration.EndsWith('Q8'))">
10-
<DefineConstants>Q8;PLATFORM_$(Platform)</DefineConstants>
10+
<DefineConstants>Q8</DefineConstants>
1111
<QuantumType>Q8</QuantumType>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="$(Configuration.EndsWith('Q8-OpenMP'))">
15-
<DefineConstants>Q8;OPENMP;PLATFORM_$(Platform)</DefineConstants>
15+
<DefineConstants>Q8;OPENMP</DefineConstants>
1616
<QuantumType>Q8</QuantumType>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="$(Configuration.EndsWith('Q16'))">
20-
<DefineConstants>Q16;PLATFORM_$(Platform)</DefineConstants>
20+
<DefineConstants>Q16</DefineConstants>
2121
<QuantumType>Q16</QuantumType>
2222
</PropertyGroup>
2323

2424
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-OpenMP'))">
25-
<DefineConstants>Q16;OPENMP;PLATFORM_$(Platform)</DefineConstants>
25+
<DefineConstants>Q16;OPENMP</DefineConstants>
2626
<QuantumType>Q16</QuantumType>
2727
</PropertyGroup>
2828

2929
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-HDRI'))">
30-
<DefineConstants>Q16HDRI;PLATFORM_$(Platform)</DefineConstants>
30+
<DefineConstants>Q16HDRI</DefineConstants>
3131
<QuantumType>Q16-HDRI</QuantumType>
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition="$(Configuration.EndsWith('Q16-HDRI-OpenMP'))">
35-
<DefineConstants>Q16HDRI;OPENMP;PLATFORM_$(Platform)</DefineConstants>
35+
<DefineConstants>Q16HDRI;OPENMP</DefineConstants>
3636
<QuantumType>Q16-HDRI</QuantumType>
3737
</PropertyGroup>
3838

0 commit comments

Comments
 (0)