Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maui migrated! #3

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,5 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

Binaries/
86 changes: 55 additions & 31 deletions PlantLady.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30626.31
# Visual Studio Version 17
VisualStudioVersion = 17.2.32330.571
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantLady.UWP", "PlantLady\PlantLady.UWP\PlantLady.UWP.csproj", "{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantLady.Android", "PlantLady\PlantLady.Android\PlantLady.Android.csproj", "{91D882E4-B049-4F66-9B2C-6AD42966217E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlantLady.Android", "PlantLady\PlantLady.Android\PlantLady.Android.csproj", "{91D882E4-B049-4F66-9B2C-6AD42966217E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantLady.iOS", "PlantLady\PlantLady.iOS\PlantLady.iOS.csproj", "{FA46E4C6-623B-4F46-85CB-864D01C0C070}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlantLady.iOS", "PlantLady\PlantLady.iOS\PlantLady.iOS.csproj", "{FA46E4C6-623B-4F46-85CB-864D01C0C070}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantLady", "PlantLady\PlantLady\PlantLady.csproj", "{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlantLady", "PlantLady\PlantLady\PlantLady.csproj", "{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantLady.UITest", "PlantLady\PlantLady.UITest\PlantLady.UITest.csproj", "{80FFD02A-FD88-4D9B-861D-1DC786587537}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,8 +30,6 @@ Global
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|Any CPU.ActiveCfg = Debug|x86
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|Any CPU.Build.0 = Debug|x86
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|Any CPU.Deploy.0 = Debug|x86
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|ARM.ActiveCfg = Debug|ARM
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|ARM.Build.0 = Debug|ARM
{CB144BDB-F56A-4894-AFC6-6293EDA2B9B7}.Debug|ARM.Deploy.0 = Debug|ARM
Expand Down Expand Up @@ -99,9 +99,9 @@ Global
{91D882E4-B049-4F66-9B2C-6AD42966217E}.Release|x86.ActiveCfg = Release|Any CPU
{91D882E4-B049-4F66-9B2C-6AD42966217E}.Release|x86.Build.0 = Release|Any CPU
{91D882E4-B049-4F66-9B2C-6AD42966217E}.Release|x86.Deploy.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|ARM.ActiveCfg = Debug|iPhone
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|ARM.Build.0 = Debug|iPhone
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|ARM.Deploy.0 = Debug|iPhone
Expand All @@ -111,30 +111,30 @@ Global
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.Build.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.Deploy.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.Deploy.0 = Debug|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.Deploy.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.ActiveCfg = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.Build.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x64.Deploy.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.ActiveCfg = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.Build.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Debug|x86.Deploy.0 = Debug|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.Build.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|ARM.Build.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|ARM.Deploy.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.ActiveCfg = Release|iPhone
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.Build.0 = Release|iPhone
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.Deploy.0 = Release|iPhone
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.ActiveCfg = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.Build.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.Deploy.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.ActiveCfg = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.Build.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.Deploy.0 = Release|iPhoneSimulator
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.ActiveCfg = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.Build.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhone.Deploy.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.ActiveCfg = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.Build.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x64.Deploy.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.ActiveCfg = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.Build.0 = Release|Any CPU
{FA46E4C6-623B-4F46-85CB-864D01C0C070}.Release|x86.Deploy.0 = Release|Any CPU
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down Expand Up @@ -171,6 +171,30 @@ Global
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Release|x86.ActiveCfg = Release|Any CPU
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Release|x86.Build.0 = Release|Any CPU
{CC55A327-2B7F-4D80-8DAF-B4E0106D1D00}.Release|x86.Deploy.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|ARM.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|ARM.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|iPhone.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|x64.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|x64.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|x86.ActiveCfg = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Debug|x86.Build.0 = Debug|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|Any CPU.Build.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|ARM.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|ARM.Build.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|iPhone.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|iPhone.Build.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|x64.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|x64.Build.0 = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|x86.ActiveCfg = Release|Any CPU
{80FFD02A-FD88-4D9B-861D-1DC786587537}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file added PlantLady/.DS_Store
Binary file not shown.
24 changes: 12 additions & 12 deletions PlantLady/PlantLady.Android/MainActivity.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;

using Microsoft.Maui;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
Expand All @@ -10,24 +10,24 @@
namespace PlantLady.Droid
{
[Activity(Label = "PlantLady", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize )]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
public class MainActivity : MauiAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
//TabLayoutResource = Resource.Layout.Tabbar;
//ToolbarResource = Resource.Layout.Toolbar;

base.OnCreate(savedInstanceState);

Xamarin.Essentials.Platform.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
//Xamarin.Essentials.Platform.Init(this, savedInstanceState);
//global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
//LoadApplication(new App());
}
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
{
Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
//public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
//{
// Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);

base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
}
// base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
//}
}
}
21 changes: 21 additions & 0 deletions PlantLady/PlantLady.Android/MainApplication.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
using System;
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
using Microsoft.Maui.Hosting;
using PlantLady;

namespace PlantLady.Droid
{

[Application]
public class MainApplication : MauiApplication
{
public MainApplication(IntPtr handle, JniHandleOwnership ownership)
: base(handle, ownership)
{
}

protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}
44 changes: 42 additions & 2 deletions PlantLady/PlantLady.Android/PlantLady.Android.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UseMaui>true</UseMaui>
<TargetFramework>net7.0-android</TargetFramework>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net7.0-android'">31.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup>
<UseInterpreter Condition="$(TargetFramework.Contains('-android'))">True</UseInterpreter>
<SupportedOSPlatformVersion>28.0</SupportedOSPlatformVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\PlantLady\PlantLady.csproj">
</ProjectReference>
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<EmbedAssembliesIntoApk Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">True</EmbedAssembliesIntoApk>
</PropertyGroup>

<ItemGroup>
<AndroidResource Include="Resources\layout\Tabbar.xml" />
<AndroidResource Include="Resources\layout\Toolbar.xml" />
<AndroidResource Include="Resources\values\styles.xml" />
<AndroidResource Include="Resources\values\colors.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon.xml" />
<AndroidResource Include="Resources\mipmap-anydpi-v26\icon_round.xml" />
<AndroidResource Include="Resources\mipmap-hdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-hdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-mdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-mdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
</ItemGroup>
</Project><!-- <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -101,4 +141,4 @@
<UserProperties TriggeredFromHotReload="False" />
</VisualStudio>
</ProjectExtensions>
</Project>
</Project> -->
2 changes: 1 addition & 1 deletion PlantLady/PlantLady.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.plantlady">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-sdk android:minSdkVersion="25" android:targetSdkVersion="31" />
<application android:label="PlantLady.Android" android:theme="@style/MainTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
54 changes: 27 additions & 27 deletions PlantLady/PlantLady.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
//using System.Reflection;
//using System.Runtime.CompilerServices;
//using System.Runtime.InteropServices;
//using Android.App;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PlantLady.Android")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PlantLady.Android")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
//// General Information about an assembly is controlled through the following
//// set of attributes. Change these attribute values to modify the information
//// associated with an assembly.
//[assembly: AssemblyTitle("PlantLady.Android")]
//[assembly: AssemblyDescription("")]
//[assembly: AssemblyConfiguration("")]
//[assembly: AssemblyCompany("")]
//[assembly: AssemblyProduct("PlantLady.Android")]
//[assembly: AssemblyCopyright("Copyright © 2014")]
//[assembly: AssemblyTrademark("")]
//[assembly: AssemblyCulture("")]
//[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//// Version information for an assembly consists of the following four values:
////
//// Major Version
//// Minor Version
//// Build Number
//// Revision
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
//// Add some common permissions, these can be removed if not needed
//[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
//[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
Loading