Files
GalaxyViewer/GalaxyViewer.Android/GalaxyViewer.Android.csproj
T
Galaxy LittlepawsandCopilot 1001a2649e Feature/welcome view (#34)
* 📦️ Upgrades packages, renames LoggedInView to WelcomeView

* 📦️ Upgrades packages, removes Shell theme

* 🐛 📦 Fixes issues with trying to Login on Android, updates packages

* 🐛 Grid Selection now works

* 🚧 Moved some things to a Session service, fixed grids not populating on clean install

* 🚧 L$ Balance is now visible

*  Adds a working address bar and teleporting, renames WelcomeView to DashboardView, fixes login location, general formatting tweaks

* 📦️ Upgrades packages

* 🌐 Localization update, tweaks for emoji, and adding RTL support

*  Working basic chat functionality

* Update GalaxyViewer/ViewModels/MainViewModel.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>

* Update GalaxyViewer/Views/LoginView.axaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>

---------

Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-23 18:15:36 -04:00

26 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0-android35.0</TargetFramework>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<AndroidSdkVersion>35</AndroidSdkVersion>
<SupportedOSPlatformVersion>24.0</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ApplicationId>com.GalaxyViewer.GalaxyViewer</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Android" Version="11.3.2" />
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.16" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GalaxyViewer\GalaxyViewer.csproj"/>
</ItemGroup>
</Project>