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 15
15
<DefineConstants Condition =" '$(IsWpf)' == 'true'" >$(DefineConstants);HAS_UNO_SKIA;__SKIA__;WINDOWS_WPF;</DefineConstants >
16
16
<DefineConstants Condition =" '$(IsGtk)' == 'true'" >$(DefineConstants);HAS_UNO_SKIA;__SKIA__;__GTK__;</DefineConstants >
17
17
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
+
18
22
<DefineConstants Condition =" $(IsAllExperimentHead) == 'true'" >$(DefineConstants);ALL_SAMPLES</DefineConstants >
19
23
</PropertyGroup >
20
24
</Project >
You can’t perform that action at this time.
0 commit comments