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