Skip to content

Commit fdf8702

Browse files
committed
remove windows for now
1 parent 70ed623 commit fdf8702

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

PJ.NavigationTrans.Maui/PJ.NavigationTrans.Maui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

PJ.NavigationTrans.Sample/PJ.NavigationTrans.Sample.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -63,13 +63,4 @@
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>

0 commit comments

Comments
 (0)