|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net9.0-maccatalyst;net9.0-android35.0</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks> |
6 | 5 | <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> |
7 | 6 | <!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> --> |
8 | 7 | <OutputType>Exe</OutputType> |
9 | 8 | <RootNamespace>PKHeXMAUI</RootNamespace> |
10 | 9 | <UseMaui>true</UseMaui> |
11 | | - |
| 10 | + <LangVersion>preview</LangVersion> |
12 | 11 | <SingleProject>true</SingleProject> |
13 | 12 | <ImplicitUsings>enable</ImplicitUsings> |
14 | 13 |
|
|
20 | 19 |
|
21 | 20 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion> |
22 | 21 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion> |
23 | | - <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion> |
| 22 | + <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">30.0</SupportedOSPlatformVersion> |
24 | 23 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> |
25 | 24 | <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> |
26 | 25 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> |
| 26 | + <Nullable>enable</Nullable> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-android|AnyCPU'"> |
|
208 | 208 | <Compile Update="pktabs\StatsTab.xaml.cs"> |
209 | 209 | <DependentUpon>StatsTab.xaml</DependentUpon> |
210 | 210 | </Compile> |
| 211 | + <Compile Update="SaveEditors\Gen3\Misc\MiscMain.xaml.cs"> |
| 212 | + <DependentUpon>MiscMain.xaml</DependentUpon> |
| 213 | + </Compile> |
211 | 214 | <Compile Update="SaveEditors\SaveAccessors\gen8+\BlockEditor8.xaml.cs"> |
212 | 215 | <DependentUpon>BlockEditor8.xaml</DependentUpon> |
213 | 216 | </Compile> |
|
292 | 295 | <MauiXaml Update="SaveEditors\Gen2\MailBox.xaml"> |
293 | 296 | <Generator>MSBuild:Compile</Generator> |
294 | 297 | </MauiXaml> |
| 298 | + <MauiXaml Update="SaveEditors\Gen3\Misc\MiscDecorations.xaml"> |
| 299 | + <Generator>MSBuild:Compile</Generator> |
| 300 | + </MauiXaml> |
| 301 | + <MauiXaml Update="SaveEditors\Gen3\Misc\MiscPaintings.xaml"> |
| 302 | + <Generator>MSBuild:Compile</Generator> |
| 303 | + </MauiXaml> |
| 304 | + <MauiXaml Update="SaveEditors\Gen3\Misc\MiscPokeblock.xaml"> |
| 305 | + <Generator>MSBuild:Compile</Generator> |
| 306 | + </MauiXaml> |
| 307 | + <MauiXaml Update="SaveEditors\Gen3\Misc\MiscRecords.xaml"> |
| 308 | + <Generator>MSBuild:Compile</Generator> |
| 309 | + </MauiXaml> |
295 | 310 | <MauiXaml Update="SaveEditors\Gen3\RTC3Editor.xaml"> |
296 | 311 | <Generator>MSBuild:Compile</Generator> |
297 | 312 | </MauiXaml> |
|
373 | 388 | <MauiXaml Update="Settings\LegalitySettings.xaml"> |
374 | 389 | <Generator>MSBuild:Compile</Generator> |
375 | 390 | </MauiXaml> |
| 391 | + <MauiXaml Update="Util\propertyGrid.xaml"> |
| 392 | + <Generator>MSBuild:Compile</Generator> |
| 393 | + </MauiXaml> |
376 | 394 | </ItemGroup> |
377 | 395 |
|
378 | 396 | <ItemGroup> |
|
0 commit comments