File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1515 <DefineConstants Condition =" '$(IsWpf)' == 'true'" >$(DefineConstants);HAS_UNO_SKIA;__SKIA__;WINDOWS_WPF;</DefineConstants >
1616 <DefineConstants Condition =" '$(IsGtk)' == 'true'" >$(DefineConstants);HAS_UNO_SKIA;__SKIA__;__GTK__;</DefineConstants >
1717
18+ <DefineConstants Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >$(DefineConstants);NET8_0_OR_GREATER</DefineConstants >
19+ <DefineConstants Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >$(DefineConstants);NET7_0_OR_GREATER</DefineConstants >
20+ <DefineConstants Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >$(DefineConstants);NET6_0_OR_GREATER</DefineConstants >
21+
1822 <DefineConstants Condition =" $(IsAllExperimentHead) == 'true'" >$(DefineConstants);ALL_SAMPLES</DefineConstants >
1923 </PropertyGroup >
2024</Project >
You can’t perform that action at this time.
0 commit comments