File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
PJ.NavigationTrans.Sample Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >$(NetVersion)-android;$(NetVersion)-ios</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);$(NetVersion)-windows10.0.19041.0</TargetFrameworks >
5+ <!-- < TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);$(NetVersion)-windows10.0.19041.0</TargetFrameworks> -- >
66
77 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.0</SupportedOSPlatformVersion >
88 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >15.0</SupportedOSPlatformVersion >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0-android;net9.0-ios;</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks >
5+ <!-- < TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks> -- >
66 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77 <!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> -->
88
6363 <ProjectReference Include =" ..\PJ.NavigationTrans.Maui\PJ.NavigationTrans.Maui.csproj" />
6464 </ItemGroup >
6565
66- <ItemGroup >
67- <MauiXaml Update =" NewPage1.xaml" >
68- <Generator >MSBuild:Compile</Generator >
69- </MauiXaml >
70- <MauiXaml Update =" NewPage2.xaml" >
71- <Generator >MSBuild:Compile</Generator >
72- </MauiXaml >
73- </ItemGroup >
74-
7566</Project >
You can’t perform that action at this time.
0 commit comments