mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2026-02-06 00:23:34 +00:00
Ajout UrhoSharp + maj nuget
This commit is contained in:
parent
f0009f9f6c
commit
d4bb055dad
10 changed files with 46 additions and 26 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<EnableLLVM>false</EnableLLVM>
|
||||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<AndroidLinkMode>None</AndroidLinkMode>
|
||||
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
|
||||
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
@ -93,14 +93,17 @@
|
|||
<PackageReference Include="System.Buffers">
|
||||
<Version>4.5.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="UrhoSharp.Forms">
|
||||
<Version>1.9.67</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Essentials">
|
||||
<Version>1.2.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.1.0.581479</Version>
|
||||
<Version>4.1.0.618606</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms.Visual.Material">
|
||||
<Version>4.1.0.581479</Version>
|
||||
<Version>4.1.0.618606</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="XamiTextSharpLGPLv2">
|
||||
<Version>1.0.0</Version>
|
||||
|
|
|
|||
|
|
@ -9644,6 +9644,9 @@ namespace AideDeJeu.Droid
|
|||
// aapt resource value: 0x7f0d001a
|
||||
public const int abc_toolbar_collapse_description = 2131558426;
|
||||
|
||||
// aapt resource value: 0x7f0d0036
|
||||
public const int app_name = 2131558454;
|
||||
|
||||
// aapt resource value: 0x7f0d0028
|
||||
public const int appbar_scrolling_view_behavior = 2131558440;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue