mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-02 00:16:07 +00:00
Maj nuget + flutter
This commit is contained in:
parent
695f014d83
commit
108fc25313
21 changed files with 8783 additions and 1065 deletions
|
|
@ -33,8 +33,8 @@
|
|||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>battle_axe</MainLogo>
|
||||
<LibraryName>library</LibraryName>
|
||||
<MainLogo>battle_axe</MainLogo>
|
||||
<LibraryName>library</LibraryName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JoA|AnyCPU'">
|
||||
<AndroidManifest>Properties\AndroidManifest.JoA.xml</AndroidManifest>
|
||||
|
|
@ -53,8 +53,8 @@
|
|||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>high_shot</MainLogo>
|
||||
<LibraryName>library_JoA</LibraryName>
|
||||
<MainLogo>high_shot</MainLogo>
|
||||
<LibraryName>library_JoA</LibraryName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CO|AnyCPU'">
|
||||
<AndroidManifest>Properties\AndroidManifest.CO.xml</AndroidManifest>
|
||||
|
|
@ -73,8 +73,8 @@
|
|||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>tied_scroll</MainLogo>
|
||||
<LibraryName>library_CO</LibraryName>
|
||||
<MainLogo>tied_scroll</MainLogo>
|
||||
<LibraryName>library_CO</LibraryName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
||||
|
|
@ -100,8 +100,8 @@
|
|||
<AndroidDexTool>d8</AndroidDexTool>
|
||||
<AndroidLinkTool>r8</AndroidLinkTool>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>battle_axe</MainLogo>
|
||||
<LibraryName>library</LibraryName>
|
||||
<MainLogo>battle_axe</MainLogo>
|
||||
<LibraryName>library</LibraryName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_JoA|AnyCPU'">
|
||||
<AndroidManifest>Properties\AndroidManifest.JoA.xml</AndroidManifest>
|
||||
|
|
@ -128,8 +128,8 @@
|
|||
<AndroidDexTool>d8</AndroidDexTool>
|
||||
<AndroidLinkTool>r8</AndroidLinkTool>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>high_shot</MainLogo>
|
||||
<LibraryName>library_JoA</LibraryName>
|
||||
<MainLogo>high_shot</MainLogo>
|
||||
<LibraryName>library_JoA</LibraryName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_CO|AnyCPU'">
|
||||
<AndroidManifest>Properties\AndroidManifest.CO.xml</AndroidManifest>
|
||||
|
|
@ -156,8 +156,8 @@
|
|||
<AndroidDexTool>d8</AndroidDexTool>
|
||||
<AndroidLinkTool>r8</AndroidLinkTool>
|
||||
<MandroidI18n>West</MandroidI18n>
|
||||
<MainLogo>tied_scroll</MainLogo>
|
||||
<LibraryName>library_CO</LibraryName>
|
||||
<MainLogo>tied_scroll</MainLogo>
|
||||
<LibraryName>library_CO</LibraryName>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
|
@ -174,16 +174,16 @@
|
|||
<Version>2.0.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Rg.Plugins.Popup">
|
||||
<Version>1.2.0.223</Version>
|
||||
<Version>2.0.0.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SkiaSharp.Svg">
|
||||
<Version>1.60.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SkiaSharp.Views">
|
||||
<Version>1.68.1</Version>
|
||||
<Version>1.68.2.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SkiaSharp.Views.Forms">
|
||||
<Version>1.68.1</Version>
|
||||
<Version>1.68.2.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="sqlite-net-pcl">
|
||||
<Version>1.6.292</Version>
|
||||
|
|
@ -198,19 +198,19 @@
|
|||
<Version>1.1.14</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Buffers">
|
||||
<Version>4.5.0</Version>
|
||||
<Version>4.5.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="UrhoSharp.Forms">
|
||||
<Version>1.9.67</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Essentials">
|
||||
<Version>1.3.1</Version>
|
||||
<Version>1.5.3.2</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.4.0.991265</Version>
|
||||
<Version>4.6.0.772</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms.Visual.Material">
|
||||
<Version>4.4.0.991265</Version>
|
||||
<Version>4.6.0.772</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="XamiTextSharpLGPLv2">
|
||||
<Version>1.0.0</Version>
|
||||
|
|
@ -230,17 +230,17 @@
|
|||
<AndroidAsset Include="Assets\LinLibertine_RI.ttf" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidAsset Include="..\..\Data\$(LibraryName).db">
|
||||
<Link>Assets\library.db</Link>
|
||||
</AndroidAsset>
|
||||
<AndroidAsset Include="..\..\Data\$(LibraryName).db">
|
||||
<Link>Assets\library.db</Link>
|
||||
</AndroidAsset>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="..\..\Data\Icons\Resources\drawable\$(MainLogo).png">
|
||||
<Link>Resources\drawable\main.png</Link>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="..\..\Data\Icons\Resources\drawable\$(MainLogo)_big.png">
|
||||
<Link>Resources\drawable\main_big.png</Link>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="..\..\Data\Icons\Resources\drawable\$(MainLogo).png">
|
||||
<Link>Resources\drawable\main.png</Link>
|
||||
</AndroidResource>
|
||||
<AndroidResource Include="..\..\Data\Icons\Resources\drawable\$(MainLogo)_big.png">
|
||||
<Link>Resources\drawable\main_big.png</Link>
|
||||
</AndroidResource>
|
||||
<AndroidAsset Include="..\..\Data\library.ver">
|
||||
<Link>Assets\library.ver</Link>
|
||||
</AndroidAsset>
|
||||
|
|
@ -577,7 +577,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\high_shot.png" />
|
||||
</ItemGroup>-->
|
||||
</ItemGroup>-->
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\battle_axe_.xml" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue