Révision 18f910c6 GES_PAC/GES_PAC.csproj
GES_PAC/GES_PAC.csproj | ||
---|---|---|
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
|
1 |
<Project Sdk="Microsoft.NET.Sdk">
|
|
2 | 2 |
|
3 | 3 |
<PropertyGroup> |
4 | 4 |
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks> |
... | ... | |
6 | 6 |
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> |
7 | 7 |
<!-- <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> --> |
8 | 8 |
|
9 |
|
|
9 | 10 |
<!-- Note for MacCatalyst: |
10 | 11 |
The default runtime is maccatalyst-x64, except in Release config, in which case the default is maccatalyst-x64;maccatalyst-arm64. |
11 | 12 |
When specifying both architectures, use the plural <RuntimeIdentifiers> instead of the singular <RuntimeIdentifier>. |
... | ... | |
24 | 25 |
<ApplicationTitle>GES_PAC</ApplicationTitle> |
25 | 26 |
|
26 | 27 |
<!-- App Identifier --> |
27 |
<ApplicationId>com.companyname.proj</ApplicationId>
|
|
28 |
<ApplicationId>com.companyname.GES_PAC</ApplicationId>
|
|
28 | 29 |
|
29 | 30 |
<!-- Versions --> |
30 | 31 |
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> |
... | ... | |
50 | 51 |
|
51 | 52 |
<!-- Images --> |
52 | 53 |
<MauiImage Include="Resources\Images\*" /> |
53 |
<MauiImage Update="Resources\Images\dotnet_bot.png" Resize="True" BaseSize="300,185" /> |
|
54 | 54 |
|
55 | 55 |
<!-- Custom Fonts --> |
56 | 56 |
<MauiFont Include="Resources\Fonts\*" /> |
... | ... | |
60 | 60 |
</ItemGroup> |
61 | 61 |
|
62 | 62 |
<ItemGroup> |
63 |
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" /> |
|
63 | 64 |
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> |
64 | 65 |
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" /> |
65 | 66 |
</ItemGroup> |
... | ... | |
86 | 87 |
<MauiXaml Update="View\CreatePlaceView.xaml"> |
87 | 88 |
<Generator>MSBuild:Compile</Generator> |
88 | 89 |
</MauiXaml> |
90 |
<MauiXaml Update="View\Tools\ConnectionIndicatorView.xaml"> |
|
91 |
<Generator>MSBuild:Compile</Generator> |
|
92 |
</MauiXaml> |
|
89 | 93 |
</ItemGroup> |
90 | 94 |
|
91 | 95 |
</Project> |
Formats disponibles : Unified diff