From d4247ab3cb7af5b883302ef9cd08ee7fb6a6998c Mon Sep 17 00:00:00 2001 From: Paul-Winpenny <92634321+Paul-Winpenny@users.noreply.github.com> Date: Sat, 18 Jan 2025 15:28:57 +0000 Subject: [PATCH] csproj updated. --- App/RobobinApp/RobobinApp.csproj | 2 ++ App/RobobinApp/RobobinApp.csproj.user | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/App/RobobinApp/RobobinApp.csproj b/App/RobobinApp/RobobinApp.csproj index ecc4a079..b987e092 100644 --- a/App/RobobinApp/RobobinApp.csproj +++ b/App/RobobinApp/RobobinApp.csproj @@ -50,6 +50,7 @@ <ItemGroup> <MauiImage Remove="Resources\Images\lab_map.jpg" /> + <MauiImage Remove="Resources\Images\lab_map.png" /> </ItemGroup> <ItemGroup> @@ -61,6 +62,7 @@ <EmbeddedResource Include="Resources\Images\lab_map.jpg"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </EmbeddedResource> + <EmbeddedResource Include="Resources\Images\lab_map.png" /> </ItemGroup> <ItemGroup> diff --git a/App/RobobinApp/RobobinApp.csproj.user b/App/RobobinApp/RobobinApp.csproj.user index feea143f..5d36e5b9 100644 --- a/App/RobobinApp/RobobinApp.csproj.user +++ b/App/RobobinApp/RobobinApp.csproj.user @@ -2,8 +2,8 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> - <ActiveDebugFramework>net8.0-windows10.0.19041.0</ActiveDebugFramework> - <ActiveDebugProfile>Windows Machine</ActiveDebugProfile> + <ActiveDebugFramework>net8.0-android</ActiveDebugFramework> + <ActiveDebugProfile>Pixel 5 - API 34 (Android 14.0 - API 34)</ActiveDebugProfile> <SelectedPlatformGroup>Emulator</SelectedPlatformGroup> <DefaultDevice>pixel_5_-_api_34</DefaultDevice> <UapAppxPackageBuildMode>SideloadOnly</UapAppxPackageBuildMode> -- GitLab