diff --git a/App/RobobinApp/RobobinApp.csproj b/App/RobobinApp/RobobinApp.csproj
index ecc4a079aa94816911a4b1dd42710bd42213e475..b987e09249a5e9ec7c2d10c7e54a4b48b5298e49 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 feea143f234572062ba42d0356435926ae5bb301..5d36e5b99a84840a564bdb41c4660bd8cad60b97 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>