|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0-android;net8.0-ios</TargetFrameworks> |
| 4 | + <TargetFrameworks>net10.0-android;net10.0-ios</TargetFrameworks> |
5 | 5 | <UseMaui>true</UseMaui> |
6 | 6 | <SingleProject>true</SingleProject> |
7 | 7 | <ImplicitUsings>enable</ImplicitUsings> |
|
14 | 14 |
|
15 | 15 | <ItemGroup> |
16 | 16 | <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"/> |
17 | | - <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)"/> |
18 | 17 | </ItemGroup> |
19 | 18 |
|
20 | 19 | <ItemGroup> |
21 | 20 | <Folder Include="Platforms\Android\" /> |
22 | 21 | </ItemGroup> |
23 | 22 |
|
24 | | - <ItemGroup> |
25 | | - <None Update="Platforms\iOS\Resources\KeyboardDismiss.png"> |
26 | | - <Link>%(FullPath)</Link> |
27 | | - <IsDefaultItem>true</IsDefaultItem> |
28 | | - </None> |
29 | | - <None Update="Platforms\iOS\Resources\KeyboardDismiss@2x.png"> |
30 | | - <Link>%(FullPath)</Link> |
31 | | - <IsDefaultItem>true</IsDefaultItem> |
32 | | - </None> |
33 | | - <None Update="Platforms\iOS\Resources\KeyboardDismiss@3x.png"> |
34 | | - <Link>%(FullPath)</Link> |
35 | | - <IsDefaultItem>true</IsDefaultItem> |
36 | | - </None> |
37 | | - <None Update="Platforms\iOS\Resources\KeyboardErase.png"> |
38 | | - <Link>%(FullPath)</Link> |
39 | | - <IsDefaultItem>true</IsDefaultItem> |
40 | | - </None> |
41 | | - <None Update="Platforms\iOS\Resources\KeyboardErase@2x.png"> |
42 | | - <Link>%(FullPath)</Link> |
43 | | - <IsDefaultItem>true</IsDefaultItem> |
44 | | - </None> |
45 | | - <None Update="Platforms\iOS\Resources\KeyboardErase@3x.png"> |
46 | | - <Link>%(FullPath)</Link> |
47 | | - <IsDefaultItem>true</IsDefaultItem> |
48 | | - </None> |
49 | | - <None Update="Platforms\iOS\Resources\de.lproj\Localizable.strings"> |
50 | | - <Link>%(FullPath)</Link> |
51 | | - <IsDefaultItem>true</IsDefaultItem> |
52 | | - </None> |
53 | | - <None Update="Platforms\iOS\Resources\en.lproj\Localizable.strings"> |
54 | | - <Link>%(FullPath)</Link> |
55 | | - <IsDefaultItem>true</IsDefaultItem> |
56 | | - </None> |
57 | | - <None Update="Platforms\iOS\Resources\es.lproj\Localizable.strings"> |
58 | | - <Link>%(FullPath)</Link> |
59 | | - <IsDefaultItem>true</IsDefaultItem> |
60 | | - </None> |
61 | | - <None Update="Platforms\iOS\Resources\fr.lproj\Localizable.strings"> |
62 | | - <Link>%(FullPath)</Link> |
63 | | - <IsDefaultItem>true</IsDefaultItem> |
64 | | - </None> |
65 | | - <None Update="Platforms\iOS\Resources\he.lproj\Localizable.strings"> |
66 | | - <Link>%(FullPath)</Link> |
67 | | - <IsDefaultItem>true</IsDefaultItem> |
68 | | - </None> |
69 | | - <None Update="Platforms\iOS\Resources\it.lproj\Localizable.strings"> |
70 | | - <Link>%(FullPath)</Link> |
71 | | - <IsDefaultItem>true</IsDefaultItem> |
72 | | - </None> |
73 | | - <None Update="Platforms\iOS\Resources\nl.lproj\Localizable.strings"> |
74 | | - <Link>%(FullPath)</Link> |
75 | | - <IsDefaultItem>true</IsDefaultItem> |
76 | | - </None> |
77 | | - <None Update="Platforms\iOS\Resources\sv.lproj\Localizable.strings"> |
78 | | - <Link>%(FullPath)</Link> |
79 | | - <IsDefaultItem>true</IsDefaultItem> |
80 | | - </None> |
81 | | - </ItemGroup> |
82 | | - |
83 | 23 | <!-- |
84 | 24 | Pack the MSBuild targets file and all iOS resources into the NuGet package. |
85 | 25 | NuGet auto-imports build/net9.0-ios/EightBot.MauiKeyboardEffects.targets into |
|
0 commit comments