minor changes adapting to VS upgrade
This commit is contained in:
		@@ -1,11 +1,10 @@
 | 
				
			|||||||
#pragma warning disable 1591
 | 
					#pragma warning disable 1591
 | 
				
			||||||
//------------------------------------------------------------------------------
 | 
					//------------------------------------------------------------------------------
 | 
				
			||||||
// <auto-generated>
 | 
					// <auto-generated>
 | 
				
			||||||
//     Dieser Code wurde von einem Tool generiert.
 | 
					//     This code was generated by a tool.
 | 
				
			||||||
//     Laufzeitversion:4.0.30319.42000
 | 
					 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
 | 
					//     Changes to this file may cause incorrect behavior and will be lost if
 | 
				
			||||||
//     der Code erneut generiert wird.
 | 
					//     the code is regenerated.
 | 
				
			||||||
// </auto-generated>
 | 
					// </auto-generated>
 | 
				
			||||||
//------------------------------------------------------------------------------
 | 
					//------------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -15,7 +14,7 @@ namespace keepass2android
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	[System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
 | 
						[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
 | 
				
			||||||
	public partial class Resource
 | 
						public partial class Resource
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -35,7 +35,7 @@ namespace keepass2android
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		protected override bool FitSystemWindows(Rect insets)
 | 
							protected override bool FitSystemWindows(Rect insets)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			if (Build.VERSION.SdkInt >= Build.VERSION_CODES.Kitkat)
 | 
								if (Util.IsKitKatOrLater)
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
				// Intentionally do not modify the bottom inset. For some reason, 
 | 
									// Intentionally do not modify the bottom inset. For some reason, 
 | 
				
			||||||
				// if the bottom inset is modified, window resizing stops working.
 | 
									// if the bottom inset is modified, window resizing stops working.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,12 +45,12 @@
 | 
				
			|||||||
    <BundleAssemblies>false</BundleAssemblies>
 | 
					    <BundleAssemblies>false</BundleAssemblies>
 | 
				
			||||||
    <AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
 | 
					    <AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
 | 
				
			||||||
    <AndroidEnableMultiDex>true</AndroidEnableMultiDex>
 | 
					    <AndroidEnableMultiDex>true</AndroidEnableMultiDex>
 | 
				
			||||||
    <EnableProguard>true</EnableProguard>
 | 
					 | 
				
			||||||
    <AotAssemblies>false</AotAssemblies>
 | 
					    <AotAssemblies>false</AotAssemblies>
 | 
				
			||||||
    <EnableLLVM>false</EnableLLVM>
 | 
					    <EnableLLVM>false</EnableLLVM>
 | 
				
			||||||
    <JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
 | 
					    <JavaMaximumHeapSize>2G</JavaMaximumHeapSize>
 | 
				
			||||||
    <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
 | 
					    <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
 | 
				
			||||||
    <MandroidI18n />
 | 
					    <MandroidI18n />
 | 
				
			||||||
 | 
					    <AndroidLinkTool>r8</AndroidLinkTool>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
					  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
				
			||||||
    <DebugType>full</DebugType>
 | 
					    <DebugType>full</DebugType>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user